I have these scripts listed in my crontab. I put in the comments installed from Don Webers instructions from 2002 and somehow I lost all the files. Anyone have them to send to me ? Please. Or any others that are useful in the fight against lowlife jack ass spammers.
bogus2from_senders.sh bogus2mta_black.sh mailreport.sh spam-stats.sh ( I found in the imgate archives the code Len put in a email:) #!/bin/sh DATENOW=`date "+%y%m%d_%H%M"` WORKPATH="/var/tmp" MAILTO="[EMAIL PROTECTED] [EMAIL PROTECTED]" /usr/local/bin/spam-stats.pl > $WORKPATH/spam-stats.rpt /usr/local/bin/zip $WORKPATH/spam-stats_$DATENOW.zip $WORKPATH/spam-stats.rpt for recip in $MAILTO ; do? /usr/local/bin/mpack -s "`hostname` Spam-Stats" $WORKPATH/spam-stats_$DATENOW.zip $recip done rm $WORKPATH/spam-stats_$DATENOW.zip exit 0 but my system does not have ZIP and a google search brings back gazillion hits. We can I get zip from
