Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid ARC-Seal when email contains existing sets
This fixes a bug whereby existing sets were not being included in a signature and thus the signature was invalid. This was only happening when Mode was undefined (default value) or only signing. This meant that the code to verify existing sets was never executed. This commit removes the check for running the previous-set verification function, to ensure that it is run regardless (if there are no previous sets then arc_canon_runheaders_seal() is basically a no-op anyway.
- Loading branch information