- Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham
Gopalakrishnan for the report and the patch)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
UNRELEASED Version 0.9.3
|
||||
- Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham
|
||||
Gopalakrishnan for the report and the patch)
|
||||
|
||||
2019-04-14 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
|
||||
|
||||
@@ -11,7 +11,7 @@ signing and verification.
|
||||
|
||||
VERSION
|
||||
|
||||
This is dkimpy 0.9.2.
|
||||
This is dkimpy 0.9.3.
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@ def main():
|
||||
|
||||
#try:
|
||||
sig = dkim.arc_sign(message, selector, domain, open(privatekeyfile, "rb").read(),
|
||||
srv_id, cv, dkim.util.get_linesep(message))
|
||||
srv_id, cv, linesep=dkim.util.get_linesep(message))
|
||||
for line in sig:
|
||||
sys.stdout.write(line)
|
||||
sys.stdout.write(message)
|
||||
|
||||
Reference in New Issue
Block a user