On Tue, Jan 29, 2002 at 07:36:22PM +0700, Olivier Nicole wrote:
> I wonder if anyone ever wrote a tool that would easily allow to check
> the email marked as spam and report them.

This has come up on the razor list a bit.  There isn't a "spam reporting
tool" project that I know of, mostly homegrown scripts that people have come
up with.

You can check mine out if you want:
        http://www.kluge.net/~felicity/random/handlespam.txt

Basically all filtered spam gets put into a folder (spam-work).  Then every
so often (ok, very often,) I go through and remove any false positives.  Then
the verified spam gets saved into a spam archive and also into a temporary
file.  I can then run the handlespam script over this temporary file, and
delete the file when I'm done.  (a future version will let me save the spam
to the temporary file, and handlespam will move each message into the spam
archive during processing ...)

The script has a procedure statement at the top, but basically it goes
through each message in a berkeley formatted mailbox, reports the spam
to razor, bounces it to spamassassin-sightings if necessary, does an
open-relay check and reports the server to MAPS if successful, and also
spits out (as necessary) a sendmail accessdb-formatted statement that lets
me block the sender's class C network if their DNS lookups aren't valid.
(this last part tends to be contentious, but I find it works fairly
effectively...)

BTW: The check open-relay script is also on the website:
        http://www.kluge.net/~felicity/random/testrelay.txt

-- 
Randomly Generated Tagline:
"It timed me out... I hate Windows."         - Prof. Farr

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

Reply via email to