14
0

- update to 1.3.1:

* The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed
    in most cases. It now is performed only for domains that do not have MX
    records but do have an A/AAAA fallback record.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-email-validator?expand=0&rev=8
This commit is contained in:
2023-01-28 13:40:18 +00:00
committed by Git OBS Bridge
parent 0c9b640537
commit 632f8f6fe9
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 28 13:39:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.1:
* The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed
in most cases. It now is performed only for domains that do not have MX
records but do have an A/AAAA fallback record.
-------------------------------------------------------------------
Tue Oct 4 08:06:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>