------------------------------------------------------------
revno: 1570
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sat 2015-07-25 08:27:52 -0700
message:
Updated contrib/mmdsr for prior log change.
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 2015-07-21 03:28:37 +0000
+++ NEWS 2015-07-25 15:27:52 +0000
@@ -20,7 +20,7 @@
- Improved identification of remote clients for logging and subscribe
form checking in cases where access is via a proxy server. Thanks to
- Jim Popovitch.
+ Jim Popovitch. Also updated contrib/mmdsr for log change.
- Fixed an issue with shunted messages on a list where the charset for
the list's preferred_language had been changed from iso-8859-1 to
=== modified file 'contrib/mmdsr'
--- contrib/mmdsr 2014-03-22 03:47:45 +0000
+++ contrib/mmdsr 2015-07-25 15:27:52 +0000
@@ -181,6 +181,11 @@
# Updated on: Fri Mar 21 19:47:19 PDT 2014
# Updated the "No such list" error report to include the newly
# added name of the CGI module.
+#
+# 0.0.23 Update by Mark Sapiro <[email protected]>
+# Updated on: Sat Jul 25 07:52:55 PDT 2015
+# Updated "Login failure with private rosters" report to
+# account for newly added IP in log message.
###############################################################################
# Set up locations of standard commands, directories, etc....
@@ -456,7 +461,7 @@
echo "" >> $TMP
echo "Login failure with private rosters (by user):" >> $TMP
echo "------------------------------" >> $TMP
- $GREP -i 'Login failure with private rosters' $TMPLOG | $AWK '{ print $NF }' | $SORT | $UNIQ -c | $SORT -nr >> $TMP
+ $GREP -i 'Login failure with private rosters' $TMPLOG | $AWK '{ print $(NF-2) " " $(NF-1) " " $NF }' | $SORT | $UNIQ -c | $SORT -nr >> $TMP
echo "" >> $TMP
echo "Unsub attempt of non-member (by user):" >> $TMP
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org