separator/spacing issue with ARC signature method dkim.arc_sign

Bug #1890530 reported by niftylettuce
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dkimpy
Expired
Undecided
Unassigned

Bug Description

The output of this method returns one of these lines:

```
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=forwardemail.net; s=default; t=1596689357; h=content-type : from : to : subject : message-id : date : mime-version : from; bh=UXpJHdHiPAT+mmzadJeo0PJx/eR3NXE8hbV9KyG2Ass=;
```

You can see the extra spacing in between the ":" colon characters in the "h=" term.

Specifically the issue is in two places:

```py
(b'h', b" : ".join(include_headers)),
```

And

```py
(b'h', b" : ".join(include_headers)),
```

It should be ":" instead without the extra spacing.

Revision history for this message
Scott Kitterman (kitterman) wrote :

Does this affect verification? I don't think it would.

Changed in dkimpy:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for dkimpy because there has been no activity for 60 days.]

Changed in dkimpy:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.