WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Perl milters?

Re: Perl milters?

by Kris Deugau :: Rate this Message:

| View in Thread

Ben Rosengart wrote:

> What is the best Perl interface for milters?  I found several:
>
>    Sendmail::Milter is way old, and demands "-Dusethreads" -- my perl is
>    built with "-Duseithreads".
>
>    Sendmail::Pmilter is recent, but lacks a maintainer.  No traffic on
>    its mailing list since 2009.
>
>    Then there's http://code.google.com/p/milter-perl/, but there's very
>    little information available about it.

It's not strictly a milter written in Perl, but a C shim to speak milter
on one side with Perl stubs exposed at pretty much every available stage
of processing:

http://www.mimedefang.org

I've used it for a variety of filtering configurations in the past with
sendmail, and recently converted a custom content filter to MIMEDefang.

-kgd

 « Return to Thread: Perl milters?