From 189515c4d3f1ed52b83d63577ebefec5c991b281 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 30 Dec 2018 09:40:15 -0800 Subject: Corrected and augmented some security log messages. --- Mailman/Cgi/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Cgi/options.py') diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py index 34a7718e..3a3b7841 100644 --- a/Mailman/Cgi/options.py +++ b/Mailman/Cgi/options.py @@ -296,7 +296,7 @@ def main(): os.environ.get('REMOTE_ADDR', 'unidentified origin'))) syslog('security', - 'Authorization failed (private): user=%s: list=%s: remote=%s', + 'Authorization failed (options): user=%s: list=%s: remote=%s', user, listname, remote) # So as not to allow membership leakage, prompt for the email # address and the password here. -- cgit v1.2.3