Activity log for bug #1838262

Date Who What changed Old value New value Message
2019-07-29 13:38:18 Gowtham bug added bug
2019-07-29 13:38:18 Gowtham attachment added arcsign.patch https://bugs.launchpad.net/bugs/1838262/+attachment/5279812/+files/arcsign.patch
2019-07-29 13:39:00 Gowtham description During ARC signing, on `dkim/arcsign.py` file an error is being thrown here: ` sig = dkim.arc_sign(message, selector, domain, open(privatekeyfile, "rb").read(), srv_id, cv, dkim.util.get_linesep(message)) ` where the last parameter is clearly meant as a line separator parameter, but the `arc_sign` method is expecting `include_headers` at that place. Prepending `linesep` seems to solve the issue. During ARC signing, on `dkim/arcsign.py` file an error is being thrown here: ` sig = dkim.arc_sign(message, selector, domain, open(privatekeyfile, "rb").read(),                    srv_id, cv, dkim.util.get_linesep(message)) ` where the last parameter is clearly meant as a line separator parameter, but the `arc_sign` method is expecting `include_headers` at that place. Prepending `linesep` seems to solve the issue. I have attached the patch.
2019-07-29 14:14:28 Scott Kitterman dkimpy: status New In Progress
2019-07-29 14:14:34 Scott Kitterman dkimpy: importance Undecided High
2019-07-29 14:14:38 Scott Kitterman dkimpy: assignee Scott Kitterman (kitterman)
2019-07-29 14:16:03 Scott Kitterman dkimpy: milestone 0.9.3
2019-08-04 21:52:26 Scott Kitterman dkimpy: status In Progress Fix Committed
2019-08-05 05:29:23 Gowtham information type Public Public Security
2019-08-05 05:29:28 Gowtham information type Public Security Public
2019-08-09 15:51:17 Scott Kitterman dkimpy: status Fix Committed Fix Released