diff options
| author | tkikuchi | 2005-12-06 00:42:19 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-12-06 00:42:19 +0000 |
| commit | c4a524d108928720f1acfa73eb18030048ff1e02 (patch) | |
| tree | 7a24a181c472ca3c8784b6f1bd667343ee126292 | |
| parent | 62363e2e557199c4cc6f01f57c98710808d68b25 (diff) | |
| download | mailman-c4a524d108928720f1acfa73eb18030048ff1e02.tar.gz mailman-c4a524d108928720f1acfa73eb18030048ff1e02.tar.zst mailman-c4a524d108928720f1acfa73eb18030048ff1e02.zip | |
Add Security note on NEWS.
| -rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -7,6 +7,27 @@ Here is a history of user visible changes to Mailman. 2.2 alpha 1 (XX-XXX-200X) 2.1.7 (XX-XXX-200X) + Security + + - A note on CVE-2005-3573: Although the RFC2231 bug example in the + CVE has been solved in mailman-2.1.6, there may be more cases + where ToDigest.send_digests() can block regular delivery. + We put the send_digests() calling part in try - except clause and + leave a message in the error log if something happened in + send_digests(). Daily call of cron/senddigests will notify more + detail to the site administrator. + + - List administrators can no longer change the user's option/subscription + globally. Site admin can change these only if + mm_cfg.ALLOW_SITE_ADMIN_COOKIES is set to Yes. + + - Script tag is disallowd in edithtml script. + + - Since probe message for the disabled users may reach unexpected + persons, the password was excluded from sendProbe() and probe.txt. + Note that the default value of VERP_PROBE has been set to `No' + from 2.1.6., thus this change doesn't change the default behavior. + New Features - Always remove DomainKey (and similar) headers (1287546) from messages |
