Web Hosting Talk







View Full Version : Use exim to forward message that blacklisted by RBL


hodfords
11-15-2004, 06:28 AM
Hello everybody,

I am now annoying about the configuratiuon of exim.

Instead of simply rejecting or warning for a suspected spam mail ...

begin acl
check_recipient:
accept hosts = :
deny message =Message rejected because $sender_fullhost is blacklisted at $dnslist_domain see $dnslist_text
dnslists = relays.ordb.org :sbl-xbl.spamhaus.org :list.dsbl.org :bl.spamcop.net

or,

warn message =....
dnslists = ... : ...:

can I forward the blacklisted domain to a specified email, by using exim?

say,

foward / redirect target = spam@domain
dnslists= relays.ordb.org :sbl-xbl.spamhaus.org :list.dsbl.org :bl.spamcop.net

the purpose of doing so is to check if there is any message accidentally identified as a spam email.

I've searched on the web pages over pages and still cannot find out a solution. Should u please shed light on it.

Thanks in advance.