summaryrefslogtreecommitdiff
path: root/Mailman/Message.py
diff options
context:
space:
mode:
authorBarry Warsaw2007-09-29 15:10:52 -0400
committerBarry Warsaw2007-09-29 15:10:52 -0400
commite4803f3b4191ebab676d70231e82d34788be1772 (patch)
tree81cc1c414a9c8e747557a9c29ff3a11ea4814721 /Mailman/Message.py
parent3e9ed398b6a05c69daca14c8226ca7f57c164c21 (diff)
downloadmailman-e4803f3b4191ebab676d70231e82d34788be1772.tar.gz
mailman-e4803f3b4191ebab676d70231e82d34788be1772.tar.zst
mailman-e4803f3b4191ebab676d70231e82d34788be1772.zip
Diffstat (limited to 'Mailman/Message.py')
-rw-r--r--Mailman/Message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Message.py b/Mailman/Message.py
index e1b898ea4..7b1f22d8c 100644
--- a/Mailman/Message.py
+++ b/Mailman/Message.py
@@ -98,13 +98,13 @@ class Message(email.message.Message):
header value found is returned. However the search order is
determined by the following:
- - If mm_cfg.USE_ENVELOPE_SENDER is true, then the search order is
+ - If config.USE_ENVELOPE_SENDER is true, then the search order is
Sender:, From:, unixfrom
- Otherwise, the search order is From:, Sender:, unixfrom
The optional argument use_envelope, if given overrides the
- mm_cfg.USE_ENVELOPE_SENDER setting. It should be set to either 0 or 1
+ config.USE_ENVELOPE_SENDER setting. It should be set to either 0 or 1
(don't use None since that indicates no-override).
unixfrom should never be empty. The return address is always