Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed contrib/mmdsr to use mktemp to create temp files. | Mark Sapiro | 2009-09-27 | 2 | -23/+16 |
| | |||||
* | Fixed the auto-responder to treat messages to -confirm, -join, -leave, | Mark Sapiro | 2009-09-13 | 2 | -4/+8 |
| | | | | -subscribe and -unsubscribe as requests rather than posts. Bug #427962. | ||||
* | Configure/make no longer builds Japanese and Korean codecs in | Mark Sapiro | 2009-09-13 | 4 | -963/+1316 |
| | | | | pythonlib if Python already has them. | ||||
* | Inadvertently setting a null site or list password allowed access | Mark Sapiro | 2009-09-03 | 2 | -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 replying | Mark Sapiro | 2009-09-03 | 2 | -2/+8 |
| | | | | MUA folds the To: header and in cases where the list name includes '+'. | ||||
* | Removed extraneous '</' from template. | Mark Sapiro | 2009-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed some paths in contrib/check_perms_grsecurity.py. Bug #411192. | Mark Sapiro | 2009-08-10 | 2 | -4/+6 |
| | |||||
* | Use the actual host name for validation of the list posting address. | Mark Sapiro | 2009-08-05 | 1 | -2/+3 |
| | |||||
* | Replies to commands sent to list-request now come From: list-owner | Mark Sapiro | 2009-08-05 | 2 | -2/+5 |
| | | | | instead of list-bounces. | ||||
* | Updated BUGS document | Mark Sapiro | 2009-08-01 | 1 | -16/+5 |
| | |||||
* | Mailman no longer folds long sub-part headers in multipart messages. | Mark Sapiro | 2009-08-01 | 5 | -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 HTML | Mark Sapiro | 2009-08-01 | 2 | -1/+6 |
| | | | | entities. Fixed. | ||||
* | Removed or anonymized additional headers in posts to anonymous lists. | Mark Sapiro | 2009-08-01 | 2 | -1/+16 |
| | |||||
* | Fixed a bug that could cause incorrect threading of replies to archived | Mark Sapiro | 2009-08-01 | 2 | -5/+12 |
| | | | | messages that arrive with timestamps in the same second. | ||||
* | Added some notes to the distributed mm_cfg.py. | Mark Sapiro | 2009-08-01 | 1 | -0/+8 |
| | |||||
* | Rev 1141 wasn't completely correct. | Mark Sapiro | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Another Python 2.6 compatibility change. | Mark Sapiro | 2009-07-31 | 1 | -3/+3 |
| | |||||
* | Backported several bug fixes from the 2.2 branch. | Mark Sapiro | 2009-07-31 | 8 | -42/+76 |
| | |||||
* | Added recognition for more bounces. | Mark Sapiro | 2009-07-31 | 7 | -3/+112 |
| | |||||
* | Updated contrib/mmdsr to report preserved messages. | Mark Sapiro | 2009-07-31 | 2 | -0/+42 |
| | |||||
* | Bumping release to 2.1.12 final. | Mark Sapiro | 2009-02-23 | 2 | -4/+4 |
| | |||||
* | Recognize a couple more bounces. | Mark Sapiro | 2009-02-20 | 5 | -1/+160 |
| | |||||
* | Removed no longer used import. | Mark Sapiro | 2009-02-20 | 1 | -2/+1 |
| | |||||
* | Fixed a bug introduced in 2.1.11 which would attempt to store bounce info | Mark Sapiro | 2009-02-16 | 2 | -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 Sapiro | 2009-02-14 | 3 | -0/+560 |
| | |||||
* | Recognize a couple more bounces. | Mark Sapiro | 2009-02-14 | 5 | -3/+73 |
| | |||||
* | Worked around a potential problem in HyperArch.py with unicode character | Mark Sapiro | 2009-02-12 | 2 | -1/+7 |
| | | | | set arguments. Bug #328353. | ||||
* | Updated Polish translation from Zbigniew Szalbot. | Mark Sapiro | 2009-02-09 | 2 | -1625/+1231 |
| | |||||
* | Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008. | Mark Sapiro | 2009-02-08 | 2 | -2/+5 |
| | |||||
* | Prior fix to Hebrew message catalog was incomplete. | Mark Sapiro | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | Updated a copyright. | Mark Sapiro | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | Added Lindsay Haisley's courier_to_mailman.py to the contrib/ directory. | Mark Sapiro | 2009-02-06 | 3 | -0/+143 |
| | |||||
* | Bumped release to 2.1.12rc2. | Mark Sapiro | 2009-02-06 | 2 | -3/+3 |
| | |||||
* | Fixed a bug in admindb.py in the implementation of replacing "No Reason | Mark Sapiro | 2009-02-03 | 2 | -2/+10 |
| | | | | Given" with the default rejection reason. Bug #325016. | ||||
* | Catalan translation merged from lp:~mailman-l10n-ca/mailman/stable-sc | Mark Sapiro | 2009-01-29 | 1 | -2780/+1593 |
|\ | |||||
| * | Merged from upstream | David Planella | 2009-01-29 | 315 | -16872/+17016 |
| |\ | |||||
| * | | Some translation corrections | David Planella | 2009-01-27 | 1 | -42/+47 |
| | | | |||||
| * | | New translations and corrections | David Planella | 2008-11-23 | 1 | -99/+228 |
| | | | |||||
| * | | Merged from upstream (lp:mailman/stable) | David Planella | 2008-11-22 | 14 | -51/+114 |
| |\ \ | | | | | | | | | | | | | Upgraded the repository format with 'bzr upgrade' | ||||
| * \ \ | Merged from upstream | David Planella | 2008-08-02 | 2 | -12/+7 |
| |\ \ \ | |||||
| * \ \ \ | Trivial translation correction and update | David Planella | 2008-07-26 | 1 | -10/+8 |
| |\ \ \ \ | |||||
* | | | | | | Fixed some additional problems revealed by bin/transcheck. | Mark Sapiro | 2009-01-29 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | Corrected missing format character in Hebrew message catalog | Mark Sapiro | 2009-01-29 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Two of the 'new' class exceptions are raised with an argument. | Mark Sapiro | 2009-01-20 | 2 | -8/+18 |
| | | | | | |||||
* | | | | | Updated Dutch translation from Jan Veuger. | Mark Sapiro | 2009-01-13 | 1 | -1624/+1132 |
| | | | | | |||||
* | | | | | Work around email 3.0.1 issue when set_payload charset arg is unicode. | Mark Sapiro | 2009-01-13 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Bump release to 2.1.12rc1 | Mark Sapiro | 2009-01-11 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Rebuilt manuals. | Mark Sapiro | 2009-01-11 | 198 | -281/+283 |
| | | | | | |||||
* | | | | | Updated mailman.pot and merged with mailman.po files. | Mark Sapiro | 2009-01-11 | 36 | -13903/+15143 |
| | | | | | |||||
* | | | | | Updated links to Python documentation. | Mark Sapiro | 2009-01-11 | 78 | -267/+268 |
| | | | | |