summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A nimda example.bwarsaw2002-01-261-0/+1050
* Script for easier command line injection of a message into a Mailmanbwarsaw2002-01-260-0/+0
* intermediatebwarsaw2002-01-261-0/+103
* do_output(): Make the MMListError error message consistent with otherbwarsaw2002-01-261-3/+3
* Add the `inject' script.bwarsaw2002-01-261-2/+2
* get_switchboard(): Code cleanup. _sbcache does not need to bebwarsaw2002-01-261-2/+1
* dequeue(): Handle the case when the email package throws abwarsaw2002-01-261-1/+17
* _dispose(): The mlist.Save() call should be in the try: block, sincebwarsaw2002-01-261-1/+1
* inject(): Extend the signature of the function so that we can pass inbwarsaw2002-01-261-4/+6
* Added new configuration variables BADQUEUE_DIR andbwarsaw2002-01-261-0/+8
* Add the bin/inject script.bwarsaw2002-01-262-2/+4
* Binary message catalog for Russian translation.bwarsaw2002-01-251-0/+0
* preliminary russian translation for templatesmss2002-01-2537-0/+1389
* changed the versionmss2002-01-250-0/+0
* first cut for the russian messagesmss2002-01-251-0/+6839
* Update to reflect the change in the english template.avalon2002-01-231-3/+6
* scanbody(): In Python 2.2, email.Iterators.body_line_iterator() willbwarsaw2002-01-231-2/+2
* Sigh. This template has to change to reflect the new sematics for thebwarsaw2002-01-231-7/+10
* decorate(): It's simply too easy to write %(foo)s strings that canbwarsaw2002-01-231-6/+19
* Updates to module docstring.bwarsaw2002-01-231-2/+2
* Some added robustness for corruption of the requests.db file.bwarsaw2002-01-231-3/+16
* main(): Don't check for `request_login' in the cgi form data, becausebwarsaw2002-01-221-1/+1
* main(), change_options(): Don't check for `request_login' in the cgibwarsaw2002-01-221-13/+4
* Remove some recently added features.bwarsaw2002-01-211-18/+4
* Add an entry about the new moderated member options.bwarsaw2002-01-211-0/+5
* GetConfigInfo(): Add list configuration attributesbwarsaw2002-01-211-2/+26
* NewVars(): Pick up new list attributes member_moderation_action andbwarsaw2002-01-211-0/+4
* DATA_FILE_VERSION: Bump to pick up new list attributesbwarsaw2002-01-211-1/+1
* InitVars(): Add new list attributes: member_moderation_action andbwarsaw2002-01-211-0/+5
* Some elaboration of the member moderation flag semantics. Now it'sbwarsaw2002-01-211-2/+25
* _dopipeline(): When discarding a message, log its Message-ID: to logs/vettebwarsaw2002-01-211-1/+3
* Latest Spanish templates from Juan Carlos Rey Anayabwarsaw2002-01-182-24/+16
* Updatesbwarsaw2002-01-184-12/+34
* getDeliveryStatusMembers(): Fixed docstring, given by Dan Mick.bwarsaw2002-01-181-2/+2
* Latest Spanish updates from Juan Carlos Rey Anaya.bwarsaw2002-01-182-4/+62
* VERP_REGEXP: Include a named group corresponding to the `bounces'bwarsaw2002-01-171-4/+4
* __verpbounce(): Add some robustness for broken MTAs. We know of atbwarsaw2002-01-171-4/+20
* Give Message class an __repr__() since apparently the pretty printerbwarsaw2002-01-171-0/+4
* Added -i / --interactive flag so that you don't need to run thisbwarsaw2002-01-171-18/+39
* Fixed a bug in delivery status disable/enable globally. Specifically,bwarsaw2002-01-171-17/+16
* NewVars(), CanonicalizeUserOptions(): Don't set the delivery_statusbwarsaw2002-01-161-1/+1
* copyright yearsbwarsaw2002-01-151-1/+1
* registerBounce(): Fix for bug when resetting bounce info due to stalebwarsaw2002-01-151-1/+6
* show_pending_subs(), show_pending_unsubs(): Sort lexigraphically thebwarsaw2002-01-121-0/+14
* HoldUnsubscription(): Fix typo. mlist.preferred_language ->bwarsaw2002-01-121-1/+1
* add_virtual(): Second argument is now optional. If omitted, then itbwarsaw2002-01-121-2/+11
* makealiases(): Apply patch by Jason Mastaler to fix SF bug #502419.bwarsaw2002-01-121-2/+2
* "import Cookie" instead of "from Cookie import SimpleCookie as Cookie"bwarsaw2002-01-111-12/+9
* A bunch of new names.bwarsaw2002-01-111-0/+3
* send(): RFC 2822 requires the Date: header, and not all MTAs insertbwarsaw2002-01-111-1/+4