summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* __convert(): Another bow to Python 2.1; move the import ofbwarsaw2001-12-311-1/+1
* HandleForm(): Python 2.1 doesn't have nested scopes enabled bybwarsaw2001-12-311-1/+2
* removeMember(): Clear the bounce info before deleting the memberkeybwarsaw2001-12-291-2/+2
* main(): The last fix wasn't correct; it should have been fixed inbwarsaw2001-12-291-6/+1
* patterns: Python 2.2 is more strict about duplicate group names inbwarsaw2001-12-291-2/+2
* Massive rewrite, for which I'm too tired to detail (yeah, I'll regretbwarsaw2001-12-291-90/+370
* main(): Small bug fix for when the admin has checked the unsub box andbwarsaw2001-12-291-1/+6
* __handlepost(): Slight modification in the way the forwarded messagebwarsaw2001-12-291-2/+3
* Added ACCEPT and HOLD, a couple of useful constants for the redesignedbwarsaw2001-12-291-0/+2
* __doperiodic(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-4/+4
* __verpbounce(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-2/+2
* The long-awaited rewrite of the bounce processing system. We'vebwarsaw2001-12-271-21/+101
* Added support for the RE_ENABLE confirmation (i.e. thru-the-webbwarsaw2001-12-271-1/+115
* Make it easier for gui components to implement specializations of thebwarsaw2001-12-271-13/+16
* ScanMessages(): Call registerBounce() now to register a bounce. Webwarsaw2001-12-271-1/+1
* ZapOldVars(): Get rid of old bounce processing attributesbwarsaw2001-12-271-0/+16
* DATA_FILE_VERSION: Bump up a few notches to pick up the schemabwarsaw2001-12-271-1/+1
* Added RE_ENABLE key for thru-the-web re-enabling of disabledbwarsaw2001-12-271-0/+2
* ProcessConfirmation(): Add handling of Pending.RE_ENABLE to the bigbwarsaw2001-12-271-0/+5
* FormatDisabledNotice(): If the user has been disabled due to bounces,bwarsaw2001-12-271-0/+12
* The long-awaited rewrite of the bounce processing system. We'vebwarsaw2001-12-271-19/+37
* The long-awaited rewrite of the bounce processing system. We'vebwarsaw2001-12-271-223/+143
* getDeliveryStatusMembers(): New interface method which returns a listbwarsaw2001-12-272-9/+27
* GetArchLock(), DropArchLock(): Get rid of posixfile locking, which isbwarsaw2001-12-241-16/+7
* Sigh. I think BerkeleyDB support is just plain broken in standardbwarsaw2001-12-241-1/+9
* makealiases(): To avoid name clashes with other MLM's, rename thebwarsaw2001-12-241-1/+1
* send_i18n_digests(): Use getDeliveryStatus().bwarsaw2001-12-191-1/+2
* save_attachment(): Why not actually /use/ the baseurl local variable?bwarsaw2001-12-191-1/+1
* process(): Simplify the calculation of the List-Archive: header.bwarsaw2001-12-191-4/+1
* process(): Use getDeliveryStatus().bwarsaw2001-12-191-1/+2
* ProcessOptionsCmd(): Use getDeliveryStatus() instead ofbwarsaw2001-12-191-2/+20
* FormatUsers(), FormatOptionButton(), FormatDisabledNotice(): Usebwarsaw2001-12-191-8/+22
* main(), global_options(): Use getDeliveryStatus() andbwarsaw2001-12-191-8/+29
* membership_options(): Implement user-selected disabled delivery. Usebwarsaw2001-12-191-9/+25
* CanonicalizeUserOptions(): Implement the schema update frombwarsaw2001-12-191-1/+11
* DATA_FILE_VERSION: Bump it up to get the delivery_status schemabwarsaw2001-12-191-1/+1
* First step on the bounce processer sanity road. These changes fixbwarsaw2001-12-191-2/+47
* First step on the bounce processer sanity road. These changes fixbwarsaw2001-12-191-0/+78
* First step on the bounce processer sanity road. These changes fixbwarsaw2001-12-191-1/+1
* First step on the bounce processer sanity road. These changes fixbwarsaw2001-12-191-2/+5
* Mailman re-uses connections to the SMTP server when deliveringbwarsaw2001-12-161-8/+4
* __verpbounce(): Dan Mick points out that we were still hardcoding thebwarsaw2001-12-071-27/+26
* Updates to work better with virgin invocation.bwarsaw2001-12-061-23/+33
* genaliases interface conformance:bwarsaw2001-12-061-1/+17
* makealiases(): Generate the new set of alias to script mappings.bwarsaw2001-11-301-10/+17
* show_post_requests(): cgi.escape() the full text of the messagebwarsaw2001-11-301-1/+2
* main(): Move the setting of the language to up above the login page,bwarsaw2001-11-301-8/+19
* list_listinfo(): Code reorg.bwarsaw2001-11-301-1/+3
* FormatEditingOptions(): Let's actually /use/ the lang argument to addbwarsaw2001-11-301-14/+19
* process(): Teach the scrubber about message/rfc822 types, which arebwarsaw2001-11-301-3/+41