summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* AddMember(), ConfirmUnsubscription(): We have to handle the confirmbwarsaw2002-03-011-4/+8
* __sendAdminBounceNotice(): Because the UserNotification constructorbwarsaw2002-02-281-4/+8
* ChangeMemberAddress(): Pass the member's language into thebwarsaw2002-02-281-4/+14
* process_form(): i18n fixes. The privacy alert message should be sentbwarsaw2002-02-281-6/+13
* create(), remove(): Use -unsubscribe as the longest string to pad thebwarsaw2002-02-281-6/+10
* hold_for_approval(): Instead of using add_header to set to set thebwarsaw2002-02-281-4/+3
* UserNotification.__init__(): If there's no text argument given, butbwarsaw2002-02-281-1/+4
* __sendAdminBounceNotice(), sendNextNotification(): Bothbwarsaw2002-02-281-2/+3
* Urg. Bump copyright years.bwarsaw2002-02-281-1/+1
* patterns: Added a recognition of HotPop bounces. Donated by Dan Mick.bwarsaw2002-02-281-0/+4
* _getValidValue(): Fix the tests for EmailList and EmailListEx, andbwarsaw2002-02-281-9/+17
* add_error_message(): Removed as a duplicate of Document.addError().bwarsaw2002-02-281-30/+32
* Document.addError()'s tag argument's default value is now "Error: " sobwarsaw2002-02-281-10/+7
* Document.addError(): Make the default tag be "Error: " since that'sbwarsaw2002-02-281-1/+1
* __verpbounce(), __scanbounce(): Make sure that we don't try to lock abwarsaw2002-02-281-4/+12
* Set DEFAULT_PRIVATE_ROSTER to 1 since that's just too tempting abwarsaw2002-02-271-1/+1
* send_digest_now(): Return a boolean flag specifying whether a digestbwarsaw2002-02-271-1/+3
* get_valid_value(): Removed. This has all been moved into thebwarsaw2002-02-271-116/+4
* Somehow (and I'm not sure how), the GUIBase class gets exposed in thebwarsaw2002-02-271-1/+4
* Use GUIBase as the base class.bwarsaw2002-02-271-2/+11
* Use GUIBase as the base class.bwarsaw2002-02-271-5/+7
* Use GUIBase as the base class.bwarsaw2002-02-271-1/+10
* Use GUIBase as the base class.bwarsaw2002-02-271-3/+4
* Use GUIBase as the base class.bwarsaw2002-02-271-57/+16
* Use GUIBase as the base class.bwarsaw2002-02-271-3/+13
* Use GUIBase as the base class.bwarsaw2002-02-271-2/+14
* Use GUIBase as the base class.bwarsaw2002-02-271-5/+30
* Use GUIBase as the base class.bwarsaw2002-02-271-32/+25
* Use GUIBase as the base class.bwarsaw2002-02-271-46/+14
* Use GUIBase as the base class.bwarsaw2002-02-271-3/+3
* intermediatebwarsaw2002-02-261-0/+183
* _dispose(): We need to use msg.as_string() to flatten the message tobwarsaw2002-02-261-2/+2
* process(): Ignore all values of X-No-Archive: header; it's merebwarsaw2002-02-261-5/+5
* Untabbification. :(bwarsaw2002-02-231-188/+188
* WHITESPACE -> whitespace everywhere.bwarsaw2002-02-231-8/+72
* add_error_message(): Converted to Document.addError().bwarsaw2002-02-231-26/+12
* Bump copyright years.bwarsaw2002-02-231-1/+1
* handle_form(): We break the handling of the header and footerbwarsaw2002-02-232-0/+65
* GetConfigInfo(): Update the description of the interpolation stringsbwarsaw2002-02-231-7/+56
* decorate(): When the mailing list object has a true attributebwarsaw2002-02-231-2/+16
* process(): When the mailing list object has a true attributebwarsaw2002-02-231-0/+3
* _addlist(): Do some better formatting. -unsubscribe is now thebwarsaw2002-02-231-2/+2
* makealiases(): Add -subscribe and -unsubscribe as aliases for -joinbwarsaw2002-02-231-1/+2
* Deprecate the Mailman/pythonlib directory. First, most if not all ofbwarsaw2002-02-237-2464/+0
* show_post_requests(): Be sure to cgi.escape() the header text we'rebwarsaw2002-02-231-3/+3
* addError(): New method added to class Document, which is essentially abwarsaw2002-02-231-5/+18
* __setstate__(): When unpickling Message instances, check to make surebwarsaw2002-02-231-0/+6
* Remove `pythonlib' from SUBDIRS. We're getting rid of thebwarsaw2002-02-231-2/+2
* Bump copyright years.bwarsaw2002-02-231-1/+1
* Use the mailbox module from the Python standard library, instead ofbwarsaw2002-02-231-1/+1