diff options
| author | bwarsaw | 2003-02-08 16:27:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-02-08 16:27:15 +0000 |
| commit | ccdb85e3531e579b7741f3d2b1045ccfb717f81a (patch) | |
| tree | 755cc66ac317870edc850a7fc4cb08fdb8e19271 | |
| parent | 429e7fc5e849487b0c7dcb1ece18f9a46e9d0f0d (diff) | |
| download | mailman-ccdb85e3531e579b7741f3d2b1045ccfb717f81a.tar.gz mailman-ccdb85e3531e579b7741f3d2b1045ccfb717f81a.tar.zst mailman-ccdb85e3531e579b7741f3d2b1045ccfb717f81a.zip | |
| -rw-r--r-- | NEWS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -6,7 +6,19 @@ Here is a history of user visible changes to Mailman. X.Y alpha 1 (XX-XXX-XXXX) - Bug fixes ported forward from 2.1.1 + Bug fixes ported forward from 2.1.1, including + + - Closed a cross-site scripting vulnerability in the user options page. + + - Restore the ability to control which headers show up in messages + included in plaintext and MIME digests. See the variables + PLAIN_DIGEST_KEEP_HEADERS and MIME_DIGEST_KEEP_HEADERS in + Defaults.py. + + - Messages included in the plaintext digests are now sent through + the scrubber to remove (and archive) attachments. Otherwise, + attachments would screw up plaintext digests. MIME digests + include the attachments inline. 2.1 final (30-Dec-2002) |
