summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2003-03-10 16:31:46 +0000
committerbwarsaw2003-03-10 16:31:46 +0000
commitc29dee91e22c6d5c8f91a0f07b39e4bf88501f12 (patch)
tree6e91612f8f06ba5472c7f96b8720e8c43971c30b
parentf94b5b95b4e138d840434ace012e44d6ef8bbc85 (diff)
downloadmailman-c29dee91e22c6d5c8f91a0f07b39e4bf88501f12.tar.gz
mailman-c29dee91e22c6d5c8f91a0f07b39e4bf88501f12.tar.zst
mailman-c29dee91e22c6d5c8f91a0f07b39e4bf88501f12.zip
-rw-r--r--Mailman/Handlers/Hold.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py
index a037b0d6b..c3a6d6f87 100644
--- a/Mailman/Handlers/Hold.py
+++ b/Mailman/Handlers/Hold.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2003 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
@@ -275,8 +275,8 @@ also appear in the first line of the body of the reply.""")),
finally:
i18n.set_translation(otranslation)
# Log the held message
- syslog('vette', '%s post from %s held, message-id=%s: %s',
- listname, sender, message_id, reason)
+ syslog('vette', '%s post from %s held, message-id=%s: %s',
+ listname, sender, message_id, reason)
# raise the specific MessageHeld exception to exit out of the message
# delivery pipeline
raise exc