aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-19Enable setting a default grouping/sorting for the admindb held messageMark Sapiro1-1/+9
summary via a DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting.
2013-07-19Second cut at the author_is_list feature.Mark Sapiro1-0/+4
2013-07-18First cut at the author_is_list feature.Mark Sapiro1-1/+8
2013-07-18Backported the held message sorting to 2.1 and made it optional.Mark Sapiro1-1/+5
2013-05-20 - added Persian (Farsi - fa) language.Mark Sapiro1-0/+1
- Updated messages/mailman.pot - msgmerged all mailman.po files.
2012-12-14Added a minimum delay between retrieval and submission of the subscribe form.Mark Sapiro1-2/+7
2012-11-24Implement SUBSCRIBE_FORM_SECRET to mitigate bot subscribes. (LP: 1082746)Mark Sapiro1-0/+15
2012-11-24The name of the mailmanctl master lock file is now congigurable via theMark Sapiro1-0/+6
mm_cfg.py setting MASTER_LOCK_FILE. (LP: 1082308)
2012-06-20Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update.Mark Sapiro1-0/+0
2012-03-25Backported regular_exclude_ignore list attribute feature from 2.2 branch.Mark Sapiro1-0/+1
2012-02-05Added Tokio Kikuchi's Cross-site Request Forgery hardening to the admin UI.Mark Sapiro1-1/+4
2011-10-04- Mailman/Gui/General.pyMark Sapiro1-0/+3
Fixed the setting of new_member_options so that unprocessed bits are not changed. Augmented the logic so that bin/config_list can set or reset any bits in mm_cfg.OPTINFO. Bug #865825. - Mailman/Defaulys.py.in Added missing bits to OPTINFO.
2011-09-15Added Greek translation from Antonis Limperis.Mark Sapiro1-0/+1
2011-05-01Made the web escaping of additional characters a configuration setting.Mark Sapiro1-0/+25
2011-04-25Don't redefine existing authentication contexts.Mark Sapiro1-2/+2
2011-04-25A new list poster password has been implemented. This password may onlyMark Sapiro1-1/+7
be used in Approved: or X-Approved: headers for pre-approving posts. Using this password for that purpose precludes compromise of a more valuable password sent in plain text email. Bug #770581.
2011-04-25A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added.Mark Sapiro1-0/+4
If this is set to a non-zero value, web authentication cookies will expire that many seconds following their last use. Its default value is zero to preserve current behavior.
2011-02-07- A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro1-2/+32
how much of the original message is included in automatic responses to email commands. The default is 2 to preserve the prior behavior of including the full message. Setting this to 1 in mm_cfg.py will include only the original headers, and 0 will include none of the original. It is recommended to set this to 0 in mm_cfg.py to minimize the effects of backscatter. Bug #265835. - A new mm_cfg.py setting DEFAULT_RESPOND_TO_POST_REQUESTS has been added to control the default for respond_to_post_requests for new lists. It is set to Yes for backwards compatibility, but it is recommended that serious consideration be given to setting it to No. Bug #266051. - A new mm_cfg.py setting DISCARD_MESSAGE_WITH_NO_COMMAND has been added to control whether a message to the -request address without any commands or a message to -confirm whose To: address doesn't match VERP_CONFIRM_REGEXP is responded to or just logged. It defaults to Yes which is different from prior behavior. Bug #410236.
2010-06-29Added option include_sender_header to suppress rewrite of the Sender header ↵Malte S. Stretz1-0/+8
which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824.
2010-05-12Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN.Mark Sapiro1-0/+5
2010-05-10Provided the ability to specify in mm_cfg.py a local domain (e.g.Mark Sapiro1-0/+18
'localhost') for the local addresses in the generated virtual-mailman when MTA = 'Postfix'. See VIRTUAL_MAILMAN_LOCAL_DOMAIN in Defaults.py. Bug #328907.
2010-02-22Added the List-Post header to the default list of headers retained inMark Sapiro1-2/+2
messages in the MIME digest. Bug #526143.
2009-12-07Added Asturian translation from Marcos Costales and the AsturianMark Sapiro1-0/+1
Language Team.
2009-09-03Changed VERP_CONFIRM_REGEXP in Defaults.py to work if the replyingMark Sapiro1-2/+5
MUA folds the To: header and in cases where the list name includes '+'.
2008-12-22Reordered the headers in PLAIN_DIGEST_KEEP_HEADERS as these are the ones thatMark Sapiro1-3/+7
control header sequence in the RFC 1153 digest and added some comments to help clarify the situation.
2008-06-30- Bumped version to 2.1.11.Mark Sapiro1-0/+5
- Changed MailList.Create() to check that list name contains only characters that match the new mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS. - Changed MTA.Utils.makealiases() to escape a few characters in the list name in the pipe command.
2008-06-18Recode Catalan PO to UTF-8 and set this encoding in Defaults.py.in.jordi@sindominio.net1-1/+1
2008-04-27Added new cron/cull_bad_shunt and supporting Defaults.py.in settings.Mark Sapiro1-0/+20
2008-04-14options.py - Made the ability for a list admin to change a members passwordMark Sapiro1-1/+7
conditional on mm_cfg.OWNERS_CAN_CHANGE_MEMBER_PASSWORDS. Defaults.py.in - Added OWNERS_CAN_CHANGE_MEMBER_PASSWORDS = No.
2008-02-14Added Galician translation from Frco. Javier Rial Rodrguez.Mark Sapiro1-0/+1
2007-11-26Added Slovak translation from Martin Matuska.Mark Sapiro1-1/+2
2007-11-25Mailman/Defaults.py.inMark Sapiro1-37/+37
Mailman/Utils.py Mailman/htmlformat.py Mailman/Cgi/create.py messages/ja/doc/Defaults.py.in - Added direction ('ltr', 'rtl') to the LC_DESCRIPTIONS table to support the Hebrew translation. messages/he/LC_MESSAGES/mailman.po - Corrected a typo '\b' -> '\n'. messages/zh_CN/LC_MESSAGES/mailman.po - Corrected a typo '\\b' -> '/b'.
2007-11-25Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi1-0/+5
lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962)
2007-11-18Added Hebrew translation from Dov Zamir minus the apparently unusedMark Sapiro1-0/+1
'direction' addition to the LC_DESCRIPTIONS dictionary.
2007-11-04Changed the descriptions of the ARCHIVE_TO_MBOX settings to moreMark Sapiro1-5/+7
accurately represent their current meaning.
2007-05-08- CGI/admin.pymsapiro1-1/+10
The email address which forms a part of the various CGI data keys in the admin membership list is now urllib.quote()ed. This allows changing options for and unsubbing an address which contains a double-quote character. - CGI/admindb.py Added additional test to not display "Database Updated ..." when coming from the login page. - CGI/roster.py, HTMLFormatter.py Changed to show hidden members when authorization is site or list's admin or moterator password. Patch 1587651. - Defaults.py.in, Handlers/Cleanse_DKIM.py Added a new REMOVE_DKIM_HEADERS Defaults.py/mm_cfg.py setting (default = No) to control removing dkim/domainkey signatures from posts and mail to -owner. - Handlers/Decorate.py, Handlers/Scrubber.py Changed to preserve format=flowed and delsp=yes in the Content-Type: of the body when adding header/footer and when scrubbing attachments and to remove trailing spaces from the header/footer lines so they won't be flowed. Bug 1495122. Fixed a scrubber issue where the i18n translated 'next part' separator can be garbled if the list charset is different from the message. - Queue/Runner.py. Queue/Switchboard.py Now that we have .bak queue entries for recovery, it is no longer the case that an unparseable message is lost. In this case, and in case of other exceptions when dequeueing, I added a preservation feature to move the .bak file to qfiles/shunt as a .psv file and write an appropriate log entry. It is also possible for an attempt to shunt a message to fail. One example that occurred in practice (bug 1656289) was caused by a huge message that threw a MemoryError in processing and then threw another MemoryError in the attempt to pickle the message for the shunt queue. In this case as well, I log and attempt to preserve the original queue entry by renaming.
2007-05-04Fix comment typo (also, test my commit privileges)akuchling1-1/+1
2007-01-07Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that themsapiro1-7/+8
empty list is the appropriate value if Postfix virtual domains aren't used.
2006-08-04Language files update. New languages: Arabic, Vietnamese.tkikuchi1-1/+2
2006-04-272006-04-27 Clytie Siddall <clytie@riverland.net.au>clytie1-0/+1
* Defaults.py.in: Added Vietnamese to add_languages.
2006-03-18Fixed VERP_CONFIRM_REGEXP to accommodate 'broken' MUAs that add themsapiro1-2/+6
local_part of the From: address as a 'real name' in the To: header when replying.
2006-01-15Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to amsapiro1-1/+3
new handler to be included in both GLOBAL_PIPELINE and OWNER_PIPELINE.
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-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.
2005-12-24Change default behavior for safety.tkikuchi1-4/+7
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