Michael:

Yes, I've been using SpamCop with Amavisd-new and SpamAssassin.

I wrote a simple shell script to report spam to Spamcop for me. I remove
the markups from Spam Assassin before reporting the email to Spamcop.
This is the part of my script that does the work:

...
spamassassin --remove-markup ${1%.gz} > $tmpf
mv -f $tmpf ${1%.gz}
sa-learn --spam ${1%.gz}
mail -s "Spam" spamcop < ${1%.gz}
razor-admin -discover
spamassassin --report < ${1%.gz}
...

Chris Shaker



On Jan 26, 2009, at 11:38 AM, Michael Scheidell wrote:

A long time ago, and in a galaxy far away, I used to use spamcop.
Since moving to SpamAssassin, (which I thought spamcop, sorta thinks
they support, sorta, maybe, maybe not), I can't see to successfully
register my hosts.
So the answer is no.

All suggestions to date came from people who have not tried it.

Yes, spamcop if being obnxious, saying that we must send them unaltered
headers (amavisd alters header, spamassassin alters headers) . If we
register our mail hosts using FORGED headers (altered headers) then when
they compare them with what we sent, it won't match.

So, again, bottom line: no one has gotten this to work, right?

What could possibly be added to SA or amavisd-new that spamcop doesn't like? (ps, I can take a whole 'spam' and drop it into their spam reporter and it seems to parse it fine) but without registering our hosts, it also tries to
submit a spam report to us.

--
Michael Scheidell, CTO
|SECNAP Network Security
Finalist 2009 Network Products Guide Hot Companies
FreeBSD SpamAssassin Ports maintainer


_________________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r).
For Information please see http://www.secnap.com/products/spammertrap/
_________________________________________________________________________

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
AMaViS-user mailing list
amavis-u...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to