summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing space to max_num_recipients config var description.mailman1998-03-041-2/+2
| | | | (And incidentally, first test of checkin after transition to cvs.)
* Refined some option text descriptions, increased length of filtermailman1998-02-271-11/+10
| | | | program input box.
* Simplfied a few options descriptions.mailman1998-02-271-4/+3
|
* Added FontAttr class, for presenting arbitrary font attributes, andmailman1998-02-271-0/+18
| | | | | put a note in the FontSize class docstring that it is being deprecated.
* Spread out the default footer a bit.mailman1998-02-272-6/+8
| | | | Increased max_number_recipients default val from 5 to 10.
* Initial revisionmailman1998-02-277-0/+834
|
* Use default values from mm_cfg module.mailman1998-02-261-3/+3
|
* Initial revisionmailman1998-02-261-0/+191
|
* Utilize default settings from mm_cfg module.mailman1998-02-261-14/+9
|
* Spruce up the help text a good bit.mailman1998-02-261-9/+14
| | | | | | | | Including wrapping some long lines - not nice to send out email that way, in almost any circumstance! Also, add an address for questions and comments to the bottom - always good to give recipients recourse to complain!
* Up version to 1.0b1.1 (from 1.0b1).mailman1998-02-262-24/+186
| | | | | | | | | | | | | | | | | Established entries for default settings for all significant maillist parameters in this file. Other files should import this file and set their parameters from the defaults defined here. This way, mailman installers (ideally) need only go through this file to configure the defaults for all lists, archival, etc. RECTIFY my confusion about the *_URL settings: For john on list.org, "http://%s" % DEFAULT_HOST_NAME is fine even though the default_host_name is an MX address - ie, unqualified domain name - because of the unusual (i think) way his dns is done. However, it does *not* work on sites that don't use the MX address for the web server host name, which is the case at python.org (and most places, i expect).
* Some small refinements to the subscription acknowledgement notice.mailman1998-02-261-4/+14
| | | | | Added clue about email-based change mechanism in the password-reminder notice.
* Prevent cascading subject-line list prefixes.mailman1998-02-261-38/+51
| | | | | | | | | | | | | Employ defaults from mm_cfg. Rearrange some of the options so, eg, the list descriptions options are together near the top. Create the retained-mail file, regardless of whether it will be used. (This way things won't blow when the option to use the file is selected after list init time.) Wrap some long lines.
* Employ defaults from mm_cfg.mailman1998-02-261-10/+27
| | | | Implement a retained copy of the mail archives.
* Add a standard replacement for request-addr.mailman1998-02-261-2/+5
| | | | Wrap some long lines.
* Get some space between the label/radio-button pairs.mailman1998-02-261-7/+13
|
* Initial revisionmailman1998-02-261-0/+403
|
* Initial revisionmailman1998-02-251-0/+220
|
* Initial revisionmailman1998-02-251-0/+154
|
* Mention the email-based interface in the subscribe acknowledmentmailman1998-02-251-6/+13
| | | | message.
* Make MAILMAN_OWNER a person, not the system.mailman1998-02-252-2/+2
|
* Initial revisionmailman1998-02-251-0/+450
|
* Make the archive_volume_frequency description a bit less opaque...mailman1998-02-251-1/+1
|
* Use new routine list_names(), instead of searching for the presence ofmailman1998-02-251-5/+4
| | | | the list directory explicitly.
* Moved the bodies of the long text messages to "constant" declarationsmailman1998-02-221-55/+72
| | | | | | | at the top of the file, to make the methods that use them easier to read. Wrapped a few long lines.
* Get rid of gratuitous bare 'except:'.mailman1998-02-221-1/+1
|
* Belatedly reflecting migration to being central python.org server.mailman1998-02-222-4/+4
|
* Incorporated an anti-spam measure, requiring explicit naming ofmailman1998-02-221-9/+33
| | | | | | | | | | | | | | maillist in a destination address - either in the to or cc headers. The option require_explicit_destination controls the behavior, and defaults to on. (This approach has been working nicely with the majordomo lists we have here.) MailList.HasExplicitDest(): New method. MailList.Post(): use HasExplicitDest if require_explicit_destination set. list_names(): New utility routine to get names of all lists in default list dir, ie dirs there that contain a config.db file.
* Minor layout change - add some whitespace so the web page addressmailman1998-02-211-0/+1
| | | | shows up more nicely.
* Initial revisionmailman1998-02-211-0/+153
|
* Initial revisionmailman1998-02-211-0/+132
|
* Added 'archive_update_frequency' list config option.mailman1998-02-211-1/+8
| | | | Folded a long line.
* Added all_listpaths to easily get the paths to all maillists situatedmailman1998-02-211-0/+10
| | | | | in the default lists directory. Used by new version of archive trigger in cron/archive.
* Initial revisionmailman1998-02-151-0/+73
|
* Initial revisionmailman1998-02-151-0/+467
|
* Local site configuration.klm1998-02-152-6/+6
|
* Initial revisionklm1998-01-071-0/+154
|
* Initial revisionklm1998-01-062-0/+96