Enhanced signature verification logging to provide more useful information, added signing success logging, and more PEP 8

This commit is contained in:
Scott Kitterman
2018-03-10 19:02:37 -05:00
parent 126966e110
commit 86eb152f93
3 changed files with 28 additions and 7 deletions
+3 -2
View File
@@ -4,13 +4,14 @@
- Added support for MacroListVerify option
- Added example in README to show use of MacroList* to separate inbound and
outbound mail streams
- Added support for SyslogSuccess option
- Added support for SyslogSuccess option (both signing and verifying)
- Rationalized logging to be much less verbose unless SyslogSuccess or
debugLevel are set - default is generally start/stop/errors only
- Fixed install_requires so either dnspython (preferred if neither is
installed) or PyDNS satisfies the install requirements
- Update Authentication Results result comment not to mention key size for
- Updated Authentication Results result comment not to mention key size for
ed25519 signatures, since it's irrelevant
- Enhanced signature verification logging to provide more useful information
0.9.4 2018-03-09
- Create PID directory if it is missing