summaryrefslogtreecommitdiff
path: root/modules/maillist.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tracked change of names of 'closed' and 'auto_subscribe' options. Seemailman1998-03-241-28/+13
* Add __del__ to close the log_files that were retained across themailman1998-03-201-0/+4
* .CheckValues(): New routine to normalize values as necessary, eg add amailman1998-03-181-16/+22
* Added init of admin_immed_notify, so list admins can choose to havemailman1998-03-131-53/+45
* Added obscure_addresses option, for thwarting web spiders fromklm1998-03-081-6/+17
* New privacy (ant-spam) feature - bounce_matching_headers option takesklm1998-03-081-35/+161
* Checked-in mm_cfg.py moved to mm_cfg.py.dist, so it never clobbersmailman1998-03-051-1/+7
* Use new mm_err exceptions to particularize list load failures.mailman1998-03-041-11/+17
* Add missing space to max_num_recipients config var description.mailman1998-03-041-2/+2
* Refined some option text descriptions, increased length of filtermailman1998-02-271-11/+10
* Prevent cascading subject-line list prefixes.mailman1998-02-261-38/+51
* Use new routine list_names(), instead of searching for the presence ofmailman1998-02-251-5/+4
* Incorporated an anti-spam measure, requiring explicit naming ofmailman1998-02-221-9/+33
* Added all_listpaths to easily get the paths to all maillists situatedmailman1998-02-211-0/+10
* Initial revisionmailman1998-02-151-0/+467