summaryrefslogtreecommitdiff
path: root/modules/mm_defaults.py
Commit message (Collapse)AuthorAgeFilesLines
* mm_defaults.py becomes mm_defaults.py.inbwarsaw1998-05-261-179/+0
|
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Adding a list option that says to send the password reminders to themailman1998-05-261-1/+5
| | | | | | | | | user's corresponding "-owner" address - this is for lists that have only other lists as members. This way, the reminders don't get posted. (When we have scott's alternate-address confirmation stuff integrated we may not need this, but i don't know if i'll have time to do that before then end of the month, when the password reminders are delivered.)
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Really cosmetic change to the rule (dashes became underscores) in themailman1998-05-121-2/+2
| | | | default message footer.
* Incremented version to 1.0b3.klm1998-05-041-3/+5
| | | | | Changed mailman URL to point to john's site, and included a comment explaining what it is for.
* On john's urging, MIME is *not* default digest format, asklm1998-04-291-2/+2
| | | | | distributed. (I'm sticking with it as default here at python.org, until i get complaints.)
* 1.0b2, not 1.0b1.2!klm1998-04-281-2/+2
|
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-131-3/+5
| | | | whatever mail delivery agent is there.
* Retire ARCHIVE_URL for PUBLIC_ARCHIVE_URL and PRIVATE_ARCHIVE_URLklm1998-04-101-2/+3
| | | | settings.
* Move MESSAGE_DECORATION_NOTE to mm_err. (We probably should have amailman1998-04-091-22/+1
| | | | | messages.py file containing various notes, but mm_err will do for now - it's certainly a better choice than mm_defaults.)
* Simplify the __version__ setting to ignore the VERSION var.mailman1998-04-091-1/+1
|
* Small refinements of the message_decoration_note.mailman1998-04-091-6/+6
|
* New default, SMTPHOST, in preparation to incorporation of john'sklm1998-04-071-1/+23
| | | | | | | | | smtplib in the stead of sendmail. (John, i don't think i'm going to do that immediately, though i'd like to see it done soon.) Including MESSAGE_DECORATION_NOTE describing the useful list-instance attributes that can be included for expansion in messages header and footer texts.
* Added option DEFAULT_ACCEPTABLE_ALIASES, for alternate names forklm1998-03-311-2/+5
| | | | lists.
* Add an egregious spammer (actually, just one who happens to make itmailman1998-03-301-1/+2
| | | | past the explicit-destination constraint).
* Comment enumerates private_roster values.klm1998-03-301-2/+2
|
* In support of bounce-handling mechanism changes, to offer disabling ofmailman1998-03-261-6/+8
| | | | | | | | | user account as an alternative to removal: Option DEFAULT_MINIMUM_POST_COUNT_BEFORE_REMOVAL => DEFAULT_MINIMUM_POST_COUNT_BEFORE_BOUNCE_ACTION. Option DEFAULT_AUTOMATICALLY_REMOVE => DEFAULT_AUTOMATIC_BOUNCE_ACTION.
* Changed names of 'closed' and 'auto_subscribe' options!mailman1998-03-241-3/+4
| | | | | | | | | | | | | | | | | 'closed' => 'private_roster'. 'Closed' was being used to control whether the roster of list members was to be visible to non-list members, but is used elsewhere (in mailman explanations for subscription deferrals, as well as in majordomo and other maillist system parlance) to refer to whether the subscription policy requires admin approval or not. 'auto_subscribe' => 'open_subscribe'. This is the option that controls whether or not the list is closed - 'open' is more clear than 'auto' - i would have switched to 'closed', but saw no need to have the name refer to the *much* less common case, and didn't want to change the default sense of the option. Added listme.com to the roster of forbidden spam posters.
* Mime defaults.mailman1998-03-191-3/+4
|
* Changing over to external pipermail archive:mailman1998-03-131-9/+20
| | | | | | | | | | | | | | | | | | | | | | | - new vars {PUBLIC,PRIVATE}_ARCHIVE_FILE_DIR, DEFAULT_ARCHIVE_PRIVATE, specify the location of the dirs for the public and private archives, and the choice of which is to be used - public is default. - Retired archive_update_frequency stuff, retain_text_copy option (that's now all that we retain, in the archive dir Providing option for administrator to received immediate notice of new pending queued requests - DEFAULT_ADMIN_IMMED_NOTIFY - defaults to true. Added periodic (with help of senddigest cron job) digest transmission in addition to size-threshhold triggering, and periodic mechanism enabled by new option DEFAULT_DIGEST_SEND_PERIODIC, by default *on*. Enabled bounce processing by default. Added comments to bounce_matching_headers expr, incliding a comment explaining them in the template.
* Added default value for obscure_addresses - on!klm1998-03-081-6/+12
| | | | | | | | Added list address to default message footer layout, and lengthened "horizonal rule". Added a setting for default digest header and footer, dependent on regular message header and footer.
* DEFAULT_BOUNCE_MATCHING_HEADERS: New privacy (ant-spam) feature -klm1998-03-081-7/+9
| | | | | | | | | | bounce_matching_headers option takes a string with "field: matchexp" lines, and, if set, messages with header fields matching matchexp are held for approval. Leading whitespace in matchex is ignored. new LOG_DIR setting for dir to contain log files. removed MAIL_LOG - i also think it isn't used any more.
* Clarified spawns a bit.mailman1998-03-051-2/+5
|
* Moved default settings here, for distribution. mm_cfg.py will be usedmailman1998-03-051-0/+122
for setting the site-specific values for these defaults.