summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Hold.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* process(): Remove the conditional tests for forbidden_posters,bwarsaw2001-10-151-46/+29
* Convert from mimelib to email.bwarsaw2001-10-011-17/+9
* Convert all `reason' strings from class docstrings to attributes onbwarsaw2001-09-041-16/+17
* hold_for_approval(): dont_respond_to_post_requests =>bwarsaw2001-08-171-1/+1
* hold_for_approval(): When holding the message for approval, generate abwarsaw2001-07-301-1/+6
* hold_for_approval(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-1/+1
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-191-1/+1
* hold_for_approval(): Inside admin_immed_notify (i.e. when we'rebwarsaw2001-07-131-1/+1
* All classes should use the renamed base class: Errors.MessageHeld =>bwarsaw2001-07-101-10/+10
* Better syslog() calling conventions.bwarsaw2001-06-271-1/+1
* process(): Check for administrivia as the first hold test. Thisbwarsaw2001-05-311-5/+5
* hold_for_approval(): We want the admin notification message to appearbwarsaw2001-05-311-4/+9
* hold_for_approval(): In addition to passing in the user's preferredbwarsaw2001-05-181-4/+2
* Lots of i18n changes. Specifically,bwarsaw2001-03-021-33/+53
* hold_for_approval(): Fix the Utils.maketext() calls to pass thebwarsaw2001-02-281-1/+1
* Conversion to mimelib.bwarsaw2001-02-151-45/+46
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-19/+34
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-7/+7
* Administrivia.rejection_notice(), hold_for_approval():bwarsaw2000-08-011-2/+2
* Administrivia.__doc__: Fixed typo (closes SF bug# 108128).bwarsaw2000-06-231-1/+1
* process(), hold_for_approval(): The clue that the message has comebwarsaw2000-06-231-2/+2
* All MessageHeld derived classes now include a rejection string, whichbwarsaw2000-06-151-14/+31
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-3/+4
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-18/+27
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* process(): Use only msg.GetSender() as the way to get the "author"bwarsaw2000-03-031-4/+2
* process(): when checking mlist.posters, be sure to lowercase allbwarsaw2000-02-181-2/+2
* NotExplicitlyAllowed: New class to represent message hold conditionsbwarsaw2000-02-181-1/+13
* hold_for_approval(): When admin_immed_notify is false, the subjectbwarsaw1999-12-111-0/+1
* If messages originate from Usenet, do not hold them for implicitbwarsaw1999-12-101-2/+6
* hold_for_approval(): Don't send the author of the message abwarsaw1999-12-091-1/+2
* hold_for_approval(): Do the sending of postheld notification to thebwarsaw1999-11-241-12/+17
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-6/+8
* New pipeline delivery modulebwarsaw1999-11-101-0/+196