aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-4/+4
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* Change default behavior for safety.tkikuchi2005-12-241-4/+7
|
* New language: 'ia' for Interlingua.tkikuchi2005-10-231-0/+1
|
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi2005-07-131-0/+3
| | | | multipart/alternative message after content filtering.
* strip_subject() in HyperArch.pybwarsaw2005-05-131-4/+6
| | | | | | | | | | prefix_subject() in CookHeaders.py When calling re.sub() to substitute the subject prefix, you have to escape the pattern, otherwise prefixes like [C++] cause "multiple repeat" exceptions in re. Also, whitespace normalization and copyright years updates.
* Set DEFAULT_MAX_DAYS_TO_HOLD to 0 to disable it, since this is a new featurebwarsaw2005-05-021-4/+4
| | | | in a maintenance release.
* zh_CN new translation. moving to utf-8 also.tkikuchi2005-04-071-1/+1
|
* Typo in comment. Thanks Mr. Ikeda.tkikuchi2005-03-281-1/+1
|
* Change Big5 to UTF-8 for zh_TW.tkikuchi2005-03-231-1/+1
|
* Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.tkikuchi2005-01-221-0/+10
| | | | | Now the default behavior of prefixing is "Re: [prefix] subject". Variations like "Re[2]:" and German style "AW:" is now replaced by "Re:".
* From the NEWS file:bwarsaw2004-12-301-0/+15
| | | | | | | | | | - Added the ability for Mailman generated passwords (both member and list admin) to be more cryptographically secure. See new configuration variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called reset_pw which can be used to reset all member passwords. Passwords generated by Mailman are now 8 characters by default for members, and 10 characters for list administrators.
* Chinese are back again, with IANA compliant names.tkikuchi2004-12-101-3/+2
|
* Chinese is not supported yet.tkikuchi2004-12-011-2/+3
|
* Now default is NOT to VERP_PROBES for backward compatibility.tkikuchi2004-10-221-0/+2
|
* add reference to fix_url.pytkikuchi2004-10-121-0/+4
|
* [ 790494 ] built-in automatic discardtkikuchi2004-10-081-0/+3
|
* Merging SF patches:tkikuchi2004-10-031-1/+23
| | | | | | | [ 904850 ] Scrubber in regular delivery per list [ 1027882 ] filter attachments by filename extensions and a patch in mailman-dev mailing list http://mail.python.org/pipermail/mailman-developers/2004-September/017246.html
* [ 891491 ] Scrubber.py patch by tkikuchitkikuchi2004-09-171-0/+5
| | | | | | | | | | | | | | Modified Files: Mailman/Handlers/Scrubber.py Mailman/Defaults.py.in Fixes some bugs: charset problem where input/output charset are different text file without charset makes trouble when merging into one text msg. delete content-transfer encoding use Utils.oneline() for i18n filename use msg.walk() to collect parts Introduce: mm_cfg.SCRUBBER_DONT_USE_ATTACHMENT_FILENAME to prevent extremely long fn.
* SMTP_LOG_EVERY_MESSAGE: Add the listname to the log message.bwarsaw2004-07-131-1/+1
|
* Turkish language support by Kerem Erkan.bwarsaw2004-04-251-0/+1
|
* REGISTER_BOUNCES_EVERY: Promoted to a global configuration variable.bwarsaw2004-02-221-0/+3
|
* VERP_PROBE_FORMAT, VERP_PROBE_REGEXP: A new template and pattern for handlingbwarsaw2004-02-101-32/+7
| | | | | | | | | | | | the probe verps, which are different than the normal message verps because the former has a token hash in the address extension. METAFMT_MARSHAL, METAFMT_BSDDB_NATIVE, METAFMT_ASCII, METADATA_FORMAT: Remove all this since they don't make sense with the new rewritten single-file qrunner architecture. PENDINGDB_LOCK_TIMEOUT, PENDINGDB_LOCK_ATTEMPTS: These are no longer necessary given the new per-list pending database.
* Romanian is iso-8859-2bwarsaw2003-12-131-1/+1
|
* New variable PUBLIC_MBOX which allows the site administrator to disable publicbwarsaw2003-12-011-30/+35
| | | | | | access to all list mbox files (this is not a per-list configuration). HeaderFilter: a new widget type to support the expanded spam filtering.
* Added Romanian support by Stefaniu Criste.bwarsaw2003-11-271-0/+2
| | | | | (Note that Croatian is added but not yet supported. I'm still waiting for Nino Katic to give me a blessed translation.)
* Catalan support by Robert Garrigos and Toni Panades.bwarsaw2003-11-011-0/+1
|
* Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable afterbwarsaw2003-10-101-0/+6
| | | | | all, since we have the same potential problem (and solution) for the MailList config.pck files that we did for the msg.pck files.
* Backporting Slovenian support.bwarsaw2003-10-041-0/+1
|
* Danish and Euskara/Basquebwarsaw2003-09-221-0/+2
|
* Backporting from the HEAD -- Mailman packagebwarsaw2003-09-221-1/+9
|
* Backporting from the trunk.bwarsaw2003-04-201-92/+106
|
* Portuguese (pt) translations by Jose Paulo Moitinho de Almeida.bwarsaw2003-04-091-0/+1
|
* Backporting from trunkbwarsaw2003-03-311-2/+24
|
* Backporting from the trunk.bwarsaw2003-02-081-4/+19
|
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+1224
'Release_2_1-maint'.