Fix the arcsign script so it works with the current API

This commit is contained in:
Scott Kitterman
2019-04-14 22:10:36 -04:00
parent 1bf505995f
commit 0ce3775afa
2 changed files with 9 additions and 4 deletions
+4
View File
@@ -1,4 +1,8 @@
UNRELEASED Version 0.9.2
- Fix the arcsign script so it works with the current API (Note: the new
srv_id option is the authserv_id to use in the ARC signatures - Only AR
fields with an authserv-id that matches srv_id will be considered for
ARC signing)
- Refactor canonicalization.py strip_trailing_lines to avoid using re for
more consistent processing across python versions (Thanks to Jonathan
Bastien-Filiatrault for the change)