On Wed, 10 Jan 2018 09:50:18 -0500
Chip <[email protected]> wrote:

> Isn't procmail no longer maintained because of a vulneravblity?

I believe it's still maintained.  However, procmail sucks (that's a
technical term.)

My .procmailrc looks like this:

:0
| /usr/bin/perl /home/dfs/.mail-filter.pl >> /home/dfs/.mail-filter.log 2>&1

and .mail-filter.pl starts like this:

#!/usr/bin/perl
use strict;
use warnings;
use Email::Filter;

and then I write my filtering policies using the excellent and amazing
Email::Filter Perl module.  Check it out on CPAN.

Regards,

Dianne.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to