SWO> I want a recipe for /etc/procmailrc which conditionally runs a message 
SWO> through spamc *only* if it hasn't already been processed by SA. I want to 
SWO> use the X-Spam-Status and/or the X-Spam-Flag headers.

OK, try this:


:0fw
* < 256000
* ! ^X-Spam-Status:
| spamc

(The exclamation point  (!) means "not" and the asterisk (*)
essentially means "and", so you can exclude
anything you want by putting an additional line beginning
with * ! and then containing the text that you don't want
filtered. )

-Abigail



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to