aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Configure/make no longer builds Japanese and Korean codecs inMark Sapiro2009-09-134-963/+1316
| | | | pythonlib if Python already has them.
* Inadvertently setting a null site or list password allowed accessMark Sapiro2009-09-032-0/+7
| | | | | to a list's web admin interface without authentication. Fixed by not accepting null passwords.
* Changed VERP_CONFIRM_REGEXP in Defaults.py to work if the replyingMark Sapiro2009-09-032-2/+8
| | | | MUA folds the To: header and in cases where the list name includes '+'.
* Removed extraneous '</' from template.Mark Sapiro2009-08-211-1/+1
|
* Fixed some paths in contrib/check_perms_grsecurity.py. Bug #411192.Mark Sapiro2009-08-102-4/+6
|
* Use the actual host name for validation of the list posting address.Mark Sapiro2009-08-051-2/+3
|
* Replies to commands sent to list-request now come From: list-ownerMark Sapiro2009-08-052-2/+5
| | | | instead of list-bounces.
* Updated BUGS documentMark Sapiro2009-08-011-16/+5
|
* Mailman no longer folds long sub-part headers in multipart messages.Mark Sapiro2009-08-015-27/+48
| | | | | | | | | | | In addition, Mailman no longer escapes From_ lines in the body of messages sent to regular list members, although MTA's may do it anyway. This is to avoid breaking signatures per Bug #265967. Changes include - Message.py, added a Generator class to avoid header folding and an as_string() method wirth a mangle_from_ argument. - Mailbox.py, uses new Message.Generator class. - SMTPDirect.py, uses as_string(mangle_from_=False) to flatten message. - Scrubber.py, removed unused ScrubberGenerator class.
* XSS protection in the web interface went too far in escaping HTMLMark Sapiro2009-08-012-1/+6
| | | | entities. Fixed.
* Removed or anonymized additional headers in posts to anonymous lists.Mark Sapiro2009-08-012-1/+16
|
* Fixed a bug that could cause incorrect threading of replies to archivedMark Sapiro2009-08-012-5/+12
| | | | messages that arrive with timestamps in the same second.
* Added some notes to the distributed mm_cfg.py.Mark Sapiro2009-08-011-0/+8
|
* Rev 1141 wasn't completely correct.Mark Sapiro2009-08-011-2/+2
|
* Another Python 2.6 compatibility change.Mark Sapiro2009-07-311-3/+3
|
* Backported several bug fixes from the 2.2 branch.Mark Sapiro2009-07-318-42/+76
|
* Added recognition for more bounces.Mark Sapiro2009-07-317-3/+112
|
* Updated contrib/mmdsr to report preserved messages.Mark Sapiro2009-07-312-0/+42
|
* Bumping release to 2.1.12 final.Mark Sapiro2009-02-232-4/+4
|
* Recognize a couple more bounces.Mark Sapiro2009-02-205-1/+160
|
* Removed no longer used import.Mark Sapiro2009-02-201-2/+1
|
* Fixed a bug introduced in 2.1.11 which would attempt to store bounce infoMark Sapiro2009-02-162-3/+8
| | | | for a member just deleted if bounce_you_are_disabled_warnings is zero.
* Added John Dennis' (RedHat) FHS patch to the contrib directory.Mark Sapiro2009-02-143-0/+560
|
* Recognize a couple more bounces.Mark Sapiro2009-02-145-3/+73
|
* Worked around a potential problem in HyperArch.py with unicode characterMark Sapiro2009-02-122-1/+7
| | | | set arguments. Bug #328353.
* Updated Polish translation from Zbigniew Szalbot.Mark Sapiro2009-02-092-1625/+1231
|
* Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008.Mark Sapiro2009-02-082-2/+5
|
* Prior fix to Hebrew message catalog was incomplete.Mark Sapiro2009-02-081-1/+1
|
* Updated a copyright.Mark Sapiro2009-02-061-1/+1
|
* Added Lindsay Haisley's courier_to_mailman.py to the contrib/ directory.Mark Sapiro2009-02-063-0/+143
|
* Bumped release to 2.1.12rc2.Mark Sapiro2009-02-062-3/+3
|
* Fixed a bug in admindb.py in the implementation of replacing "No ReasonMark Sapiro2009-02-032-2/+10
| | | | Given" with the default rejection reason. Bug #325016.
* Catalan translation merged from lp:~mailman-l10n-ca/mailman/stable-scMark Sapiro2009-01-291-2780/+1593
|\
| * Merged from upstreamDavid Planella2009-01-29315-16872/+17016
| |\
| * | Some translation correctionsDavid Planella2009-01-271-42/+47
| | |
| * | New translations and correctionsDavid Planella2008-11-231-99/+228
| | |
| * | Merged from upstream (lp:mailman/stable)David Planella2008-11-2214-51/+114
| |\ \ | | | | | | | | | | | | Upgraded the repository format with 'bzr upgrade'
| * \ \ Merged from upstreamDavid Planella2008-08-022-12/+7
| |\ \ \
| * \ \ \ Trivial translation correction and updateDavid Planella2008-07-261-10/+8
| |\ \ \ \
* | | | | | Fixed some additional problems revealed by bin/transcheck.Mark Sapiro2009-01-291-5/+5
| | | | | |
* | | | | | Corrected missing format character in Hebrew message catalogMark Sapiro2009-01-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Two of the 'new' class exceptions are raised with an argument.Mark Sapiro2009-01-202-8/+18
| | | | |
* | | | | Updated Dutch translation from Jan Veuger.Mark Sapiro2009-01-131-1624/+1132
| | | | |
* | | | | Work around email 3.0.1 issue when set_payload charset arg is unicode.Mark Sapiro2009-01-131-1/+4
| | | | |
* | | | | Bump release to 2.1.12rc1Mark Sapiro2009-01-111-4/+4
| | | | |
* | | | | Rebuilt manuals.Mark Sapiro2009-01-11198-281/+283
| | | | |
* | | | | Updated mailman.pot and merged with mailman.po files.Mark Sapiro2009-01-1136-13903/+15143
| | | | |
* | | | | Updated links to Python documentation.Mark Sapiro2009-01-1178-267/+268
| | | | |
* | | | | - Fixed the admin Membership List Find member function so the 'letter'Mark Sapiro2009-01-103-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | links to a chunked result would still be limited to the Find member search. SF patch #1532081. - Changed scripts/driver to return a 405 status for non GET, POST, HEAD methods. SF patch #1578756.
* | | | | Mailman/Utils.pyMark Sapiro2009-01-023-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed a long standing error that stopped relative hrefs from being generated for links on Mailman's web pages. Mailman/Cgi/admindb.py - Changed the admindb interface so that when messages are rejected from the summary page, the reject reason is the rejection message from the Errors.HoldMessage subclass instead of the generic "No reason given".