summaryrefslogtreecommitdiff
path: root/Mailman/Handlers
Commit message (Expand)AuthorAgeFilesLines
...
* process(): Use the new world order for doing authentication. Sincebwarsaw2001-05-311-4/+8
* process(): It is possible that the mlist passed in is None, whichbwarsaw2001-05-221-1/+4
* send_i18n_digests(): In addition to passing in the user's preferredbwarsaw2001-05-181-1/+1
* hold_for_approval(): In addition to passing in the user's preferredbwarsaw2001-05-181-4/+2
* process(): In addition to passing in the user's preferred language,bwarsaw2001-05-181-1/+1
* process(): We don't need to set the `received_time' metadata item,bwarsaw2001-05-141-1/+0
* mimelib's ReprMixin class and module was renamed to StringableMixin inbwarsaw2001-05-011-3/+34
* process(): `received_time' should only be added to the message'sbwarsaw2001-05-011-2/+2
* process(): Do no harm to MIME documents when adding the header andbwarsaw2001-04-031-10/+28
* msg.GetSender() -> msg.get_sender()bwarsaw2001-03-021-3/+3
* Big i18n changes. Specifically,bwarsaw2001-03-021-22/+40
* Mark some more strings as translatable.bwarsaw2001-03-021-4/+6
* Lots of i18n changes. Specifically,bwarsaw2001-03-021-33/+53
* process(), decorate(): Mark a few more strings as translatable.bwarsaw2001-03-021-3/+5
* process(): More i18n changes. The user's preferred language is passedbwarsaw2001-03-021-5/+6
* hold_for_approval(): Fix the Utils.maketext() calls to pass thebwarsaw2001-02-281-1/+1
* Add missing importbwarsaw2001-02-281-0/+1
* process(): We can't call mlist.RegisterBounce() here because we do notbwarsaw2001-02-161-8/+7
* Conversion to mimelib.bwarsaw2001-02-1511-504/+351
* Conversion to mimelib.bwarsaw2001-02-151-24/+12
* Conversion to mimelib.bwarsaw2001-02-151-17/+10
* Conversion to mimelib.bwarsaw2001-02-151-45/+46
* Conversion to mimelib.bwarsaw2001-02-151-17/+34
* Removed as obsolete. HandlerAPI is now subsumed by the IncomingRunnerbwarsaw2001-02-152-227/+0
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-1/+4
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-19/+34
* Latest set of I18N patches from jcrey. Specifically,bwarsaw2000-12-261-7/+10
* RedeliverMessage(): Removed.bwarsaw2000-12-201-11/+3
* Rewritten to use the new multiple-queue model.bwarsaw2000-12-201-85/+32
* intermediatebwarsaw2000-12-201-0/+23
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-203-12/+10
* intermediatebwarsaw2000-12-201-2/+2
* New module for handing off messages from Mailman (in the qfiles/newsbwarsaw2000-12-201-0/+52
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-7/+7
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-3/+4
* process(): List comprehensions are fun!bwarsaw2000-12-201-4/+2
* process(): Get rid of the string module, in favor of string methods.bwarsaw2000-12-201-7/+2
* process(): Use augmented assignments.bwarsaw2000-12-201-1/+1
* process(): Use string method startswith().bwarsaw2000-12-201-3/+2
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-074-17/+24
* process(): "Fix" the Reply-To: header munging algorithm. If mungingbwarsaw2000-11-161-5/+10
* process(): Patch by Fil to force listinfo urls to be absolute.bwarsaw2000-10-271-1/+1
* process(): Wrap, in the RFC 822 style, the List-*: headers if they'rebwarsaw2000-10-061-0/+6
* process(): Don't try to restore the date if it is None, otherwise webwarsaw2000-10-061-1/+2
* quotemime(): Gross hack to ensure that the results returned are abwarsaw2000-10-061-1/+2
* process(): Honor "X-No-Archive: yes", which means don't add thebwarsaw2000-10-051-2/+4
* process(): Darrell Fuhriman notes that the List-Archive: header'sbwarsaw2000-09-251-2/+3
* process(): Typo in Reply-To: munging section's logic crept into thebwarsaw2000-09-251-1/+1
* do_child(): Use a slightly different algorithm for munging thebwarsaw2000-09-221-5/+26
* process(): To finally break -admin autoreply loops, we need to add thebwarsaw2000-09-211-2/+3