aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-10-23New language: 'ia' for Interlingua.tkikuchi1-0/+1
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-07-13Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi1-0/+3
multipart/alternative message after content filtering.
2005-05-13strip_subject() in HyperArch.pybwarsaw1-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.
2005-05-02Set DEFAULT_MAX_DAYS_TO_HOLD to 0 to disable it, since this is a new featurebwarsaw1-4/+4
in a maintenance release.
2005-04-07zh_CN new translation. moving to utf-8 also.tkikuchi1-1/+1
2005-03-28Typo in comment. Thanks Mr. Ikeda.tkikuchi1-1/+1
2005-03-23Change Big5 to UTF-8 for zh_TW.tkikuchi1-1/+1
2005-01-22Introduce old_style in CookHeaders.py and OLD_STYLE_PREFIXING in Defaults.py.tkikuchi1-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:".
2004-12-30From the NEWS file:bwarsaw1-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.
2004-12-10Chinese are back again, with IANA compliant names.tkikuchi1-3/+2
2004-12-01Chinese is not supported yet.tkikuchi1-2/+3
2004-10-22Now default is NOT to VERP_PROBES for backward compatibility.tkikuchi1-0/+2
2004-10-12add reference to fix_url.pytkikuchi1-0/+4
2004-10-08[ 790494 ] built-in automatic discardtkikuchi1-0/+3
2004-10-03Merging SF patches:tkikuchi1-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
2004-09-17[ 891491 ] Scrubber.py patch by tkikuchitkikuchi1-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.
2004-07-13SMTP_LOG_EVERY_MESSAGE: Add the listname to the log message.bwarsaw1-1/+1
2004-04-25Turkish language support by Kerem Erkan.bwarsaw1-0/+1
2004-02-22REGISTER_BOUNCES_EVERY: Promoted to a global configuration variable.bwarsaw1-0/+3
2004-02-10VERP_PROBE_FORMAT, VERP_PROBE_REGEXP: A new template and pattern for handlingbwarsaw1-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.
2003-12-13Romanian is iso-8859-2bwarsaw1-1/+1
2003-12-01New variable PUBLIC_MBOX which allows the site administrator to disable publicbwarsaw1-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.
2003-11-27Added Romanian support by Stefaniu Criste.bwarsaw1-0/+2
(Note that Croatian is added but not yet supported. I'm still waiting for Nino Katic to give me a blessed translation.)
2003-11-01Catalan support by Robert Garrigos and Toni Panades.bwarsaw1-0/+1
2003-10-10Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable afterbwarsaw1-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.
2003-10-04Backporting Slovenian support.bwarsaw1-0/+1
2003-09-22Danish and Euskara/Basquebwarsaw1-0/+2
2003-09-22Backporting from the HEAD -- Mailman packagebwarsaw1-1/+9
2003-04-20Backporting from the trunk.bwarsaw1-92/+106
2003-04-09Portuguese (pt) translations by Jose Paulo Moitinho de Almeida.bwarsaw1-0/+1
2003-03-31Backporting from trunkbwarsaw1-2/+24
2003-02-08Backporting from the trunk.bwarsaw1-4/+19