diff options
| author | bwarsaw | 2002-09-05 00:53:24 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-09-05 00:53:24 +0000 |
| commit | 27aaaed0fbe7ab611776a64515a3e313b8908cd9 (patch) | |
| tree | 0578af1af8910b1f94d882a8ccc02dc581cb194f /Mailman/Handlers/ToDigest.py | |
| parent | c54e6a17c6833eaccbfb0db53c20a2a23a845dd5 (diff) | |
| download | mailman-27aaaed0fbe7ab611776a64515a3e313b8908cd9.tar.gz mailman-27aaaed0fbe7ab611776a64515a3e313b8908cd9.tar.zst mailman-27aaaed0fbe7ab611776a64515a3e313b8908cd9.zip | |
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
| -rw-r--r-- | Mailman/Handlers/ToDigest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py index 18e485364..0f5c07443 100644 --- a/Mailman/Handlers/ToDigest.py +++ b/Mailman/Handlers/ToDigest.py @@ -55,7 +55,7 @@ _ = i18n._ KEEP = ['Date', 'From', 'To', 'Cc', 'Subject', 'Message-ID', 'Keywords', # I believe we should also keep these headers though. 'In-Reply-To', 'References', 'Content-Type', 'MIME-Version', - 'Content-Transfer-Encoding', 'Precedence', + 'Content-Transfer-Encoding', 'Precedence', 'Reply-To', # Mailman 2.0 adds these headers, but they don't need to be kept from # the original message: Message ] |
