summaryrefslogtreecommitdiff
path: root/modules/mm_defaults.py.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-224/+0
|
* There's now a global USE_CRYPT variable. It *should* be set by theviega1998-06-141-0/+6
| | | | | | | autoconf stuff. Basically, the autoconf script should fire up Python and see if crypt can be imported. Of course, if a previous installation has a different value than configure determined, it should be used instead, otherwise stuff will mess up.
* Added support for send_welcome_msg.viega1998-06-121-1/+3
|
* Added default entries for ANONYMOUS LIST (forgot to do that last time)viega1998-06-121-1/+6
| | | | and SEND REMINDERS. Bumped the data file version up by 1.
* The data file version is now different from the mailman version. I'mviega1998-06-111-21/+28
| | | | using a number so I can easily tell if something is outdated.
* Whoops, forgot to check in the new default variables for the adminviega1998-05-311-2/+10
| | | | cookie stuff.
* configure.in: 1.0b5 -> 1.0b4viega1998-05-311-1/+1
| | | | | mm_defaults.py.in: 1.0b3 -> 1.0b4 Shouldn't the version in mm_defaults be generated automatically?
* MISC_DIR => DATA_DIRbwarsaw1998-05-291-1/+1
| | | | 'misc' => 'data'
* Added a MISC_DIR definition. Confirmation stuff should be complete now.viega1998-05-291-0/+1
|
* Removed references to SENDMAIL_CMD.viega1998-05-291-1/+0
| | | | | Mailman is now sendmail independant, except that it spits out sendmail aliases w/ newlist...
* mm_defaults.py copied to mm_defaults.py.in for autoconf generation.bwarsaw1998-05-261-15/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | Hope I merged in all the latest changes! Added Emacs turd added to top of file. RCS crud removed Added PYTHON variable which holds the absolute path to the configure discovered Python interpreter. Added PREFIX and EXEC_PREFIX variables which hold configure's equivalents of --prefix and --exec_prefix (module autoconf 2.12 buglet). LIST_DATA_DIR, HTML_DIR, CGI_DIR, LOG_DIR, LOCK_DIR, WRAPPER_DIR, SCRIPTS_DIR, TEMPLATE_DIR, PUBLIC_ARCHIVE_FILE_DIR, PRIVATE_ARCHIVE_FILE_DIR: All moved to the bottom of this file since users will not typically edit these or the paths they are based on any more. All are calculated relative to PREFIX and EXEC_PREFIX as given by configure. VERSION is also moved to the bottom of the file. This is also generated by configure. The nice thing here is that configure.in is the only file that need be changed when the version number changes.
* 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.