Make eximstats matching regexes more precise
I'm running 4.86.2 on Ubuntu-16, where eximstats has another output line Temp Rejects
(for which the current awk expression prints Rejects
, which leads to a syntactically invalid line in the prom file).
Anchoring the regexes at the start of the line should prevent any mismatches.