------------------------------------------------------------
revno: 1604
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Tue 2016-02-02 20:26:49 -0800
message:
Include list name in mmdsr DMARC report.
modified:
contrib/mmdsr
--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1
Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'contrib/mmdsr'
--- contrib/mmdsr 2016-01-31 15:37:08 +0000
+++ contrib/mmdsr 2016-02-03 04:26:49 +0000
@@ -544,7 +544,7 @@
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
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org