On Tue, May 28, 2002 at 05:21:39PM -0500, Eric Six wrote:
> Is there a way to dump all "spam" email to a file or redirect it to another
> user account? I am using the latest spamass-milter for spamassassin. Before
> I can implement this company wide, we want to be able to see how much real
> mail is lost. 

One you have the tagging in them essage headers, just reroute it someplace
with procmail.

Here's our procmail rule:

:0  
* ^X-Spam-Flag: YES
        /etc/procmail/rejects

If you want to deliver it anyway, but keep a copy, just change the ':0' to
':0 c'.

Dan.

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to