How to tell RBL with blocked IP.

ampun

Verified User
Joined
Jun 21, 2005
Messages
5
Hi, my exim configuration as follow for Spamcop RBL.

# deny using spamcop
deny message = Email blocked by SPAMCOP - to unblock see http://bl.spamcop.net/
hosts = !+relay_hosts
domains = +use_rbl_domains
!authenticated = *
dnslists = bl.spamcop.net


senders who were blocked by spamcop received error message as follow:

550 Email blocked by SPAMCOP - to unblock see http://bl.spamcop.net/

How to show which IP address to sender? example:
550 Your IP 123.123.123.123 blocked by SPAMCOP - to unblock see http://bl.spamcop.net/

Thanks.
 
We're very happy using spamcop; in the latest SpamBlocker3 private beta (running only on our systems) it's positioned as the last IP-based blocklist and it still blocked 68 emails yesterday. No false positives on it in over two months, for us.

Your mileage may vary.

In answer to ampun,

I never studied how to use variables in error messages in ACLs, and I'm not sure if it's doable; you might want to do some research at exim.org, google for it, or ask on the exim-users mailing list.

Jeff
 
Back
Top