On Fri, 18 Dec 2015, Richard Stovall wrote:

> I am using the following:
> 
> BRBL - Block
> Zen.spamhaus.org - Quarantine
> bl.spamcop.net - Tag

I'm a MailScanner/Spamassasin/Sendmail guy on most of my spam/virus/email
hosts (exim on another and moving that way) but here are the rbl's that
I'm using right now straight out of one of my Sendmail.mc configs.. I'm
testing others (there are TONS of them out there now)  and I tend to
shuffle hit sequence on these frequently just to help with traffic demands
on the rbls..  I block most of China and Russia and a few other countries
verbatim via iptables..

FEATURE(`enhdnsbl', `bl.spamcop.net', `"Spam blocked see:
http://spamcop.net/bl.shtml?"$&{client_addr}', `t')dnl
FEATURE(`enhdnsbl', `b.barracudacentral.org', `"Spam blocked see:
http://barracudacentral.org/"$&{client_addr}', `t')dnl
FEATURE(`enhdnsbl', `psbl.surriel.com', `"Spam blocked see:
http://psbl.org/"$&{client_addr}', `t')dnl
FEATURE(`enhdnsbl', `zen.spamhaus.org', `"Spam blocked see:
http://www.spamhaus.org/zen/";', `t')dnl
FEATURE(`enhdnsbl', `bl.nszones.com', `"554 Spam blocked " $&{client_addr}
" found in bl.nszones.com"', `t')dnl


Here is the wikipedia listing with some removed/crossed out..  

https://en.wikipedia.org/wiki/Comparison_of_DNS_blacklists






Reply via email to