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).
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).
To install py39-flufl.bounce, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-flufl.bounce
To see what files were installed by py39-flufl.bounce, run:
port contents py39-flufl.bounce
To later upgrade py39-flufl.bounce, run:
sudo port selfupdate && sudo port upgrade py39-flufl.bounce
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.