Hello Daniel,

Wednesday, August 20, 2003, 9:09:09 AM, you wrote:

DK> I am looking for documentation on how to configure
DK> Spamassassin to delete all messages marked as spam
DK> instead of the header change. I spoke to the partners in
DK> company on the risk of doing this, however they have
DK> decided to go in that direction. Can someone point me to
DK> where I can find out how to do this.

Are you using Spamassassin in conjunction with procmail?

This procmail recipe, after the SA entry, will do what you
want:

:0
* ^X-Spam-Status: Yes
/dev/null

The header will still be added, but the email will be
deleted before anyone sees it.

-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/358/0
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to