I know alot of you are probably using Spamcop. Here's a quick tip to see how it's been doing.
cd /var/log
grep spamcop exim_mainlog | cat -n
Also, if your using the ordb.org database, you can do
grep relays.ordb.org exim_mainlog | cat -n
Of course you can also just view the exim_rejectlog too..
cd /var/log
grep spamcop exim_mainlog | cat -n
Also, if your using the ordb.org database, you can do
grep relays.ordb.org exim_mainlog | cat -n
Of course you can also just view the exim_rejectlog too..