From cae7cd9ea056e84ed3abc7dbbd0f7354384d4151 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 6 Aug 2002 22:42:48 +0000 Subject: get_senders(): Move the list of headers to consult to Defaults.py.in to aid in debugging. --- Mailman/Message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Message.py') 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: -- cgit v1.2.3-70-g09d2