| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | send_i18n_digests(): Dan Mick noticed that the DisableDelivery flag | bwarsaw | 2001-10-12 | 1 | -4/+5 |
| * | send_i18n_digests(): When calling msg.get_all() for a KEEP header, | bwarsaw | 2001-10-11 | 1 | -1/+1 |
| * | process(), scanbody(): mimelib -> email. | bwarsaw | 2001-10-09 | 1 | -6/+6 |
| * | RejectUrgentMessage: Remove this since the base class, RejectMessage, | bwarsaw | 2001-10-09 | 1 | -22/+5 |
| * | process(): Pass a failobj of [] to the get_all() call so that even if | bwarsaw | 2001-10-09 | 1 | -1/+1 |
| * | process(): Remove the last vestige of the string module. Also, make | bwarsaw | 2001-10-04 | 1 | -3/+4 |
| * | process(): SF bug # 465477 indicates that using mboxfp.tell() won't | bwarsaw | 2001-10-01 | 1 | -2/+3 |
| * | process(): Get the message's text, sans Unix-From by using the email | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -12/+12 |
| * | Use cStringIO directly instead of our own hack-around StringIO | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 4 | -34/+26 |
| * | Mostly cosmetic. | bwarsaw | 2001-10-01 | 2 | -13/+2 |
| * | process(): Fixed typo in IOError error code comparison. | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -3/+4 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -2/+4 |
| * | Convert all `reason' strings from class docstrings to attributes on | bwarsaw | 2001-09-04 | 1 | -16/+17 |
| * | decorate(): String interpolation can throw either a ValueError /or/ a | bwarsaw | 2001-08-29 | 1 | -2/+2 |
| * | Move KNOWN_SPAMMERS out of this file and into Defaults.py.in so it can | bwarsaw | 2001-08-29 | 1 | -17/+9 |
| * | Process(): When personalizing regular deliveries, set the To: header | bwarsaw | 2001-08-17 | 1 | -0/+13 |
| * | hold_for_approval(): dont_respond_to_post_requests => | bwarsaw | 2001-08-17 | 1 | -1/+1 |
| * | process(): Do not munge the Reply-To: field if reply_goes_to_list is | bwarsaw | 2001-08-14 | 1 | -10/+15 |
| * | process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2001-08-03 | 1 | -0/+44 |
| * | process(): If the message should be personalized (i.e. its metadata | bwarsaw | 2001-08-03 | 1 | -3/+22 |
| * | cosmetic | bwarsaw | 2001-08-03 | 1 | -1/+0 |
| * | process(): Be sure to del msg['from'] before adding a new From: | bwarsaw | 2001-08-01 | 1 | -0/+1 |
| * | process(): NotAMember -> NotAMemberError | bwarsaw | 2001-08-01 | 1 | -1/+1 |
| * | hold_for_approval(): When holding the message for approval, generate a | bwarsaw | 2001-07-30 | 1 | -1/+6 |
| * | hold_for_approval(): Another step towards conversion to MemberAdaptor | bwarsaw | 2001-07-29 | 1 | -1/+1 |
| * | do_topic_filters(): Another step towards conversion to MemberAdaptor | bwarsaw | 2001-07-29 | 1 | -2/+2 |
| * | send_i18n_digests(): Cut-n-paste errors: self->mlist. | bwarsaw | 2001-07-27 | 1 | -2/+2 |
| * | process(): Fixed typo (should have been "getMemberOption" not | bwarsaw | 2001-07-19 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2001-07-19 | 1 | -0/+49 |
| * | process(): Use the MemberAdaptor API. Also, call do_topic_filters() | bwarsaw | 2001-07-19 | 1 | -17/+65 |
| * | intermediate | bwarsaw | 2001-07-19 | 1 | -0/+101 |
| * | All membership related attribute access should use the MemberAdaptor | bwarsaw | 2001-07-19 | 3 | -31/+44 |
| * | process(): Be much more careful about bogus source strings for the | bwarsaw | 2001-07-13 | 1 | -13/+14 |
| * | hold_for_approval(): Inside admin_immed_notify (i.e. when we're | bwarsaw | 2001-07-13 | 1 | -1/+1 |
| * | Added support for an Urgent: header, which should contain a password | bwarsaw | 2001-07-10 | 1 | -0/+47 |
| * | Move COMMASPACE global from NewsRunner.py (where it isn't used) to | twouters | 2001-07-10 | 1 | -0/+1 |
| * | process(): Remove any Urgent: headers since these can contain | bwarsaw | 2001-07-10 | 1 | -1/+2 |
| * | send_i18n_digests(): Because messages are now enqueued as pickles by | bwarsaw | 2001-07-10 | 1 | -7/+3 |
| * | All classes should use the renamed base class: Errors.MessageHeld => | bwarsaw | 2001-07-10 | 1 | -10/+10 |
| * | process(): Call syslog.write_ex() directly (instead of syslog.write() | bwarsaw | 2001-07-06 | 1 | -8/+8 |
| * | process(): Add support for configurable log files. Four new variables | bwarsaw | 2001-06-27 | 1 | -14/+34 |
| * | Remove an unused import. | bwarsaw | 2001-06-27 | 1 | -1/+0 |
| * | Better syslog() calling conventions. | bwarsaw | 2001-06-27 | 4 | -9/+8 |
| * | process(): Check for administrivia as the first hold test. This | bwarsaw | 2001-05-31 | 1 | -5/+5 |
| * | hold_for_approval(): We want the admin notification message to appear | bwarsaw | 2001-05-31 | 1 | -4/+9 |
| * | Update a comment. | bwarsaw | 2001-05-31 | 1 | -1/+3 |