Matej Cepl 2021-11-19 01:44:49 +00:00 committed by Git OBS Bridge
parent 11841130f4
commit 528a8a9fd4

View File

@ -2,7 +2,18 @@
Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 4.0
* https://gitlab.com/warsaw/flufl.bounce/-/blob/4.0/flufl/bounce/NEWS.rst
- 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.
- 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.
- Added recognition for a non-compliant opensmtpd DSN with
Action: error.
- Fixed simplmatch.py to not return results that don't resemble
email addresses. (LP: #1859011)
-------------------------------------------------------------------
Fri Jan 24 12:01:55 UTC 2020 - pgajdos@suse.com