summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Update a comment.bwarsaw2002-11-191-0/+2
* dequeue(): "rejection-notice" (i.e. the dash) doesn't play nice whenbwarsaw2002-11-191-0/+6
* hold_for_approval(): "rejection-notice" (i.e. the dash) doesn't playbwarsaw2002-11-191-1/+1
* show_post_requests(): "rejection-notice" (i.e. the dash) doesn't playbwarsaw2002-11-191-1/+1
* process(): Patch #625482 by Tokio Kikuchi to properly MIME encode thebwarsaw2002-11-191-23/+33
* GetConfigInfo(): "addrs" -> "addresses" in the obscure_addressesbwarsaw2002-11-191-2/+2
* RestrictedListMessage(), RosterOption(), GetStandardReplacements():bwarsaw2002-11-191-5/+6
* quick_maketext(): Copy the body of the try: from Utils.maketext() forbwarsaw2002-11-181-8/+14
* Simplification and fixes for i18n in the archives. This is related tobwarsaw2002-11-181-62/+22
* uquote(): Factored out the html-ifying of a string from uncanonstr()bwarsaw2002-11-181-9/+12
* membership_options(): Don't assume the environment has QUERY_STRING.bwarsaw2002-11-181-28/+30
* maketext(): If the interpolation fails with a UnicodeError, we try tobwarsaw2002-11-181-1/+7
* SafeDict.interpolate(): Added for convenience.bwarsaw2002-11-181-4/+7
* process(): Implement a header/footer MIME wrapper for problematicbwarsaw2002-11-171-13/+52
* list_listinfo(): Fix a u/i buglet for when no choice is given betweenbwarsaw2002-11-161-0/+4
* change_options(): Display the fullname and address of the member justbwarsaw2002-11-161-1/+2
* main(): Watch out for unsubscription confirmations on addresses thatbwarsaw2002-11-151-7/+14
* Martin v. Loewis's SF patch #634109 for better scrubbing of multipartbwarsaw2002-11-131-22/+52
* email.Header does everything this module used to do for us, so webwarsaw2002-11-121-171/+0
* decode_charset(): We no longer need the EncWord module, sincebwarsaw2002-11-121-16/+23
* ArchiveMail(): Get rid of the try/bare-except wrapper around thebwarsaw2002-11-121-23/+15
* __get_f(): LookupError is built-in. Bug reported by Carson Gaspar.bwarsaw2002-11-111-1/+1
* Results.__init__(): Give default argument of an empty string whenbwarsaw2002-11-081-1/+1
* Must import sys for signal handlers to work. Patch by Terry Hardie,bwarsaw2002-11-071-5/+6
* __getstate__(), __setstate__(): Be slightly more defensive.bwarsaw2002-11-071-6/+14
* show_pending_subs(): Always uncanonstr() the fullname, even if it'sbwarsaw2002-11-061-2/+1
* verpdeliver(): Re-enable To header hacking, but only if doing "Fullbwarsaw2002-11-061-27/+27
* 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