summaryrefslogtreecommitdiff
path: root/Mailman/Message.py
diff options
context:
space:
mode:
authorbwarsaw2002-08-06 22:42:48 +0000
committerbwarsaw2002-08-06 22:42:48 +0000
commitcae7cd9ea056e84ed3abc7dbbd0f7354384d4151 (patch)
treef43409c2b52e47d43b9c011b230db436147732d4 /Mailman/Message.py
parent223d9e1b57d09252ebb0ab959344e8aebc1e75a8 (diff)
downloadmailman-cae7cd9ea056e84ed3abc7dbbd0f7354384d4151.tar.gz
mailman-cae7cd9ea056e84ed3abc7dbbd0f7354384d4151.tar.zst
mailman-cae7cd9ea056e84ed3abc7dbbd0f7354384d4151.zip
Diffstat (limited to 'Mailman/Message.py')
-rw-r--r--Mailman/Message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Message.py b/Mailman/Message.py
index 723f4624f..8d4cd141f 100644
--- a/Mailman/Message.py
+++ b/Mailman/Message.py
@@ -132,7 +132,7 @@ class Message(email.Message.Message):
names without the trailing colon.
"""
if headers is None:
- headers = ('from', None, 'reply-to', 'sender')
+ headers = mm_cfg.SENDER_HEADERS
pairs = []
for h in headers:
if h is None: