procmail
[Top] [All Lists]

help on excluding an email from a recipe

2009-03-03 10:44:37
I have a simple script here to direct larger files through sanitizer

:0 fw
* > 512000
    |/usr/bin/sanitizer /etc/sanitizer.video.cfg



How would I make this script exclude an email address?  like this?

:0 fw
* > 512000
! user(_at_)domain(_dot_)com
    |/usr/bin/sanitizer /etc/sanitizer.video.cfg

???

If so, can I put an include in there like:

:0 fw
* > 512000
include /etc/sanitizer.excludedusers.cfg
    |/usr/bin/sanitizer /etc/sanitizer.video.cfg

???

any help would be much appreciated.

Thanks
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
<Prev in Thread] Current Thread [Next in Thread>