Subject: Re: spammers - boo hiss....
To: David Rogers <davidrogers23@earthlink.net>
From: John Klos <john@sixgirls.org>
List: port-mac68k
Date: 09/22/2003 12:37:30
Hi,

> It's actually the latest email worm Swen.  I hate it as well

Quick fix, if you don't mind installing procmail:

#Set on when debugging
VERBOSE=off
#Where to save the logs
LOGFILE=/home/john/procmail.log

# But you can specify any lockfile you want, like .myfile..  The following
# recipe will use .$MAILDIR/myfile. as the lock file.

:0B
* ^.*name=q.*\.exe.*
/dev/null

:0B
* ^Content-Type:.*audio.*(com|exe|bat|scr|pif).*
/dev/null

:0B
* ^Content-Type:.*msdownload.*(com|exe|bat|scr|pif).*
/dev/null


John Klos
Sixgirls Computing Labs