On Fri, January 12, 2007 16:58, Douglas F. Calvert wrote: > grep "Helo command rejected" mail.log |cut -f 6 -d : |sort |uniq -c |sort -g > |tail -2| \ > cut -f 2 -d \[ |cut -f 1 -d \] |xargs someone_elses_handiwork_policyd > --blacklist
grep 'Helo command' mail.log | cut -d "[" -f 3 | cut -d "]" -f 1 | sort -u > Helo_command.abusers now i add this list in to my rbldnsd the rest is done in rbl tests > But maybe you like pma, so that is where you should do your work... without pma there was no policyd database here :-) -- This message was sent using 100% recycled spam mails. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ policyd-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/policyd-users
