diff options
| author | Barry Warsaw | 2007-09-29 15:10:52 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-09-29 15:10:52 -0400 |
| commit | e4803f3b4191ebab676d70231e82d34788be1772 (patch) | |
| tree | 81cc1c414a9c8e747557a9c29ff3a11ea4814721 /Mailman/Message.py | |
| parent | 3e9ed398b6a05c69daca14c8226ca7f57c164c21 (diff) | |
| download | mailman-e4803f3b4191ebab676d70231e82d34788be1772.tar.gz mailman-e4803f3b4191ebab676d70231e82d34788be1772.tar.zst mailman-e4803f3b4191ebab676d70231e82d34788be1772.zip | |
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 |
