summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Approve.py
Commit message (Expand)AuthorAgeFilesLines
* Convert the Approve.py handler to an approved.py rule. Update the doctest toBarry Warsaw2007-12-291-116/+0
* Changes to support the Approved/Approve header with the new userBarry Warsaw2007-10-061-38/+26
* Improved processing of an Approve(d): body line by decoding the body payloadmsapiro2007-06-091-5/+21
* Update copyright years.bwarsaw2007-01-191-1/+1
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-6/+6
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-17/+18
* Scan other text/* parts for Approve(d): <password> - bug 1181161.msapiro2005-12-211-1/+29
* Don't delete line following first body line Approve(d)msapiro2005-11-131-1/+1
* back porting from 2.1.6tkikuchi2005-08-281-6/+7
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): Initialize the line local variable to the empty string, inbwarsaw2002-10-141-0/+1
* process(): I really could have sworn this was already there, butbwarsaw2002-10-081-4/+30
* Bump copyright years.bwarsaw2002-03-151-1/+1
* process(): If the Approved: header has a password match, also add thebwarsaw2002-03-151-0/+2
* process(): Pass a failobj of [] to the get_all() call so that even ifbwarsaw2001-10-091-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-1/+1
* Update a comment.bwarsaw2001-05-311-1/+3
* process(): Use the new world order for doing authentication. Sincebwarsaw2001-05-311-4/+8
* Conversion to mimelib.bwarsaw2001-02-151-17/+10
* process(): Get rid of the string module, in favor of string methods.bwarsaw2000-12-201-7/+2
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-10/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* filterfunc(): Uh, fixed this because the old way never actually caughtbwarsaw1999-11-241-1/+1
* process(): Only test for `approved' attribute. All others are testedbwarsaw1999-11-111-3/+1
* New pipeline delivery modulebwarsaw1999-11-101-0/+66