- Add new DKIM.present function to allow applications to test if a DKIM

signature is present without doing validation (LP: #1851141)
This commit is contained in:
Scott Kitterman
2019-11-03 11:57:30 -05:00
parent 2dc071962d
commit 2973852fbb
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
Version 1.0.0
- Add support for RFC 8460 tlsrpt DKIM signature processing (LP: #1847020)
- Add new timeout parameter to enable DNS lookup timeouts to be adjusted
- Add new DKIM.present function to allow applications to test if a DKIM
signature is present without doing validation (LP: #1851141)
- Drop usage of pymilter Milter.dns in dnsplug since it doesn't support
havine a timeout passed to it