Path to this page:
./
mail/py-flufl.bounce,
Email bounce detectors
Branch: CURRENT,
Version: 4.0,
Package name: py310-flufl.bounce-4.0,
Maintainer: pkgsrc-usersThe 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).
Required to run:[
devel/py-ZopeInterface] [
devel/py-atpublic] [
lang/python310]
Required to build:[
devel/py-nose2]
Master sites:
Filesize: 106.077 KB
Version history: (Expand)
- (2023-05-08) Updated to version: py310-flufl.bounce-4.0
- (2023-02-09) Updated to version: py310-flufl.bounce-3.0nb1
- (2022-01-05) Updated to version: py39-flufl.bounce-3.0nb1
- (2021-10-07) Updated to version: py39-flufl.bounce-3.0
- (2018-07-03) Updated to version: py37-flufl.bounce-3.0
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2023-06-18 07:39:38 by Adam Ciarcinski | Files touched by this commit (20) |
Log message:
py-ZopeInterface: moved to py-zope.interface
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-08 22:35:35 by Mark Davies | Files touched by this commit (3) | |
Log message:
py-flufl.bounce: update to 4.0
4.0 (2021-06-16)
Added another string to the stop looking strings in the yahoo detector.
Detectors are now run in a defined order and stop on the first detection.
3.0.2 (2021-02-09)
Fixed microsoft.py which has been broken forever.
Added recognition for yet another non-complaint Yahoo DSN.
Added recognition for a non-compliant DSN from an unknown MTA.
Fixed missing () in the groupwise detector.
3.0.1 (2020-01-17)
Added recognition for a non-compliant opensmtpd DSN with Action: error.
Caught a possible UnicodeEncodeError in simplematch.py.
Fixed simplmatch.py to not return results that don’t resemble email addresses.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2019-09-02 15:33:23 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE
|
2019-04-26 14:44:44 by Roy Marples | Files touched by this commit (10) |
Log message:
More packages wave bye-bye to python34 and python35
|