On Freitag, 20. April 2007 Vincent Fleming wrote:
> 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?
I'd like to know this too.
mfg zmi
--
// Michael Monnerie, Ing.BSc
, 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
>
>
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 po
On Thursday, Apr 19th 2007 at 19:21 +0100, quoth Graham Murray:
=>"Steven W. Orr" <[EMAIL PROTECTED]> writes:
=>
=>> I just don't know what it is that I should expect to see. Should I see
=>> messages automatically going to spamcop.net? (I don't)
=>
=>No. But when you run 'spamassassin -r' to repo
"Steven W. Orr" <[EMAIL PROTECTED]> writes:
> I just don't know what it is that I should expect to see. Should I see
> messages automatically going to spamcop.net? (I don't)
No. But when you run 'spamassassin -r' to report spam, it will send the
report to spamcop.
loadplugin Mail::SpamAssassin::Plugin::SpamCop
SA 3.1.8 + Sendmail + spamassmilter
I added to init.pre with no lint errors
loadplugin Mail::SpamAssassin::Plugin::SpamCop
spamcop_to_address [EMAIL PROTECTED]
spamcop_max_report_size 300
I just don't know what it is that I should expect to