On Mon, 8 Apr 2013 16:02:27 -0600
Bob Proulx <b...@proulx.com> wrote:

> Karsten Bräckelmann wrote:

> > Unfortunately, no. While procmail implements some flavor of
> > "extended" Regular Expressions, there are still quite some
> > differences to other regex engines,

I got sufficiently fed up with procmail that I switched to
Email::Filter from CPAN.  If that's an option for you, I strongly
recommend it.  If you use SpamAssassin, you may already enjoy Perl hacking.

My .procmailrc:

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

and .mail-filter.pl is a greatly expanded version of the example at
http://search.cpan.org/~rjbs/Email-Filter-1.032/lib/Email/Filter.pm

Regards,

David.

Reply via email to