aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Handlers/Tagger.py4
-rwxr-xr-xNEWS3
2 files changed, 5 insertions, 2 deletions
diff --git a/Mailman/Handlers/Tagger.py b/Mailman/Handlers/Tagger.py
index 6729b76d..cb90bfc4 100644
--- a/Mailman/Handlers/Tagger.py
+++ b/Mailman/Handlers/Tagger.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2011 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -71,7 +71,7 @@ def process(mlist, msg, msgdata):
if hits:
msgdata['topichits'] = hits.keys()
change_header('X-Topics', NLTAB.join(hits.keys()),
- mlist, msg, msgdata, Delete=False)
+ mlist, msg, msgdata, delete=False)
diff --git a/NEWS b/NEWS
index 94296c63..a34d428e 100755
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a misspelling in Tagger.py causing an "unexpected keyword argument
+ 'Delete'" exception. (LP: #1251495)
+
- Fixed contrib/qmail-to-mailman.py to work with a user other than
'mailman' and to recognize more listname-* addresses. (LP: #412293)