summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* processUnixMailbox(): Add some useful diagnostics which only getbwarsaw2001-11-301-0/+4
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-3010-29/+44
* ParseMailCommands(): Dang, this is /really/ the way to guarantee thatbwarsaw2001-11-271-1/+6
* ParseMailCommands(): Work around a difference in email 1.0 and 0.96.bwarsaw2001-11-271-1/+1
* Dan Mick discovers we need to import LockFile.bwarsaw2001-11-271-0/+1
* Much changes for better virtual domain support.bwarsaw2001-11-261-33/+88
* POSTFIX_STYLE_VIRTUAL_DOMAINS: Describe new API for this variable.bwarsaw2001-11-261-5/+9
* Support for Postfix-style virtual domains.bwarsaw2001-11-241-33/+105
* POSTFIX_STYLE_VIRTUAL_DOMAINS: New flag to let Mailman/MTA/Postfix.pybwarsaw2001-11-241-7/+18
* Handler module which sets the recips metadata to the list owners (plusbwarsaw2001-11-221-0/+23
* Fixed some typos found by Dan Mick.bwarsaw2001-11-221-9/+10
* process(): When VERPing, blow away the Sender: and Errors-To: headersbwarsaw2001-11-211-2/+14
* The qrunner that consumes qfiles/bounce messages, which come from thebwarsaw2001-11-211-0/+136
* process(): Simplify by calling out to matches_p() to do the actualbwarsaw2001-11-211-9/+28
* hold_for_approval(): In setting up the initial interpolationbwarsaw2001-11-211-1/+1
* GetConfigInfo(): Describe how the nonmember match rules can containbwarsaw2001-11-211-9/+28
* get_item_gui_value(), get_valid_value(): Added EmailListEx widgetbwarsaw2001-11-211-3/+6
* ProcessConfirmCmd(): Need to define listname and url local vars forbwarsaw2001-11-211-1/+4
* I don't think we need to import Mailman.i18n anymore. Anybwarsaw2001-11-211-6/+6
* Added EmailListEx widget which is just like EmailList except that itbwarsaw2001-11-211-12/+15
* Hungarian is iso-8859-2bwarsaw2001-11-211-1/+1
* _dispose(): Support for regular non-personalized VERP delivery.bwarsaw2001-11-201-0/+7
* Some updating of the big comment. I'm not spending a lot of time onbwarsaw2001-11-201-6/+8
* This runner now only handles -request, -join, and -leave emails. Itbwarsaw2001-11-201-102/+10
* makealiases(): The list of aliases now includes -bounces which goes tobwarsaw2001-11-201-4/+6
* addlist(): When creating the aliases file for the first time, be surebwarsaw2001-11-201-1/+7
* Support for VERP deliveries.bwarsaw2001-11-201-22/+58
* Update some commentsbwarsaw2001-11-201-1/+7
* process(): VERP support. If VERP_PERSONALIZED_DELIVERIES is true,bwarsaw2001-11-201-1/+4
* process(): We're now setting Sender: and Errors-To: to thebwarsaw2001-11-201-3/+3
* process_request(): Utils.get_site_email()'s second argument should nobwarsaw2001-11-201-1/+1
* get_site_email(): Default the `extra' argument to None, and change thebwarsaw2001-11-201-2/+4
* CheckCookie(): Let's be explicit about using the Cookie.SimpleCookiebwarsaw2001-11-201-6/+19
* getListAddress(): Basic method for calculating a sub-address of thebwarsaw2001-11-201-10/+16
* New variables to control VERP-like behavior for better bouncebwarsaw2001-11-201-5/+73
* Some code cleaning, and adjustment to new API.bwarsaw2001-11-201-7/+2
* show_post_requests(): We have to translate the `reason' we get out ofbwarsaw2001-11-071-1/+1
* process_request(): Add an html comment to a string that otherwisebwarsaw2001-11-061-2/+7
* subscription_prompt(), unsubscription_prompt(), heldmsg_prompt(): Thebwarsaw2001-11-061-3/+38
* HoldSubscription(): Because the subscription authorization message isbwarsaw2001-11-061-1/+1
* main(): When using private rosters, and attempting to remind, unsub,bwarsaw2001-11-061-22/+32
* ChangeHTML(): Must make sure the language-specific directory for thebwarsaw2001-11-051-4/+12
* password_input(): Daniel Buchmann rightly points out that the textbwarsaw2001-11-051-4/+5
* Add the `cs' language code for Czech.bwarsaw2001-11-051-0/+1
* get_domain(): Lower case the host name since host names are case insensitive.bwarsaw2001-11-021-2/+2
* listinfo_overview(), admin_overview(): Simplify the test for virtualbwarsaw2001-11-022-6/+2
* write_index_entry(): Slight modification so that the subject andbwarsaw2001-10-281-3/+2
* inject(): kws must contain _plaintext (== 1) so that the stringbwarsaw2001-10-281-2/+3
* process(): Implement ARCHIVE_HTML_SANITIZER == 3, strip but don'tbwarsaw2001-10-271-3/+16
* ARCHIVE_HTML_SANITIZER can now take a value == 3 for removingbwarsaw2001-10-271-0/+10