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.
# 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.