summaryrefslogtreecommitdiff
path: root/src/mailman/bouncers
Commit message (Collapse)AuthorAgeFilesLines
* Convert from bzr to git.Barry Warsaw2015-04-281-46/+0
|
* Factor out bounce detection to flufl.bounce.Barry Warsaw2011-07-15121-13223/+0
|
* * Flesh out the BounceRunner, complete with tests.Barry Warsaw2011-05-271-75/+57
| | | | * Clean up the DSN bounce processor.
* One more refactoring.Barry Warsaw2011-04-271-0/+0
|
* Move the bouncer tests to the right directory.Barry Warsaw2011-04-27103-0/+11691
|
* Remove the redundant src/mailman/tests/test_bounces.py file and ensure all theBarry Warsaw2011-04-274-26/+47
| | | | other bounce detector pass.
* Checkpointing for refactoring.Barry Warsaw2011-04-2717-52/+148
|
* Revert r6975 from trunk merge, which broke the test suite. I'm not sureBarry Warsaw2011-04-102-45/+2
| | | | | | exactly what happened but bzr email notification said "13 revisions were removed from the branch". I'll open an issue and attach a diff for future resolution.
* trunk mergeBarry Warsaw2011-01-072-2/+45
|
* Happy New Year.Barry Warsaw2011-01-0116-16/+16
|
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-082-0/+4
| | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes.
* Refactor all bounce detectors.Barry Warsaw2010-08-0818-0/+1475