| Commit message (Collapse) | Author | Files | Lines |
|
body line as a command word and a case sensitivity in commands in
Subject: with an Re: prefix.
|
|
the input to the list-request address contained a command word
terminated by a period.
|
|
intervening space.
|
|
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.
|
|
non-ascii l10n of an 'Re:' prefix is ignored. Bug #685261.
- Fixed a problem with approving a post by email when the body of the
approval mail is base64 encoded. Bug #677115.
|
|
instead of list-bounces.
|
|
encoded message part.
|
|
|
|
|
|
more precautions to assert the command should be in 'us-ascii'
and more errors.
|
|
HeaderParseError, so if that happens just ignore the Subject header for
command purposes.
|
|
|
|
|
|
|