aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Queue/CommandRunner.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-01Fixed a bug in CommandRunner that could process the second word of aMark Sapiro1-6/+9
body line as a command word and a case sensitivity in commands in Subject: with an Re: prefix.
2015-02-28Fixed a bug in CommandRunner that threw an uncaught KeyError ifMark Sapiro1-3/+5
the input to the list-request address contained a command word terminated by a period.
2014-12-07Accept email command in Subject: prefixed with Re: or similar with noMark Sapiro1-2/+10
intervening space.
2011-02-07- A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro1-15/+43
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.
2010-12-04 - Fixed a problem where an emailed command in the Subject: header with aMark Sapiro1-2/+3
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.
2009-08-05Replies to commands sent to list-request now come From: list-ownerMark Sapiro1-2/+2
instead of list-bounces.
2007-11-09Fixed Mailman/Queue/CommandRunner.py to decode a quoted-printable or base64Mark Sapiro1-2/+2
encoded message part.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2004-10-10proper lang data is set in msg['data']tkikuchi1-4/+4
2004-09-23[ 873035 ] subject handling in -request mailtkikuchi1-1/+3
more precautions to assert the command should be in 'us-ascii' and more errors.
2003-12-01Results.__init__(): It's possible for the Header functions to raise abwarsaw1-4/+9
HeaderParseError, so if that happens just ignore the Subject header for command purposes.
2003-04-07Backporting from trunk.bwarsaw1-7/+18
2003-03-31Backporting from trunkbwarsaw1-3/+15
2003-02-08Backporting from the trunk.bwarsaw1-2/+3