summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* ADMIN_CATEGORIES: Add the 'language' category just after 'general'.bwarsaw2001-08-141-1/+3
* _badchars(): Fixed a typo in the last change; the `/' character needsbwarsaw2001-08-141-1/+1
* addlist(): Don't rely on the brilliant new feature in Python 2.1, wheretwouters2001-08-111-1/+1
* It seems that all SMTP32 mailers have anbwarsaw2001-08-041-4/+22
* ScanMessages(): Added SimpleWarning and LLNL modules.bwarsaw2001-08-041-0/+2
* Fix copyright yearsbwarsaw2001-08-041-1/+1
* intermediatebwarsaw2001-08-041-0/+35
* Extend the address-cre for "failed addresses follow:" to matchbwarsaw2001-08-041-1/+1
* process(): Add a default argument `patterns' so similar modules likebwarsaw2001-08-041-1/+2
* Recognize two similar Postfix mutations: something calling itselfbwarsaw2001-08-041-2/+11
* process(): "Internet Mail Service" sure looks awfully similar. Webwarsaw2001-08-041-0/+3
* check(): Add `delayed' as a valid Action: to match on.bwarsaw2001-08-041-1/+4
* intermediatebwarsaw2001-08-041-0/+46
* GetConfigInfo(): Vizi Szilard noticed a few strings missing i18nbwarsaw2001-08-041-1/+1
* create(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-4/+6
* process(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-1/+1
* listinfo_overview(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-2/+2
* process_request(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-6/+5
* admin_overview(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-1/+1
* get_site_email(): New function.bwarsaw2001-08-041-0/+6
* ApprovedAddMember(), ApprovedDeleteMember(): Instead of usingbwarsaw2001-08-041-4/+5
* MAILMAN_OWNER: Removed.bwarsaw2001-08-041-1/+1
* HandleBouncingAddress(): Instead of using MAILMAN_OWNER, usebwarsaw2001-08-041-2/+3
* intermediatebwarsaw2001-08-031-0/+44
* process(): If the message should be personalized (i.e. its metadatabwarsaw2001-08-031-3/+22
* cosmeticbwarsaw2001-08-031-1/+0
* GetConfigInfo(): UI changes, first to make the header and footer textbwarsaw2001-08-031-3/+47
* change_options(): Always change the user's realname, not just if thebwarsaw2001-08-031-3/+2
* NewVars(): Add the `personalize' attribute if it's missing.bwarsaw2001-08-031-0/+1
* DATA_FILE_VERSION: Bump up to pick up the new `personalize' attribute.bwarsaw2001-08-031-1/+1
* getMemberCPAddress(): Bug fix -- return the case preserved address notbwarsaw2001-08-031-1/+1
* InitVars(): Initialize the `personalize' list attribute. Defaults to 0.bwarsaw2001-08-031-0/+1
* OWNERS_CAN_ENABLE_PERSONALIZATION: Flag which controls whether listbwarsaw2001-08-031-0/+8
* Some UI improvements suggested by Michael Yount:bwarsaw2001-08-031-9/+9
* Some UI improvements suggested by Michael Yount:bwarsaw2001-08-031-88/+111
* subscription_confirm(): Remove unnecessary argument.bwarsaw2001-08-021-1/+1
* Ahwoops, forgot a comma.bwarsaw2001-08-021-8/+8
* process_form(): Since this no longer gets called from the "editbwarsaw2001-08-021-41/+0
* main(): Do something more useful when no user was given, either in thebwarsaw2001-08-021-21/+34
* list_listinfo(): Add a replacement for <mm-options-form-start>. Seebwarsaw2001-08-021-0/+1
* show_results(): Ousmane Wilane noticed a missing i18n markup. Also,bwarsaw2001-08-021-2/+4
* GetMailmanFooter(): Add a link to the listinfo overview page for thebwarsaw2001-08-021-12/+16
* Order add_language() calls alphabetically by language code.bwarsaw2001-08-021-6/+8
* process(): Be sure to del msg['from'] before adding a new From:bwarsaw2001-08-011-0/+1
* process(): NotAMember -> NotAMemberErrorbwarsaw2001-08-011-1/+1
* hold_for_approval(): When holding the message for approval, generate abwarsaw2001-07-301-1/+6
* main(): Add support for allowing a user who posted a held message tobwarsaw2001-07-301-0/+114
* Add a new confirmation type, for held messages.bwarsaw2001-07-301-0/+2
* HoldMessage(): Return the id of the held message record in the database.bwarsaw2001-07-301-0/+5
* __onefile(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-1/+1