summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* _dispose(): Consult bounce_unrecognized_goes_to_list_owner beforebwarsaw2002-03-071-10/+16
* GetConfigCategory(): "Bounce detection" -> "Bounce processing" sincebwarsaw2002-03-071-1/+27
* NewVars(): Pick up the new bounce_unrecognized_goes_to_list_ownerbwarsaw2002-03-071-0/+3
* Bump DATA_FILE_VERSION to pick up the newbwarsaw2002-03-071-1/+1
* DEFAULT_BOUNCE_UNRECOGNIZED_GOES_TO_LIST_OWNER: Default value forbwarsaw2002-03-071-0/+4
* InitVars(): Add bounce_unrecognized_goes_to_list_owner to handlebwarsaw2002-03-071-0/+2
* process(): Changed the predicate for the interval-VERPing so that itbwarsaw2002-03-071-3/+3
* Whitespace.bwarsaw2002-03-071-1/+0
* __verpbounce(): Wrap the extraction of the match object's groups in abwarsaw2002-03-071-4/+10
* _convertString(): Be slightly less anal about bad substitutionbwarsaw2002-03-071-5/+4
* GetConfigInfo(): Re-arrange the properties so that msg_header andbwarsaw2002-03-071-13/+17
* GetBaseArchiveURL(): Marc MERLIN suggests to tack on the trailingbwarsaw2002-03-071-1/+4
* change_options(): When updating a member's options, take care tobwarsaw2002-03-061-2/+6
* LC_DESCRIPTIONS: Added Finnish.bwarsaw2002-03-061-0/+1
* Bump DATA_FILE_VERSION to some insanely high number <60 wink>.bwarsaw2002-03-061-1/+1
* _check_for_virtual_loopaddr(): Fixed this so duplicate virtual hostbwarsaw2002-03-051-5/+22
* intermediatebwarsaw2002-03-051-0/+107
* Add BAW comments so we know that these modules still need to bebwarsaw2002-03-051-1/+2
* Bump copyright years.bwarsaw2002-03-051-1/+1
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-052-7/+4
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-051-6/+5
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-051-9/+5
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-2/+11
* intermediatebwarsaw2002-03-051-4/+0
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-0/+73
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-0/+38
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-3/+23
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-7/+12
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-0/+2
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-1/+1
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-0/+4
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-2/+3
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-7/+13
* __handlepost(): Change the moderation header from X-Moderated: tobwarsaw2002-03-051-2/+1
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-1/+2
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-1/+9
* subscription_prompt(), subscription_confirm(): Remove the passwordbwarsaw2002-03-041-12/+19
* __init__(), _dispose(): Move the import of the DELIVERY_MODULE and thebwarsaw2002-03-041-5/+5
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-028-25/+11
* __del__(): Remove this because it prevents the garbage collector frombwarsaw2002-03-011-7/+0
* __init__(), ParseMailCommands(), __makedispatch(): Don't set up thebwarsaw2002-03-011-1/+6
* __repr__(): Give LockFile objects a repr for better debugging.bwarsaw2002-03-011-0/+6
* __verpbounce(), __scanbounce(): Use self._open_list() to get abwarsaw2002-03-011-3/+2
* Remove the import of MailList; this isn't used anywhere in this file.bwarsaw2002-03-011-1/+0
* GetConfigInfo(): Ron Jarrell reported a typo.bwarsaw2002-03-011-1/+1
* do_discard(): Set up the outer bounce message the same way we set upbwarsaw2002-03-011-5/+4
* BounceMessage(): Set up the outer bounce message the same way we setbwarsaw2002-03-011-4/+5
* do_reject(): Better grammar for the reject message.bwarsaw2002-03-011-3/+3
* checkperms(): Fix this for the new files aliases and virtual-mailman.bwarsaw2002-03-011-33/+43
* HoldUnsubscription(): Pass the list's preferred language to thebwarsaw2002-03-011-14/+20