summaryrefslogtreecommitdiff
path: root/modules/maillist.py
Commit message (Expand)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-922/+0
* Moved _mime_separator from InitVars to InitTempVars.viega1998-06-131-5/+2
* Added support for flock.py and an InitTempVars() method that will getviega1998-06-131-25/+23
* Added support for send_welcome_msg.viega1998-06-121-0/+9
* Added support for a send_reminders variable that controls whetherviega1998-06-121-5/+8
* Changed the way InitVars() is called so that it only gets called onviega1998-06-111-11/+14
* I added a variable 'anonymous_list' that, if set, causes From, Senderviega1998-06-111-1/+9
* Applied minor changes across 4 lines submitted by Janne Sinkkonenviega1998-06-111-4/+4
* Removed the method GetScriptURL. Replaced it with two methods:viega1998-06-031-4/+7
* Don't copy over the list data file if it doesn't exist.viega1998-06-021-2/+3
* Added a lock parameter to the constructor of MailList, which determinesviega1998-06-021-5/+9
* As a safety measure, copy over the list config file to config.lastviega1998-05-311-1/+7
* Inherit the gateway mixin, and do the right initialization.viega1998-05-311-1/+4
* Integrated Scott's cookie code into the distribution.viega1998-05-301-9/+11
* Remove RCS crudbwarsaw1998-05-261-3/+4
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Whoops - reminder_to_admins will cause "-admin" to be appended to themailman1998-05-261-3/+3
* .GetOptionsURL(): only use the unobscured addr when optional argmailman1998-05-261-4/+17
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Use more of the available space in the basic description for 'info'klm1998-05-241-2/+5
* .DeleteMember(): Delete the option settings for the user (if any), asmailman1998-05-181-1/+3
* Essential cosmetic changes - one typo, and one missing comma (whichmailman1998-05-121-3/+3
* Removed constant i added but didn't use (SUBJ_REGARDS_PREFIX).klm1998-05-031-4/+1
* On further thought, emphasize that case-changes only are acceptableklm1998-05-011-2/+2
* Whoops, a trivial after-checkin phrasing refinement.klm1998-05-011-2/+2
* .GetConfigInfo(): Reenable web-based setting of web_page_url. Thisklm1998-05-011-15/+42
* Strengthen admonition against setting reply_goes_to_list.klm1998-05-011-6/+10
* Using new X-beenthere message header for loop-detection, particularlyklm1998-04-271-1/+7
* Repaired minor typo in option description.mailman1998-04-231-2/+2
* .CheckVersion(): When version skew is detected, call the new versionklm1998-04-121-4/+7
* ApprovedAddMember(): Add a no-acknowledement option, eg forklm1998-04-111-4/+5
* Track move of MESSAGE_DECORATION_NOTE from mm-defaults to mm_err.mailman1998-04-101-3/+3
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-5/+3
* Some more slight option-description refinement.klm1998-04-091-2/+2
* Cleaned up some phrasing.mailman1998-04-091-6/+9
* More refinement of help messages.mailman1998-04-091-29/+32
* Add a sub-section header to the privacy options.mailman1998-04-091-0/+2
* Refined a few long descriptions (now that i can look at them in aklm1998-04-081-13/+18
* Refine open-list option descr.klm1998-04-081-1/+2
* Refined organization of and included dividers in privacy optionsklm1998-04-081-46/+75
* Using error-message vars from mm_err, instead of string literals, somailman1998-04-081-4/+4
* A few checkins on the parrot side, in completing this batch ofmailman1998-04-071-0/+3
* Substantial refinement of the options mechanism:klm1998-04-071-98/+171
* .DeleteMember(): add optional argument indicating whence the deletionmailman1998-04-021-1/+5
* Implement message "approved" line recognition (and stripping!).mailman1998-04-021-1/+15
* Whoops - realized that a null regexp (from stripping the empty string)mailman1998-03-311-1/+2
* Added companion option for require_explicit_destination -klm1998-03-311-6/+21
* Untangled subscription confirmation cases.klm1998-03-291-22/+28
* Do *not* sort the members (digest or non) in the list record - sortmailman1998-03-271-5/+5
* new .Locked() method.mailman1998-03-261-2/+8