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