aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Queue/CommandRunner.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed CommandRunner shunting a message with a null byte in the body.Mark Sapiro2016-03-061-1/+2
|
* Fixed a bug in CommandRunner that could process the second word of aMark Sapiro2015-03-011-6/+9
| | | | | body line as a command word and a case sensitivity in commands in Subject: with an Re: prefix.
* Fixed a bug in CommandRunner that threw an uncaught KeyError ifMark Sapiro2015-02-281-3/+5
| | | | | the input to the list-request address contained a command word terminated by a period.
* Accept email command in Subject: prefixed with Re: or similar with noMark Sapiro2014-12-071-2/+10
| | | | intervening space.
* - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro2011-02-071-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.
* - Fixed a problem where an emailed command in the Subject: header with aMark Sapiro2010-12-041-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.
* Replies to commands sent to list-request now come From: list-ownerMark Sapiro2009-08-051-2/+2
| | | | instead of list-bounces.
* Fixed Mailman/Queue/CommandRunner.py to decode a quoted-printable or base64Mark Sapiro2007-11-091-2/+2
| | | | encoded message part.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* proper lang data is set in msg['data']tkikuchi2004-10-101-4/+4
|
* [ 873035 ] subject handling in -request mailtkikuchi2004-09-231-1/+3
| | | | | more precautions to assert the command should be in 'us-ascii' and more errors.
* Results.__init__(): It's possible for the Header functions to raise abwarsaw2003-12-011-4/+9
| | | | | HeaderParseError, so if that happens just ignore the Subject header for command purposes.
* Backporting from trunk.bwarsaw2003-04-071-7/+18
|
* Backporting from trunkbwarsaw2003-03-311-3/+15
|
* Backporting from the trunk.bwarsaw2003-02-081-2/+3
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+220
'Release_2_1-maint'.