mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #76] Check if email already signed #60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlexLaroche on GitHub (Dec 6, 2014).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/76
@Pro commented on GitHub (Dec 7, 2014):
What would be the action if our signer already finds a signature?
Should it sign anyways or just leave the message as it is?
According to the specification it is allowed to have multiple signatures: Section 4, http://www.ietf.org/rfc/rfc4871.txt
I think we shouldn't care if there's already a signature and sign anyways?
@AlexLaroche commented on GitHub (Dec 7, 2014):
I agree we shouldn't care.