Regarding using this feature... I currently have SA reformatting the spam as an attachment (default behavior) - do I need to stop the attachment thing for spamcop or can I just forward the messages as-is?
-----Original Message----- From: Michael Parker [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 3:06 PM To: Steven W. Orr Cc: Graham Murray; spamassassin-users Subject: Re: Question on use of SpamCop plugin Steven W. Orr wrote: > What I've currently been using is this script: > > #! /bin/bash > exec tee >(mail [EMAIL PROTECTED]) | sa-learn --spam > > Is there an advantage to using -r over what I have? (something like) > exec tee >(spamassassin -r) | sa-learn > -r will also perform the sa-learn portion for you so no need to call it separately. Michael