aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Brad Knowles' mailman daily status report to version 0.0.16.msapiro2006-01-291-2/+6
|
* NEWS update.tkikuchi2006-01-291-0/+27
|
* Update Brad Knowles' mailman daily status report.tkikuchi2006-01-292-39/+141
|
* Back out Revision 2.18.2.19 patch for email.Message.set_payload() bugtkikuchi2006-01-296-53/+15
| | | | because it is overwrapped in Mailman.Message.
* Wrapping set_payload() to encode contents into qp/base64 upon setting.tkikuchi2006-01-291-0/+11
| | | | | | This incorporates Python email patch: http://sourceforge.net/tracker/?func=detail&aid=1409455&group_id=5470&atid=105470 and eventually be backed out if email package is updated.
* Prevent loop in hold/reject if addressed to '-owner'.tkikuchi2006-01-291-9/+10
|
* Added another observed prefix 'unknown user:'msapiro2006-01-251-2/+4
|
* Added Microsoft SMTPSVC. 'Improved' pattern for prodigy.net.msapiro2006-01-231-1/+5
|
* Fixed bad escape '\0176' in re.msapiro2006-01-221-3/+4
|
* Copyright years.tkikuchi2006-01-191-2/+3
|
* http://mail.python.org/pipermail/mailman-developers/2006-January/018548.htmltkikuchi2006-01-191-2/+9
| | | | | | Before we startup qrunners, we redirect the stderr to mailman syslog. We assume !AS_SUBPROC is running for debugging purpose and don't log errors in mailman logs/error but keep printing to stderr.
* Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to amsapiro2006-01-153-11/+37
| | | | new handler to be included in both GLOBAL_PIPELINE and OWNER_PIPELINE.
* Dutch translation update from Cas Renooij.tkikuchi2006-01-1531-180/+172
|
* Copyright years.bwarsaw2006-01-141-2/+3
|
* Fix: [ 1194419 ] Lose Topics when go directly to topics URLtkikuchi2006-01-141-0/+3
|
* SpamDetect.py: Fix loop. As a side effect, spam message may pass thetkikuchi2006-01-141-13/+15
| | | | filter if X-List-Administrivia header is forged.
* Add 'full mailbox' from Prodigy.netmsapiro2006-01-091-2/+7
|
* Text file '@' obfuscation bug (unicode) fix. Thanks Mark.tkikuchi2006-01-091-3/+8
|
* Bug fix: import re module.tkikuchi2006-01-091-1/+2
|
* Add an alternative logo, donated by Sergio I. Rivera, preferred by the FSF.bwarsaw2006-01-063-4/+12
|
* process(): Fix a comment.bwarsaw2006-01-011-4/+3
|
* Acknowledge Marc Sapiro in top page.tkikuchi2006-01-012-6/+8
|
* Bumping version to 2.1.7 final.tkikuchi2005-12-316-13/+17
|
* Don't use 'X-List-Administrivia', second part.tkikuchi2005-12-311-1/+1
|
* On my second thought, I use msgdata for internally crafted message checking.tkikuchi2005-12-311-4/+2
| | | | | The keyword 'reduced_list_headers' is taken from CookHeaders.py and looks like it is, reviewing Message.py.
* Back out Revison 2.3.2.4 change. Check outermost message headertkikuchi2005-12-311-6/+6
| | | | even if it has X-List-Administrivia header ( mostly -owner notification ).
* Translation update by IKEDA Soji.tkikuchi2005-12-312-208/+224
|
* mmdsr.readme -> README.mmdsrbwarsaw2005-12-301-0/+35
|
* Thank you CVS.bwarsaw2005-12-301-35/+0
|
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-3035-247/+275
| | | | | | | | | | | | | 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.
* More users.bwarsaw2005-12-295-5/+53
|
* More users.bwarsaw2005-12-272-1/+35
|
* A bunch of new users...bwarsaw2005-12-274-7/+21
|
* french updates 2005-12-26 by P.GEORGEp_george2005-12-262-66/+60
|
* Python interpreter has evolved to be strict on ascii charset range.tkikuchi2005-12-261-20/+13
| | | | Subject manipulation should be done in unicode string mode.
* True/False definition for Python2.1.tkikuchi2005-12-262-0/+14
| | | | | Only check in Release_2_1-maint branch because 2.2 will require higher version of python.
* Initial Mailman Daily Status Report script.msapiro2005-12-252-0/+509
|
* Oops, I forgot to update release no here.tkikuchi2005-12-241-1/+1
|
* bumping version to 2.1.7rc1tkikuchi2005-12-243-6/+6
|
* French archtocentry.html typo fix.tkikuchi2005-12-241-1/+2
|
* Change default behavior for safety.tkikuchi2005-12-242-4/+10
|
* aliases group write permission.tkikuchi2005-12-221-1/+3
|
* Translation update by Ikeda san.tkikuchi2005-12-221-20/+26
|
* Japanese update.tkikuchi2005-12-221-3/+2
|
* Scan other text/* parts for Approve(d): <password> - bug 1181161.msapiro2005-12-212-1/+34
|
* language files for 2.1.7b1.tkikuchi2005-12-2031-2383/+2720
|
* Bumping release number. Now jump into beta.tkikuchi2005-12-203-6/+6
|
* Prepare to release 2.1.7b1.tkikuchi2005-12-201-1/+10
|
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-176-27/+63
| | | | | | I've tested the example by Mark Sapiro: http://mail.python.org/pipermail/mailman-developers/2005-November/018395.html both with and without 'Content-Transfer-Encoding' but may need more test.
* Python 2.4 may fail to write 8bit (non-ascii) characters.tkikuchi2005-12-171-1/+6
| | | | I think quoted-printable is the safest escape for logging.