Comment 7 for bug 341927

Revision history for this message
Barry Warsaw (barry) wrote : Re: launchpad needs bounce handling of email

I have a first cut at a refactored bounce detection library. See lp:flufl.bounce

It's a pretty standard setuptools library, and even passes its tests (for me :) using `python setup.py test`. I'm marking it as 0.9 for now and not quite releasing it, though I'd like to soon.

If you would, please take a look at the branch and let me know if the basic API will do what you want. I'm still considering building up some of the higher level stuff in the above outline, but for now, the detectors work pretty well and are ready for refactoring Mailman 3 to use them. Take a look at flufl/bounce/docs/using.rst for details.