diff options
| author | bwarsaw | 2000-02-08 23:23:46 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-02-08 23:23:46 +0000 |
| commit | 176e4a7f87ac11e76f5cbeb9d072c0025a0893fc (patch) | |
| tree | e5c8b8cedb6e218d096f40f3a9aa9b56416e898d | |
| parent | 4955373bcfc48c2e8a66a0962f8697fb71f63ce6 (diff) | |
| download | mailman-176e4a7f87ac11e76f5cbeb9d072c0025a0893fc.tar.gz mailman-176e4a7f87ac11e76f5cbeb9d072c0025a0893fc.tar.zst mailman-176e4a7f87ac11e76f5cbeb9d072c0025a0893fc.zip | |
| -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: # |
