PDA

View Full Version : Domain based blocklist


prashantbhushan
01-11-2007, 11:10 PM
Hello,
In spamblocker 2.0, there is one RBL check based on sender domain.

# deny using sorbs name based list
deny message = Email blocked by SORBS - to unblock see http://www.example.com/
domains =+use_rbl_domains
# rhsbl list is name based
dnslists = rhsbl.sorbs.net/$sender_address_domain

How to remove domains in such cases ?

jlasman
01-16-2007, 09:09 PM
What do you mean by remove?

You can comment out the entire test (all the lines), or you can whitelist the domains (but NOT if they're hosted on your server).

Jeff