------------------------------------------------------------ revno: 1619 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Sat 2016-02-20 21:46:24 -0800 message: Modified contrib/mmdsr to correctly report No such list names that contain ". modified: NEWS 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 'NEWS' --- NEWS 2016-02-19 04:57:20 +0000 +++ NEWS 2016-02-21 05:46:24 +0000 @@ -51,6 +51,9 @@ Bug fixes and other patches + - Modified contrib/mmdsr to correctly report No such list names that + contain ". + - User's "Acknowledge" option will now be honored for posts to anonymous lists. (LP: #1546679) === modified file 'contrib/mmdsr' --- contrib/mmdsr 2016-02-03 04:26:49 +0000 +++ contrib/mmdsr 2016-02-21 05:46:24 +0000 @@ -198,6 +198,10 @@ # Updated on: Sun Jan 31 07:13:47 PST 2016 # Report vette log DMARC lookups as their own # category instead of in other errors. +# +# 0.0.26 Update by Mark Sapiro <m...@msapiro.net> +# Updated on: Sat Feb 20 21:17:14 PST 2016 +# Properly display No such list names that contain ". ############################################################################### # Set up locations of standard commands, directories, etc.... @@ -448,7 +452,7 @@ echo "" >> $TMP echo "No Such List:" >> $TMP echo "------------------------------" >> $TMP - $GREP 'No such list' $TMPLOG | $SED -e 's/^[^)]*) //' -e 's/No such list "//' -e 's/".*$//' | $SORT | $UNIQ -c | $SORT -nr >> $TMP + $GREP 'No such list' $TMPLOG | $SED -e 's/^[^)]*) //' -e 's/No such list "//' -e 's/"[^"]*$//' | $SORT | $UNIQ -c | $SORT -nr >> $TMP CNT=`$GREP -i 'shunting' $TMPLOG | $WC -l` if [ "${CNT}x" != "x" ] ; then
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org