Metadata-Version: 2.4
Name: flufl.bounce
Version: 5.0
Summary: Email bounce detectors
Project-URL: Home Page, https://fluflbounce.readthedocs.io
Project-URL: Documentation, https://fluflbounce.readthedocs.io
Project-URL: Source Code, https://gitlab.com/flufl/flufl.bounce.git
Project-URL: Bug Tracker, https://gitlab.com/flufl/flufl.bounce/issues
Author-email: Barry Warsaw <barry@python.org>, Mark Sapiro <mark@msapiro.net>
License: Apache-2.0
License-File: LICENSE
Keywords: bounce,email,mailman
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: atpublic
Description-Content-Type: text/x-rst

============
flufl.bounce
============

Email bounce detectors.

The `flufl.bounce` library provides a set of heuristics and an API for
detecting the original bouncing email addresses from a bounce message.  Many
formats found in the wild are supported, as are VERP_ and RFC 3464 (DSN_).


Authors
=======

`flufl.bounce` is Copyright (C) 2004-2026 Barry Warsaw <barry@python.org>, and maintained by Barry
and Mark Sapiro <mark@msapiro.net>.

Licensed under the terms of the Apache Software License, version 2.  See
LICENSE for details.


Project details
===============

 * Project home: https://gitlab.com/warsaw/flufl.bounce
 * Report bugs at: https://gitlab.com/warsaw/flufl.bounce/issues
 * Code: https://gitlab.com/warsaw/flufl.bounce.git
 * Documentation: http://fluflbounce.readthedocs.io/


.. _VERP: http://en.wikipedia.org/wiki/Variable_envelope_return_path
.. _DSN: http://www.faqs.org/rfcs/rfc3464.html
