diff options
Diffstat (limited to 'Mailman/Handlers/CookHeaders.py')
| -rw-r--r-- | Mailman/Handlers/CookHeaders.py | 2 |
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: # |
