aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/mmdsr
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mmdsr')
-rw-r--r--contrib/mmdsr2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mmdsr b/contrib/mmdsr
index 3336fdb2..070db9ba 100644
--- a/contrib/mmdsr
+++ b/contrib/mmdsr
@@ -544,7 +544,7 @@ do
echo "" >> $TMP
echo "DMARC lookups" >> $TMP
echo "------------------------------" >> $TMP
- $GREP -i "DMARC lookup for" $TMPLOG | $AWK '{ print $10 " " $13 }' | $SORT | $UNIQ -c | $SORT -nr >> $TMP
+ $GREP -i "DMARC lookup for" $TMPLOG | $AWK '{ print $6 " " $10 " " $13 }' | $SORT | $UNIQ -c | $SORT -nr >> $TMP
echo "" >> $TMP
echo "Other Errors:" >> $TMP