| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | checkpointing | Barry Warsaw | 2010-08-07 | 2 | -122/+0 |
| | | |||||
| * | checkpoint | Barry Warsaw | 2010-07-16 | 1 | -94/+0 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 2 | -148/+0 |
| | | | | | artifacts are removed, as is the C files which we will no longer need. | ||||
| * | Update copyright years. | bwarsaw | 2007-01-19 | 2 | -2/+2 |
| | | |||||
| * | Removed bounces directory from SUBDIRS. It's moved to Mailman/testing. | msapiro | 2006-05-19 | 1 | -1/+1 |
| | | |||||
| * | Reorganize the unit test infrastructure, so that tests live inside the | bwarsaw | 2006-05-18 | 86 | -11919/+0 |
| | | | | | | | | | | | | | | | | | | Mailman top level package. Rewrote the test runner and stuck it in bin (as an mmshell symlink). bin/testall now autodetects tests and allows running a subset of tests via regular expression filtering. I also fixed all the tests so they all pass now, with the exception of test_message.py tests. These still doesn't work because of coordination issues between its smtpd-based reader and SMTPDirect, but... I have a plan (mwah, ha, ha! :) I also fixed a code update bug in Decorate.py | ||||
| * | - Added additional bounce recognition for Qmail and SimpleMatch.py | msapiro | 2006-05-14 | 3 | -0/+159 |
| | | | | | - Added test cases for above. | ||||
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -8/+8 |
| | | | | | | | the builtin types. Two still remain: a check against ClassType and a check against MethodType. Also, fix some hinky type comparisons to use isinstance() consistently. | ||||
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 3 | -3/+0 |
| | | | | | | the trunk. This serves also to test write permission to the svn repository, and tests email notifications. | ||||
| * | Recognize more bounces - DSN.py, Qmail.py and SimpleMatch.py | msapiro | 2006-04-04 | 4 | -0/+477 |
| | | |||||
| * | Added bounce tests. Updated bounce recognizers to pick up a few more. | msapiro | 2006-03-24 | 1 | -0/+6 |
| | | |||||
| * | Added bounce tests. Updated bounce recognizers to pick up a few more. | msapiro | 2006-03-24 | 5 | -0/+833 |
| | | |||||
| * | Updated SimpleWarning to return Stop. Updated SimpleMatch to catch a few more | msapiro | 2006-03-06 | 4 | -5/+118 |
| | | | | | Added some more test cases. | ||||
| * | Added some more bounce recognition to SimpleMatch and changed the logic | msapiro | 2006-03-03 | 3 | -0/+112 |
| | | | | | | | | so one all pattern sets are tried until a match is found so one start pattern whose address doesn't match won't preempt a later patern set that will match. Added more test cases. | ||||
| * | Added new test bounces to test_bounces.py. Modified logic for "Stop" return. | msapiro | 2006-03-02 | 3 | -151/+0 |
| | | | | | Deleted 3 wrongly named test bounce files and added with correct names. | ||||
| * | Added new test bounces to test_bounces.py. Modified logic for "Stop" return. | msapiro | 2006-03-02 | 1 | -8/+26 |
| | | | | | Deleted 3 wrongly named test bounce files and added with correct names. | ||||
| * | Added new test bounces to test_bounces.py. Modified logic for "Stop" return. | msapiro | 2006-03-02 | 3 | -0/+151 |
| | | | | | Deleted 3 wrongly named test bounce files and added with correct names. | ||||
| * | Added more test bounce messages | msapiro | 2006-03-01 | 10 | -0/+591 |
| | | |||||
| * | back port from 2.1.6. | tkikuchi | 2005-08-28 | 2 | -44/+1 |
| | | |||||
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 15 | -15/+15 |
| | | |||||
| * | Update a bunch of tests. | bwarsaw | 2003-03-31 | 1 | -8/+6 |
| | | |||||
| * | Add ndiff hack for better error reporting of long text. | bwarsaw | 2003-03-31 | 1 | -0/+19 |
| | | |||||
| * | Copyright years | bwarsaw | 2003-03-31 | 1 | -1/+1 |
| | | |||||
| * | Not sure if this is at all useful still, as it seems to have contained a | twouters | 2003-03-11 | 1 | -1/+1 |
| | | | | | | typo since it was checked in, but here it is, fixed. Closes SF patch #671294 by John Dennis. | ||||
| * | Update copyright years | bwarsaw | 2003-03-11 | 3 | -3/+3 |
| | | |||||
| * | SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reis | twouters | 2003-03-11 | 3 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jr, after much checking and rechecking (and some massaging) by me. Checking in now before I fall asleep and forget what all this was for. This patch adds the ability to 'make DESTDIR=/some/dir/tree install' that doesn't influence the paths stored in e.g. Defaults.py at all, which is of good use for various package managers. It is not all that package managers must do, however! Running make install with DESTDIR set means bin/update is never run, and mm_cfg.py is always written; package managers should make sure the appropriate post-installation is done, and that mm_cfg.py is treated as a config file. This patch inadvertently fixes some bogus whitespace: 8-spaces where surrounding code used tabs. The difference was harmless because the 8-spaces were used inside shell-continued-oneliners, but it is confusing and could lead to future harm. I'm too tired to make those two or three changes in a separate checkin, sorry. This patch also assumes the various packages that are installed using distutils do not record (or rather, use) their installation paths anywhere, but this seems to hold true at least for the moment. Also, I've done so many slow cvs diff's, I'm wondering when we'll switch to Subversion. Unfortunately, I've also done so many 'cvs diff -c > file; patch -p0 -R < file's to switch back and forth between patches and change sets, I'm wondering when we'll switch to Aegis as well. :-P | ||||
| * | Add test_smtp | bwarsaw | 2003-02-23 | 1 | -5/+5 |
| | | |||||
| * | Move some tests (empty) to test_smtp.py | bwarsaw | 2003-02-23 | 1 | -12/+1 |
| | | |||||
| * | Updates | bwarsaw | 2003-02-23 | 1 | -9/+10 |
| | | |||||
| * | Update all tests | bwarsaw | 2003-02-23 | 1 | -63/+32 |
| | | |||||
| * | Updates for changes inclusive of Mailman 2.1.1. | bwarsaw | 2003-02-21 | 1 | -9/+21 |
| | | |||||
| * | Matthias Juchem's patch #645421 for fixing "make distclean" in the | bwarsaw | 2002-12-12 | 1 | -0/+4 |
| | | | | | messages and tests subdirectories. | ||||
| * | Donn Cave's patch #602087 to honor configure's --srcdir switch. | bwarsaw | 2002-12-12 | 3 | -4/+4 |
| | | |||||
| * | Whitespace normalization | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| | | |||||
| * | A new bounce testing script and a few new bounce examples. | bwarsaw | 2002-12-02 | 4 | -0/+415 |
| | | |||||
| * | Added a new DSN example. | bwarsaw | 2002-12-02 | 1 | -0/+1 |
| | | |||||
| * | Utils.rmdirhier() -> shutil.rmtree() | bwarsaw | 2002-12-02 | 1 | -1/+2 |
| | | |||||
| * | Add onebounce.py and set the perms for executables. | bwarsaw | 2002-12-02 | 1 | -2/+6 |
| | | |||||
| * | Typo, whitespace normalization. | bwarsaw | 2002-11-04 | 1 | -5/+5 |
| | | |||||
| * | Sanitize dsn_10.txt | bwarsaw | 2002-10-23 | 2 | -95/+22 |
| | | |||||
| * | A new DSN bounce sample. | bwarsaw | 2002-10-22 | 1 | -0/+139 |
| | | |||||
| * | Oops, postfix_06.txt -> dsn_10.txt | bwarsaw | 2002-10-22 | 1 | -1/+1 |
| | | |||||
| * | Added a bounce sample from Peer Heinlein. The DSN module correctly | bwarsaw | 2002-10-22 | 1 | -0/+1 |
| | | | | | identifies this bouncer. | ||||
| * | DATA: Added tests for MS Exchange. | bwarsaw | 2002-10-18 | 1 | -4/+7 |
| | | | | | Also, whitespace normalization. | ||||
| * | Another MS Exchange sample bounce. | bwarsaw | 2002-10-18 | 1 | -0/+119 |
| | | |||||
| * | An MS Exchange sample bounce. | bwarsaw | 2002-10-18 | 1 | -0/+108 |
| | | |||||
| * | BounceTest: Added groupwise_02.txt to the bounce detector. It's | bwarsaw | 2002-07-11 | 1 | -0/+4 |
| | | | | | | completely hopeless to grok an address out of this text/html bounce, so let's just be sure we don't crash. | ||||
| * | intermediate | bwarsaw | 2002-07-11 | 1 | -0/+186 |
| | | |||||
| * | Neuter this example. | bwarsaw | 2002-04-28 | 1 | -1008/+1 |
| | | |||||
