summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Handlers/CookHeaders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/CookHeaders.py b/Mailman/Handlers/CookHeaders.py
index 4349c1004..38130e87e 100644
--- a/Mailman/Handlers/CookHeaders.py
+++ b/Mailman/Handlers/CookHeaders.py
@@ -71,7 +71,7 @@ def process(mlist, msg):
# Set Reply-To: header to point back to list, if the list is so
# inclined.
if mlist.reply_goes_to_list and not getattr(msg, 'fastrack', 0):
- msg['reply-to'] = 'Reply-To: %s\n' % mlist.GetListEmail()
+ msg['Reply-To'] = mlist.GetListEmail()
#
# Other list related non-standard headers. Defined in:
#