aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xNEWS2
-rw-r--r--contrib/mmdsr7
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5ec3b1e5..3ecbb771 100755
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ Here is a history of user visible changes to Mailman.
- 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
diff --git a/contrib/mmdsr b/contrib/mmdsr
index 522f65fa..51feb43d 100644
--- a/contrib/mmdsr
+++ b/contrib/mmdsr
@@ -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 <mark@msapiro.net>
+# 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 @@ do
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