summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A new module that will clean messages before they're committed tobwarsaw2001-10-241-0/+109
* _dispose(): Move the Save() call into the try (exceptions are morallybwarsaw2001-10-241-1/+1
* ARCHIVE_CLEANSER: A module that will clean messages before they'rebwarsaw2001-10-241-0/+10
* Rebind stderr to logs/error.bwarsaw2001-10-242-0/+6
* Use email.Utils.parseaddr()bwarsaw2001-10-221-3/+2
* mimelib -> emailbwarsaw2001-10-223-10/+4
* CheckVersion(): Can't lock an already locked list!bwarsaw2001-10-221-1/+2
* CheckVersion(): The list must be locked in order to auto-update thebwarsaw2001-10-221-10/+17
* VERSION: 2.1a3+bwarsaw2001-10-221-1/+1
* Another missing item.bwarsaw2001-10-221-0/+6
* process(): Forgot to include a realname local var.bwarsaw2001-10-221-0/+1
* Clarify what format is allowed in upload and textbox for realname.bwarsaw2001-10-221-2/+2
* Updates for alpha3bwarsaw2001-10-224-12/+12
* Put a fork in itbwarsaw2001-10-221-1/+1
* A start of some unofficial contributions.bwarsaw2001-10-221-0/+17
* Updates for alpha3 releasebwarsaw2001-10-222-24/+17
* Latest catalog mergesbwarsaw2001-10-2216-26608/+21315
* Let's use the latest email packagebwarsaw2001-10-212-0/+0
* GetConfigCategory(): "Topic filters" -> "Topics"bwarsaw2001-10-211-1/+1
* show_requests(): To be consistent with pendingsubs, pendingunsubsbwarsaw2001-10-211-1/+1
* ProcessUnsubscribeCmd(): We need to have a specific case wherebwarsaw2001-10-211-2/+14
* A few more features.bwarsaw2001-10-211-1/+10
* Unsubscription authorization request (sent to the admin, similar tobwarsaw2001-10-211-0/+11
* Reformatting for consistency.bwarsaw2001-10-211-3/+3
* process(): If the list attribute include_rfc2369_headers is false,bwarsaw2001-10-211-1/+1
* GetConfigInfo(): Rewrite some of the confirm/approval strings forbwarsaw2001-10-211-14/+29
* GetConfigInfo(): Move some of the items around, e.g. the goodbye_msgbwarsaw2001-10-211-29/+61
* main(): Call DeleteMember() when the unsubscribe button was hit sobwarsaw2001-10-211-7/+17
* show_requests(): Include a pending unsubscribes section if necessary.bwarsaw2001-10-211-3/+31
* NewVars(): Add unsubscribe_policy, send_goodbye_msg, andbwarsaw2001-10-211-0/+4
* DATA_FILE_VERSION: Bump this to 40 to pick up the new list attributes.bwarsaw2001-10-211-1/+1
* new(): Slight code cleanup; _ALLKEYS holds a list of 1-tuples of allbwarsaw2001-10-211-5/+5
* InitVars(): New MailList attributes:bwarsaw2001-10-211-8/+17
* ProcessUnsubscribeCmd(): Should use DeleteMember() instead ofbwarsaw2001-10-211-1/+1
* Support for admin approved unsubscribes. Specifically,bwarsaw2001-10-211-7/+56
* SendUnsubscribeAck(): Use a better Subject: on the message that getsbwarsaw2001-10-211-3/+3
* DEFAULT_SEND_GOODBYE_MSG: Default flag for whether a goodbye messagebwarsaw2001-10-211-0/+21
* Updated for new features in 2.1 alpha 3.bwarsaw2001-10-211-6/+203
* Some updates to translation contributors.bwarsaw2001-10-202-5/+23
* Latest Japanese translation updates from Tokio Kikuchi.bwarsaw2001-10-204-555/+377
* This was in the wrong place. Moved to message/ja/README.ja.bwarsaw2001-10-201-67/+0
* README file for Japanese translations by Tokio Kikuchi.bwarsaw2001-10-201-0/+69
* Add some hints about how to do translations.bwarsaw2001-10-201-0/+11
* TestHold: Get rid of tests for the old sender moderation variablesbwarsaw2001-10-201-108/+53
* process(): Reworked Reply-To: munging so list owners can establishbwarsaw2001-10-201-12/+31
* GetConfigInfo(): Added first_strip_reply_to. Also, did somebwarsaw2001-10-201-9/+24
* option_help(): If there is no elaboration, don't display thebwarsaw2001-10-201-4/+2
* NewVars(): Pick up new list attribute first_strip_reply_to.bwarsaw2001-10-201-0/+2
* DATA_FILE_VERSION: Bumping to pick up new list attribute first_strip_reply_tobwarsaw2001-10-201-1/+1
* InitVars(): New list attribute first_strip_reply_to.bwarsaw2001-10-201-0/+1