diff options
author | Mark Sapiro <msapiro@value.net> | 2011-02-07 11:59:23 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-02-07 11:59:23 -0800 |
commit | ea9bee8858f3a9940412164e0908bc7d12614063 (patch) | |
tree | 07dca439b93a936c541426583e2de6c1edb12290 /NEWS | |
parent | 0def772b0be9114e58226665941009a9a5566256 (diff) | |
download | mailman2-ea9bee8858f3a9940412164e0908bc7d12614063.tar.gz mailman2-ea9bee8858f3a9940412164e0908bc7d12614063.tar.xz mailman2-ea9bee8858f3a9940412164e0908bc7d12614063.zip |
- 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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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. |