Dear all,
I've used exim for my smtp servers. There's an access list configured
there, using "drop message" method when matched any "condition" I've
determined. I used this method to block senders that listed in
international non-profit organization whose mission is to track the
Internet's Spammer, such as spamhaus or spamcop. Here's below my example
syntax for that access list :
drop message = rejected because $sender_host_address is in a black
list at
$dnslist_domain\n$dnslist_text
dnslists = bl.spamcop.net
My questions, can the log for those dropped messages be shown in the
statistics data/league table which produced by eximstats ? Because till
now, eximstats that I used can only show statistics data for
success-delivery messages with its attributes, such as messages
quantity, size, and time spent on the queue. Is there any additional
syntax required by eximstats command (in /usr/sbin/) to do that ?
Thank you in advance & best regards.