diff options
Diffstat (limited to 'Mailman/Message.py')
| -rw-r--r-- | Mailman/Message.py | 4 |
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 |
