summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* ApprovedAddMember(), ApprovedDeleteMember(): The admin notificationbwarsaw2002-03-141-2/+4
* _setValue(): We actually don't need to do the check on thebwarsaw2002-03-141-7/+0
* DEFAULT_DEFAULT_MEMBER_MODERATION: Giving in to pressure, we'll turnbwarsaw2002-03-141-1/+1
* main(): Removed bogus i18n markup around a `whence' argument tobwarsaw2002-03-141-1/+1
* _dispose(): Add support for the `toconfirm' key, used by the newbwarsaw2002-03-141-2/+12
* makealiases(): Add the -confirm address for VERP-ish confirmations.bwarsaw2002-03-141-2/+2
* main(), subscription_prompt(), subscription_confirm(): Thebwarsaw2002-03-141-6/+12
* mass_subscribe(), change_options(): Added a "subscribe or invite"bwarsaw2002-03-141-47/+66
* _load(), _save(): Now that we're saving instances in the pendingbwarsaw2002-03-141-10/+35
* GetConfirmEmail(): Returns a VERP-ish reply address for VERPdbwarsaw2002-03-141-4/+49
* VERP_CONFIRM_FORMAT, VERP_CONFIRM_REGEXP, VERP_CONFIRMATIONS: Newbwarsaw2002-03-141-0/+16
* Dang, left some debugging syslog()'s in there.bwarsaw2002-03-131-2/+0
* We can get rid of the old list cache, and the freshen machinery. Nowbwarsaw2002-03-133-30/+11
* A fix for a subtle bug in lock file management. If a process openedbwarsaw2002-03-131-5/+15
* change_options(): Filter out empty lines before we try to subscribebwarsaw2002-03-121-2/+2
* request_creation(): Present a "should we moderate" field on listbwarsaw2002-03-121-0/+24
* hold_for_approval(): We don't need to remove the charset (in the outerbwarsaw2002-03-121-2/+0
* Dan Mick's patch (with mods ;) for disabling list owner notificationbwarsaw2002-03-121-0/+27
* Dan Mick's patch (with mods ;) for disabling list owner notificationbwarsaw2002-03-121-0/+6
* Dan Mick's patch (with mods ;) for disabling list owner notificationbwarsaw2002-03-121-1/+1
* UserNotification.__init__(): If no text argument is given, don't setbwarsaw2002-03-121-4/+2
* Dan Mick's patch (with mods ;) for disabling list owner notificationbwarsaw2002-03-121-0/+7
* Dan Mick's patch (with mods ;) for disabling list owner notificationbwarsaw2002-03-121-3/+10
* subscription_confirm(): Dan Mick noticed that we didn't completelybwarsaw2002-03-121-17/+1
* change_options(): Use splitlines() to find the addressesbwarsaw2002-03-121-5/+2
* process(): Don't decorate messages sent to the -owner address.bwarsaw2002-03-121-0/+3
* process(): Now that Decorate.py is called directly from SMTPDirect.pybwarsaw2002-03-121-2/+2
* __init__(): Remove cachelists from the constructor arguments. We canbwarsaw2002-03-123-4/+7
* process(): We don't need to do a ValidateEmail() on thebwarsaw2002-03-121-6/+1
* DEFAULT_FIRST_STRIP_REPLY_TO: Default this to 0 so by default we don'tbwarsaw2002-03-111-4/+4
* GetConfigInfo(): Change the description for first_strip_reply_to tobwarsaw2002-03-111-5/+13
* process(): Catch any exception coming out of the deliveryfunc() andbwarsaw2002-03-111-1/+9
* DEFAULT_NEW_MEMBER_OPTIONS: Add a note that the member's initialbwarsaw2002-03-111-1/+3
* UpdateOldVars(): When converting from a MM2.0.x era list, if we findbwarsaw2002-03-111-2/+6
* process(): Apply Ben Gertzfield's patch which always adds the headerbwarsaw2002-03-111-2/+8
* whichq(): New method which returns the queue directory.bwarsaw2002-03-111-0/+3
* __oneloop(): Stick the queue directory in the message metadata so thatbwarsaw2002-03-111-0/+2
* process(): A slight improvement for robustness. Now we assign thebwarsaw2002-03-111-1/+14
* hold_for_approval(): When crafting the notification message destinedbwarsaw2002-03-111-0/+2
* main(): Fix the warnings for "one last digest", "must digest", andbwarsaw2002-03-101-3/+10
* CanonicalizeUserOptions(): Two changes. First, when migratingbwarsaw2002-03-091-0/+9
* ScanMessages(): Provide the name of the module being processed in thebwarsaw2002-03-091-1/+6
* process(): Fixed the calculation of whether to VERP or not.bwarsaw2002-03-091-9/+15
* A substantial rewrite to support deferring the final stitching of thebwarsaw2002-03-091-107/+120
* We're removing the entire Personalize.py module. It's no longer needbwarsaw2002-03-091-65/+0
* process(): Largely unchanged since this still does the job ofbwarsaw2002-03-091-1/+1
* process(): To support VERP+personalizing in SMTPDirect.py, we nobwarsaw2002-03-091-7/+1
* Two changesbwarsaw2002-03-091-2/+7
* process(): Application of Jason Mastaler's patch #509386 which loosensbwarsaw2002-03-071-9/+10
* get_senders(): Application of Jason Mastaler's patch #509386 whichbwarsaw2002-03-071-0/+43