# # List of spammers # ----------------- # RBL Zone Files # # http://notabug.com/2002/cr.yp.to/djbdns/rbldns/dul-cidr-data.txt MAPS DUL file # # http://www.firstbase.com/sts/firstbase_rbl.htm # http://spam.qmail.jp/spammer2 # # # List of RBL Style Lists # ------------------------ # # # List of Open Relay # ------------------ # # # # List of Spammer Domains # ------------------------ http://www.canadaemails.com/blocked.txt http://www.wsrcc.com/spam/client_access.txt http://www.vortex.com/blocklist.txt ( smtpd: format ) http://www.arachnoid.com/lutusp/antispam.html # # # List of Spammer Emails # ---------------------- http://www.itcenter.or.id/mt/000018.html http://www.dgraph.com/spammers.html http://www.arachnoid.com/lutusp/antispam.html # # # # For /etc/mail/access Method - deny spammers listed in access file # ----------------------------- http://www.srkconsulting.com/access http://www.vortex.com/blocklist-s.txt # # # # For /var/qmail/control/badmailfrom Method # ----------------------------------- http://www.ornl.gov/cts/archives/mailing-lists/qmail/1997/03/msg00296.html # # # http://freedom.gmsociety.org/pipermail/remops/2000-December/004973.html # # You can also get the # MAPS RSS list by AXFR, and that has on the order of 50k relays. I.e., you # could get it with: dig @[NS] relays.mail-abuse.org. AXFR where [NS] is one # of the nameservers listed by: dig relays-mail.abuse.org. NS I.e. # ns-ext.vix.com. (This might actually be the only one that allows AXFR. # YMMV.) With UNIX, you want somthing like this: # # dig relays.mail-abuse.org. @ns-ext.vix.com. axfr | grep 127.0.0.2 | cut -f1 # # Then you need to convert from d.c.b.a.in-addr.arpa format to a.b.c.d. # (Exercise for the reader.) # # # # End of file