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).
Requirements¶
flufl.bounce requires Python 3.4 or newer.
Documentation¶
A simple guide to using the library is available within this package.
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/
you can install it with pip
:
% pip install flufl.bounce
You can grab the latest development copy of the code using git. The master repository is hosted on GitLab. If you have git installed, you can grab your own branch of the code like this:
$ git clone https://gitlab.com/warsaw/flufl.bounce.git
You may contact the author via barry@python.org.
Copyright¶
Copyright (C) 2004-2021 Barry A. Warsaw
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.