diff options
author | tkikuchi <> | 2004-10-16 04:54:33 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-10-16 04:54:33 +0000 |
commit | a2dcb2e9aebbb67a1260aa226afc91bef2afd64a (patch) | |
tree | 18704074abc7979550b577780d4ced73fae42c0f /NEWS | |
parent | 304fe034fc674209419c727028df451508a15928 (diff) | |
download | mailman2-a2dcb2e9aebbb67a1260aa226afc91bef2afd64a.tar.gz mailman2-a2dcb2e9aebbb67a1260aa226afc91bef2afd64a.tar.xz mailman2-a2dcb2e9aebbb67a1260aa226afc91bef2afd64a.zip |
update NEWS for new features and bug fixes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -6,7 +6,32 @@ Here is a history of user visible changes to Mailman. 2.1.6 (XX-XXX-200X) - - Bugs and patches: 955381 (older Python compatibility). + - List owners can now set how many days to hold the messages in moderator + request queue. cron/checkdb automatically discard old messages. (790494) + + - Improved mail address sanity check. (1030228) + + - SpamDetect.py now checks attatchment header. (1026977) + + - Subject_prefix can be configured to include sequential number which + is taken from post_id variable. Also, the prefix is always put at + the start of the subject, i.e. like "[list-name] Re: original subject" + + - Now, list owners can use Scrubber to get the attachments scrubbed + (held in the web archive), if the site admin permits it in mm_cfg.py. + Also, introduced are SCRUBBER_DONT_USE_ATTACHMENT_FILENAME and + SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION in Defaults.py for scrubber + behavior. (904850) + + - Filter attachments by filename extensions. (1027882) + + - Bugs and patches: 955381 (older Python compatibility), 1020102/1013079/ + 1020013 (fix spam filter removed), 665569 (newer postfix bounce + detection), 970383 (moderator -1 admin requests pending), 873035 + (subject handling in -request mail), 799166/946554 (makefile + compatibility), 872068 (add header/footer via unicode), 1032434 + (KNOWN_SPAMMERS check for multi-header), 1025372 (empty Cc:), + 789015 (fix pipermail URL), 2.1.5 (15-May-2004) |