From ea9bee8858f3a9940412164e0908bc7d12614063 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 7 Feb 2011 11:59:23 -0800 Subject: - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control how much of the original message is included in automatic responses to email commands. The default is 2 to preserve the prior behavior of including the full message. Setting this to 1 in mm_cfg.py will include only the original headers, and 0 will include none of the original. It is recommended to set this to 0 in mm_cfg.py to minimize the effects of backscatter. Bug #265835. - A new mm_cfg.py setting DEFAULT_RESPOND_TO_POST_REQUESTS has been added to control the default for respond_to_post_requests for new lists. It is set to Yes for backwards compatibility, but it is recommended that serious consideration be given to setting it to No. Bug #266051. - A new mm_cfg.py setting DISCARD_MESSAGE_WITH_NO_COMMAND has been added to control whether a message to the -request address without any commands or a message to -confirm whose To: address doesn't match VERP_CONFIRM_REGEXP is responded to or just logged. It defaults to Yes which is different from prior behavior. Bug #410236. --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 890e8185..c433caef 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,27 @@ Here is a history of user visible changes to Mailman. 2.1.15 (xx-xxx-xxxx) + New Features + + - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control + how much of the original message is included in automatic responses to + email commands. The default is 2 to preserve the prior behavior of + including the full message. Setting this to 1 in mm_cfg.py will include + only the original headers, and 0 will include none of the original. It + is recommended to set this to 0 in mm_cfg.py to minimize the effects of + backscatter. Bug #265835. + + - A new mm_cfg.py setting DEFAULT_RESPOND_TO_POST_REQUESTS has been added + to control the default for respond_to_post_requests for new lists. It is + set to Yes for backwards compatibility, but it is recommended that + serious consideration be given to setting it to No. Bug #266051. + + - A new mm_cfg.py setting DISCARD_MESSAGE_WITH_NO_COMMAND has been added to + control whether a message to the -request address without any commands or + a message to -confirm whose To: address doesn't match VERP_CONFIRM_REGEXP + is responded to or just logged. It defaults to Yes which is different + from prior behavior. Bug #410236. + i18n - Fixed a missing format character in the Spanish translation. -- cgit v1.2.3