aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added recognition for another Qmail bounce.Mark Sapiro2011-12-254-3/+32
|
* Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessageMark Sapiro2011-12-122-3/+8
| | | | | method that could cause a corrupt mailbox for files opened 'w+'. Bug #901957.
* A held message with a null sender caused a crash in the admindbMark Sapiro2011-11-292-1/+7
| | | | | interface. This is fixed by changing the sender to <missing>. Bug #897103.
* Added some missing German templates from Egon Frerich.Mark Sapiro2011-11-2714-0/+157
|
* Updated mailman.pot and merged with message catalogs.Mark Sapiro2011-11-2638-950/+1220
|
* Removed Python 2.5 dependency from fix for Bug #770377.Mark Sapiro2011-11-261-2/+2
|
* Changed subject prefixing to allow for possible whitespace between anMark Sapiro2011-11-222-2/+6
| | | | | 'Re' and the following colon when determining how to add the prefix. Bug #893290.
* Fixed a problem where topics regexps would not match RFC 2047 encodedMark Sapiro2011-11-172-4/+16
| | | | Keywords: and/or Subject: headers. Bug #891676.
* Strengthened the validation of email addresses.Mark Sapiro2011-11-132-9/+4
|
* Fixed misleading response to an email approval of a held message.Mark Sapiro2011-11-133-4/+18
| | | | Bug #889968.
* Added masthead.txt to the list of templates that can be edited via theMark Sapiro2011-11-122-1/+5
| | | | web admin interface. Bug #266805.
* Changed the way digest_footer is added to the RFC 1153 (plain) formatMark Sapiro2011-11-112-7/+11
| | | | digest for RFC compliance. Bug #887610.
* Updated required python version in README.Mark Sapiro2011-10-251-4/+5
|
* Updated mailman.pot and merged with message catalogs.Mark Sapiro2011-10-1438-5206/+5704
|
* Fixed cron/checkdbs to report unsubscriptions waiting approval. Bug #873821.Mark Sapiro2011-10-132-2/+13
|
* The fix for BUG #266220 (sf1181161) has been enhanced so that if thereMark Sapiro2011-10-132-1/+23
| | | | | | is a pathological HTML part such that the Approved: password text isn't found, but it is found after stripping out HTML tags, the post is rejected with an informative message.
* Updated Greek message catalog from Antonis Limperis.Mark Sapiro2011-10-051-51/+56
|
* - Mailman/Gui/General.pyMark Sapiro2011-10-043-3/+23
| | | | | | | | 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.
* Eliminated the list cache from the qrunners. Indirect self-referencesMark Sapiro2011-09-292-17/+17
| | | | | | caused lists to never be dropped from the cache which in turn caused the qrunners to grow very large in installations with many lists or multiple large lists. Bug #862683.
* A problem with the logic avoiding unnecessarily reloading a current listMark Sapiro2011-09-292-3/+18
| | | | | | | object from the config.pck arises if the list is updated by another process within the same second that it was last read/written. That can cause the reading of latest version of the list to be skipped. This has been fixed. Bug #862675.
* Merged Greek mailman.po with .pot; missed in last commit.Mark Sapiro2011-09-151-807/+884
|
* Updated mailman.pot and merged with .po files.Mark Sapiro2011-09-1538-11861/+13045
|
* Added Greek translation from Antonis Limperis.Mark Sapiro2011-09-152-4/+4
|
* Strengthened the validation of email address domains.Mark Sapiro2011-09-152-0/+8
|
* Added Greek translation from Antonis Limperis.Mark Sapiro2011-09-1547-0/+13833
|
* A few errors in the Basque translation are fixed. Bug #836861.Mark Sapiro2011-08-293-4/+9
|
* Fixed bin/export.py to accept case insensitive password schemes.Mark Sapiro2011-08-242-2/+5
|
* Fixed a misspelling in the German invite.txt template. Bug #815444.Mark Sapiro2011-07-252-1/+3
|
* - Added Tokio Kikuchi's icons to the misc/ and installed icons/Mark Sapiro2011-07-084-1/+4
| | | | directories. Bug #782474.
* The user options 'list my other subscriptions' page now indicates forMark Sapiro2011-06-072-0/+9
| | | | each list if the subscription is 'nomail' or 'digest'. Bug #793669.
* Fixed a problem which could result in raw, undecoded message bodiesMark Sapiro2011-06-022-4/+10
| | | | appearing in plain digests and archives. Bug #787790.
* Fixed a problem in admindb.py where the character set for the display ofMark Sapiro2011-05-102-1/+11
| | | | the message body excerpt was not correctly determined. Bug #779751.
* Prevented setting user passwords with leading/trailing whitespace. Bug #778088.Mark Sapiro2011-05-094-12/+12
|
* Made the web escaping of additional characters a configuration setting.Mark Sapiro2011-05-013-12/+38
|
* Since context may be AuthUser, we must refresh the cookie where we have a user.Mark Sapiro2011-04-261-2/+2
|
* Yet another change to the broken browser HTML escaping.Mark Sapiro2011-04-261-1/+2
|
* Don't try converting non-ascii to HTML entities in unicode.Mark Sapiro2011-04-261-2/+5
|
* Don't redefine existing authentication contexts.Mark Sapiro2011-04-251-2/+2
|
* A new list poster password has been implemented. This password may onlyMark Sapiro2011-04-257-6/+55
| | | | | | 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.
* Strengthened escaping of user web data by including some characters thatMark Sapiro2011-04-252-0/+11
| | | | some older browsers misinterpret as < or >.
* A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added.Mark Sapiro2011-04-253-1/+15
| | | | | | 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.
* Mailman now sets the 'secure' flag in cookies set via https URLs.Mark Sapiro2011-04-252-1/+9
| | | | Bug #770377.
* Added a logout link to the admindb interface and made both admin andMark Sapiro2011-04-233-3/+31
| | | | | admindb logout effective for a site admin cookie if allowed. Bug #769318.
* Replaced old logos with new ones.Mark Sapiro2011-04-234-0/+4
|
* Changed bin/genaliases to only call the POSTFIX_*_CMD commands once whenMark Sapiro2011-04-163-4/+12
| | | | MTA = 'Postfix'. Bug #266408.
* Updated mailman.pot and various mailman.po files for previous change.Mark Sapiro2011-04-1537-8326/+8920
|
* Refactor last change for i18n.Mark Sapiro2011-04-151-5/+7
|
* Added a report of the affected members to the warnings issued whenMark Sapiro2011-04-142-3/+10
| | | | | setting a list with digest members digestable=No and when setting a list with non-digest members nondigestable=no. Bug #761232.
* Fixed a problem where content filtering could remove the headers fromMark Sapiro2011-04-123-1/+263
| | | | | an attached message/rfc822 part if the message in that part is multipart/alternative and collapse_alternatives is Yes. Bug #757062.
* Fix for bug #701558 went to far. Don't recast message/rfc822 parts.Mark Sapiro2011-04-071-2/+4
| | | | We want to keep the headers.