summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
* process(): Fixed typo in IOError error code comparison.bwarsaw2001-10-011-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-3/+4
* Convert from mimelib to email.bwarsaw2001-10-011-2/+4
* Add the code that would be used if personalized digests werebwarsaw2001-10-011-1/+46
* Convert from mimelib to email.bwarsaw2001-10-012-18/+7
* Convert from mimelib to email.bwarsaw2001-10-0121-161/+83
* Use cStringIO directly instead of our own hack-around StringIObwarsaw2001-10-011-2/+1
* Use Python's default Cookie.py module instead of our own copy.bwarsaw2001-10-011-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-37/+45
* Move the path hacking stuff to misc/paths.py.inbwarsaw2001-10-011-9/+0
* Convert from mimelib to email.bwarsaw2001-10-011-5/+5
* process(): Watch out for when the bounce has no X-Mailer: header.bwarsaw2001-09-101-1/+1
* Add Russian language hooks for when Mikhail Sobolev is ready with hisbwarsaw2001-09-081-0/+1
* Bump DATA_FILE_VERSION so existing lists will pick up one_last_digest.bwarsaw2001-09-081-1/+1
* InitVars(): For new lists, set one_last_digest to {}. Found by bothbwarsaw2001-09-081-0/+1
* __handlepost(): When a message is approved by the moderator, log abwarsaw2001-09-051-2/+6
* _dispose(): Reorganize the big if/elif/else switch so that it neverbwarsaw2001-09-051-9/+7
* AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Fixedbwarsaw2001-09-051-3/+3
* Convert all `reason' strings from class docstrings to attributes onbwarsaw2001-09-041-16/+17
* HoldMessage: Let's do this the non-clever way (which was causing toobwarsaw2001-09-041-3/+7
* Add missing import of Mailman.Utilstwouters2001-09-041-0/+1
* AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Thebwarsaw2001-08-301-3/+3
* request_deletion(): Fixed missing markup. Caught by Szilard Vizi.bwarsaw2001-08-301-1/+1
* Stop: a unique global value that bounce detectors can return in orderbwarsaw2001-08-291-0/+6
* GetConfigInfo(): Added missing </ul> tag. Caught by Daniel Buchmann.bwarsaw2001-08-291-0/+1
* decorate(): String interpolation can throw either a ValueError /or/ abwarsaw2001-08-291-2/+2
* setMemberOption(): Stupid typo preventing users from setting anybwarsaw2001-08-291-3/+3
* change_options(): Give some feedback on who's been removed.bwarsaw2001-08-291-0/+6
* GetMailmanFooter(): Don't hyperlink each individual list owner with abwarsaw2001-08-291-8/+5
* KNOWN_SPAMMERS: Move this here from Mailman/Handlers/SpamDetect.pybwarsaw2001-08-291-0/+17
* Move KNOWN_SPAMMERS out of this file and into Defaults.py.in so it canbwarsaw2001-08-291-17/+9
* _dispose(): Factor out common code paths to _toadmins().bwarsaw2001-08-291-25/+36
* run(): Add a note about a minor bogosity in the calls tobwarsaw2001-08-291-1/+3
* process_request(): Don't use WebAuthenticate() here because that willbwarsaw2001-08-201-5/+7
* process_request(): After the list is created, set the web_page_url andbwarsaw2001-08-201-45/+51
* admin_overview(): Use get_domain() instead of hardcodedbwarsaw2001-08-201-2/+11
* ScriptURL(): Instead of using DEFAULT_URL directly, usebwarsaw2001-08-201-2/+2
* Create(): Let any exceptions in the os.makedirs() call percolate up.bwarsaw2001-08-201-5/+2
* Some improvements for virtual host support.bwarsaw2001-08-201-13/+38
* Process(): When personalizing regular deliveries, set the To: headerbwarsaw2001-08-171-0/+13
* GetConfigInfo(): Rewrite the `personalize' details to describe the To:bwarsaw2001-08-171-10/+16
* FormatSubscriptionMsg(): Use triple quoted strings instead ofbwarsaw2001-08-171-36/+25
* hold_for_approval(): dont_respond_to_post_requests =>bwarsaw2001-08-171-1/+1
* GetConfigInfo(): Typo. Also, say "list moderator" instead ofbwarsaw2001-08-171-4/+5
* GetConfigInfo(): For the `owner' option, add a link to thebwarsaw2001-08-171-13/+14
* Convert lots of split-line strings to triple-quoted strings. Yes,bwarsaw2001-08-171-21/+18
* option_help(): Simplify the error message when the VARHELP variable isbwarsaw2001-08-171-13/+12
* Style nit.bwarsaw2001-08-171-1/+1
* DATA_FILE_VERSION: Bump to 35 to pick up thebwarsaw2001-08-171-1/+1
* UpdateOldVars(): dont_respond_to_post_requests => respond_to_post_requestsbwarsaw2001-08-171-0/+7