summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* PIDFILE: new variable pointing to $prefix/data/qrunner.pidbwarsaw2001-07-051-0/+1
* Add support for configurable log files, at least for the SMTPDirectbwarsaw2001-06-271-6/+73
* Added WEB_HIGHLIGHT_COLOR; adapted from David Champion's SF patchbwarsaw2001-06-071-0/+2
* WEB_BGCOLOR => WEB_BG_COLORbwarsaw2001-06-071-14/+15
* New user configurable variables, for control of the (non-templated)bwarsaw2001-05-311-7/+46
* SuppressPasswordReminder: New per-list user option which allows a userbwarsaw2001-05-251-0/+1
* MTA: Set the default to Manual.py, a best-effort fallback for listbwarsaw2001-05-221-6/+6
* add_language(): A more convenient interface for mm_cfg.py files forbwarsaw2001-05-201-7/+2
* PRIVATE_ARCHIVE_URL: Removed; we can calculate this on the fly.bwarsaw2001-05-161-1/+0
* Support for list creation through the web. Specifically,bwarsaw2001-05-091-4/+13
* DEFAULT_DIGEST_VOLUME_FREQUENCY: Default value for the newbwarsaw2001-05-011-1/+14
* Update the MAILMAN_URL to point to the new www.gnu.org pages.bwarsaw2001-03-021-1/+1
* Untabification.bwarsaw2001-02-281-17/+17
* QRUNNERS: BounceRunner -> CommandRunnerbwarsaw2001-02-281-5/+5
* Do not store `_' in the built-in namespace. First of all, we wantbwarsaw2001-02-161-7/+3
* typobwarsaw2001-02-151-1/+1
* GLOBAL_PIPELINE: Default pipeline for moving messages out ofbwarsaw2001-02-151-34/+83
* Latest round of jcrey's I18N patches. Specifically,bwarsaw2000-12-261-0/+32
* qfiles directory is just a holder of all the sub-queue directories.bwarsaw2000-12-201-1/+6
* Better description of DEFAULT_REPLY_GOES_TO_LISTbwarsaw2000-11-161-1/+9
* DEFAULT_AUTOMATIC_BOUNCE_ACTION: John A. Martin noticed that thebwarsaw2000-11-091-3/+3
* PUBLIC_ARCHIVE_FILE_DIR, PRIVATE_ARCHIVE_FILE_DIR: slightly morebwarsaw2000-11-091-2/+2
* SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to addbwarsaw2000-10-201-0/+5
* cosmeticbwarsaw2000-10-021-7/+8
* Moved SITE_PW_FILE here from SecurityManager.pybwarsaw2000-10-021-0/+2
* two changes to charset handling issues: check for charset injhylton2000-10-021-0/+16
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-8/+13
* Ted Cabeen's SF patch #100554 to allow mlist.archive to be set frombwarsaw2000-09-201-1/+5
* Accepted SF patch #101333, David Champion's patch to set the defaultbwarsaw2000-09-191-0/+3
* Article.__init__(): Chris Snell's patch for obscuring email addressesbwarsaw2000-09-191-0/+6
* Changed the warning into a comment, and clarify that users shouldbwarsaw2000-09-141-5/+5
* Document that DEFAULT_URL must end in a slash!bwarsaw2000-09-111-0/+1
* ADMIN_COOKIE_LIFE now defaults to 0. This means Mailman will now usebwarsaw2000-07-201-3/+6
* QRUNNER_PROCESS_LIFETIME: decrease to 15 minutes.bwarsaw2000-06-281-1/+1
* QRUNNER_PROCESS_LIFETIME, QRUNNER_MAX_MESSAGES: Two new resourcebwarsaw2000-06-261-0/+9
* LIKELY_BOUNCE_SENDERS:bwarsaw2000-06-231-0/+8
* Added some constants for use by ListAdmin.py and admindb.pybwarsaw2000-06-201-0/+8
* SPAM_DIR: The fullpath to the $PREFIX/spam subdir.bwarsaw2000-06-151-0/+1
* Big-time reorganization of the order of variables. Added a bunch ofbwarsaw2000-06-141-115/+182
* NNTP_USERNAME, NNTP_PASSWORD: Optional site-wide values for specifyingbwarsaw2000-06-051-3/+8
* MAX_DELIVERY_THREADS: new variable which controls the number ofbwarsaw2000-06-031-0/+14
* DELIVERY_RETRY_PERIOD: How long should we re-try deliveries for whichbwarsaw2000-05-311-0/+5
* SMTP_MAX_RCPTS: Updated the comment.bwarsaw2000-05-271-3/+3
* Added LIST_LOCK_LIFETIME which is how long MailList objects willbwarsaw2000-05-041-11/+31
* Import new variable HEX_VERSION from Version.pybwarsaw2000-04-071-1/+1
* SMTPHOST now defaults to 'localhost'. I don't remember why I tried tobwarsaw2000-03-281-1/+9
* SMTPHOST should get initialized from @URL@ instead of @FQDN@. Thisbwarsaw2000-03-221-1/+1
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Changes to Mailman's default footer so that open source logos forbwarsaw2000-03-151-5/+11
* TEXTFIELDWIDTH: default value is better at 40 chars widebwarsaw2000-03-031-1/+1