summaryrefslogtreecommitdiff
path: root/Mailman/Handlers
Commit message (Expand)AuthorAgeFilesLines
...
* send_i18n_digests(): Dan Mick noticed that the DisableDelivery flagbwarsaw2001-10-121-4/+5
* send_i18n_digests(): When calling msg.get_all() for a KEEP header,bwarsaw2001-10-111-1/+1
* process(), scanbody(): mimelib -> email.bwarsaw2001-10-091-6/+6
* RejectUrgentMessage: Remove this since the base class, RejectMessage,bwarsaw2001-10-091-22/+5
* process(): Pass a failobj of [] to the get_all() call so that even ifbwarsaw2001-10-091-1/+1
* process(): Remove the last vestige of the string module. Also, makebwarsaw2001-10-041-3/+4
* process(): SF bug # 465477 indicates that using mboxfp.tell() won'tbwarsaw2001-10-011-2/+3
* process(): Get the message's text, sans Unix-From by using the emailbwarsaw2001-10-011-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-12/+12
* Use cStringIO directly instead of our own hack-around StringIObwarsaw2001-10-011-1/+1
* Convert from mimelib to email.bwarsaw2001-10-014-34/+26
* Mostly cosmetic.bwarsaw2001-10-012-13/+2
* process(): Fixed typo in IOError error code comparison.bwarsaw2001-10-011-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-3/+4
* Convert from mimelib to email.bwarsaw2001-10-011-2/+4
* Convert all `reason' strings from class docstrings to attributes onbwarsaw2001-09-041-16/+17
* decorate(): String interpolation can throw either a ValueError /or/ abwarsaw2001-08-291-2/+2
* Move KNOWN_SPAMMERS out of this file and into Defaults.py.in so it canbwarsaw2001-08-291-17/+9
* Process(): When personalizing regular deliveries, set the To: headerbwarsaw2001-08-171-0/+13
* hold_for_approval(): dont_respond_to_post_requests =>bwarsaw2001-08-171-1/+1
* process(): Do not munge the Reply-To: field if reply_goes_to_list isbwarsaw2001-08-141-10/+15
* process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-1/+1
* intermediatebwarsaw2001-08-031-0/+44
* process(): If the message should be personalized (i.e. its metadatabwarsaw2001-08-031-3/+22
* cosmeticbwarsaw2001-08-031-1/+0
* process(): Be sure to del msg['from'] before adding a new From:bwarsaw2001-08-011-0/+1
* process(): NotAMember -> NotAMemberErrorbwarsaw2001-08-011-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
* do_topic_filters(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-2/+2
* send_i18n_digests(): Cut-n-paste errors: self->mlist.bwarsaw2001-07-271-2/+2
* process(): Fixed typo (should have been "getMemberOption" notbwarsaw2001-07-191-1/+1
* intermediatebwarsaw2001-07-191-0/+49
* process(): Use the MemberAdaptor API. Also, call do_topic_filters()bwarsaw2001-07-191-17/+65
* intermediatebwarsaw2001-07-191-0/+101
* All membership related attribute access should use the MemberAdaptorbwarsaw2001-07-193-31/+44
* process(): Be much more careful about bogus source strings for thebwarsaw2001-07-131-13/+14
* hold_for_approval(): Inside admin_immed_notify (i.e. when we'rebwarsaw2001-07-131-1/+1
* Added support for an Urgent: header, which should contain a passwordbwarsaw2001-07-101-0/+47
* Move COMMASPACE global from NewsRunner.py (where it isn't used) totwouters2001-07-101-0/+1
* process(): Remove any Urgent: headers since these can containbwarsaw2001-07-101-1/+2
* send_i18n_digests(): Because messages are now enqueued as pickles bybwarsaw2001-07-101-7/+3
* All classes should use the renamed base class: Errors.MessageHeld =>bwarsaw2001-07-101-10/+10
* process(): Call syslog.write_ex() directly (instead of syslog.write()bwarsaw2001-07-061-8/+8
* process(): Add support for configurable log files. Four new variablesbwarsaw2001-06-271-14/+34
* Remove an unused import.bwarsaw2001-06-271-1/+0
* Better syslog() calling conventions.bwarsaw2001-06-274-9/+8
* 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
* Update a comment.bwarsaw2001-05-311-1/+3