[Mimedefang] cpanel whm centos 6.9 flag on header keywords?

Dianne Skoll dfs at roaringpenguin.com
Wed Jan 10 11:05:35 EST 2018


On Wed, 10 Jan 2018 09:50:18 -0500
Chip <jeffschips at gmail.com> 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.



More information about the MIMEDefang mailing list