summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
* process(): Re-enable the Cc header hacking, but only if personalize ==bwarsaw2002-11-061-21/+17
* GetConfigInfo(): Allow `personalized' to be 3-way valued, with "Fullbwarsaw2002-11-061-9/+13
* GLOBAL_PIPELINE: Re-ordering once again so that Moderate comes beforebwarsaw2002-11-041-1/+1
* Whitespace normalizationbwarsaw2002-11-041-3/+3
* GetConfigInfo(): Only allow the list administrator to choose languagesbwarsaw2002-11-041-1/+14
* request_creation(): Sort the languages by long (human readable) namebwarsaw2002-11-041-4/+12
* GetConfigInfo(): Make the `emergency' option a normal attribute bybwarsaw2002-11-041-0/+7
* show_results(): Because of some html form peculiarities, especially onbwarsaw2002-11-041-10/+5
* process(): Comment out the rewriting of the CC header for personalizedbwarsaw2002-11-041-10/+14
* verpdeliver(): Comment out the rewriting of the To header forbwarsaw2002-11-041-27/+27
* as_html(): Add a link to the listinfo page for the mailing list.bwarsaw2002-11-041-0/+2
* Whitespace normalization and pycheckerfication.bwarsaw2002-11-041-113/+111
* Fixes for terrible performance hits after the i18n patches werebwarsaw2002-11-041-22/+79
* __getstate__(), __setstate__(): Remove the hackery to avoid picklingbwarsaw2002-11-041-17/+0
* Style.bwarsaw2002-11-041-1/+1
* to_dollar(): We have to not only escape $'s but we have to unescapebwarsaw2002-10-291-2/+2
* _dispose(): I think this fixes a bug we are seeing on mailman-users,bwarsaw2002-10-291-5/+10
* show_pending_subs(): Another place where we have to uncanonstr() abwarsaw2002-10-291-0/+2
* Bump version number.bwarsaw2002-10-281-1/+1
* add_options_table_item(): Pass the elaboration tobwarsaw2002-10-281-3/+7
* Prepare for beta4bwarsaw2002-10-251-2/+2
* DEFAULT_PASS_MIME_TYPES: Set the default to something that seemsbwarsaw2002-10-251-1/+3
* show_helds_overview(), show_post_requests(): Suggestion by Peerbwarsaw2002-10-251-3/+16
* ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whencebwarsaw2002-10-251-1/+6
* create(): Restore a few lines that got accidently deleted in the lastbwarsaw2002-10-251-0/+2
* maybe_forward(): Add a useful URL as suggested by Fil.bwarsaw2002-10-251-0/+4
* create(): Simply return when mlist is None.bwarsaw2002-10-231-5/+5
* process(): If the metadata has an `envsender' key, use that as thebwarsaw2002-10-231-4/+6
* OwnerNotification.__init__(): The signature of the OwnerNotificationbwarsaw2002-10-231-1/+21
* ApprovedDeleteMember(): The signature of the OwnerNotificationbwarsaw2002-10-231-8/+2
* ForwardMessage(): The signature of the OwnerNotification constructorbwarsaw2002-10-231-2/+1
* process(): When holding non-member postings, either because they're onbwarsaw2002-10-221-6/+6
* LogStdErr(): I don't think we really wanted to tee the log output tobwarsaw2002-10-211-19/+21
* send_response(): We have to pass the language into thebwarsaw2002-10-211-1/+2
* pcre: Make the start line regexp even more liberal. Seems like any ofbwarsaw2002-10-211-1/+1
* maybe_forward(): Improve the grammatically anti-good message sent withbwarsaw2002-10-211-3/+3
* GetConfigInfo(): Quick patch for invalid html by Daniel Buchmann.bwarsaw2002-10-211-2/+3
* Create(): include the full posting address in the error message forbwarsaw2002-10-201-2/+3
* __getstate__(), __setstate__(): Get rid of the lock object attributebwarsaw2002-10-201-2/+13
* prefix_subject(): The charsets coming from headerbits can be stringsbwarsaw2002-10-201-0/+2
* __getstate__(self): Never pickle the lock object! I believe thisbwarsaw2002-10-191-0/+6
* Get rid of all the manipulations of the MailList object's lock file.bwarsaw2002-10-191-6/+2
* __writelog(): It turns out to be really helpful to print the stackbwarsaw2002-10-191-1/+4
* prepare_message(): If the newsgroup is moderated, news_moderation is 1bwarsaw2002-10-191-1/+7
* ModeratedNewsgroup: New hold class.bwarsaw2002-10-191-5/+12
* GetConfigInfo(): Added news_moderation variable, which is used tobwarsaw2002-10-191-12/+52
* add_options_table_item(), get_item_gui_value(): Pass the `extra' bitbwarsaw2002-10-191-12/+15
* NewVars(): Pick up news_moderation.bwarsaw2002-10-191-0/+1
* Whitespace normalization.bwarsaw2002-10-191-3/+3
* DATA_FILE_VERSION: Bump to pick up news_moderation.bwarsaw2002-10-191-1/+1