From 528a8a9fd45de1363ed886fc407d20fc843af7690a605c95e5bff0d3fa935970 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 Nov 2021 01:44:49 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.bounce?expand=0&rev=6 --- python-flufl.bounce.changes | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/python-flufl.bounce.changes b/python-flufl.bounce.changes index a291d47..d06b5e2 100644 --- a/python-flufl.bounce.changes +++ b/python-flufl.bounce.changes @@ -2,7 +2,18 @@ Wed Nov 17 09:55:03 UTC 2021 - Andreas Schneider - 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