[exim] Rejects in eximstats

Top Page
Delete this message
Reply to this message
Author: Steve Campbell
Date:  
To: David Cannings
CC: exim-users@exim.org
Subject: [exim] Rejects in eximstats
David,

eximstats doesn't natively look for rejects, but you can get it to count
them by using the -pattern flag.

Eg: eximstats -pattern 'rejected HELO' '/rejected HELO from/' \
              -pattern 'rejected recipient' '/unqualified recipient 
rejected/' mainlog


Steve