Skip to content

Commit

Permalink
Fix dkim verification issues and dmarc alignment default
Browse files Browse the repository at this point in the history
Change-Id: I299ac0c11aac1dda96c6637e2590413518972a1e
  • Loading branch information
Hui Cao authored and emersion committed Nov 20, 2019
1 parent ccb2f9f commit 4a03be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dkim/canonical_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ var relaxedCanonicalizerHeaderTests = []struct {
"Subject \t:\t Kimi \t \r\n No \t\r\n Na Wa\r\n",
"subject:Kimi No Na Wa\r\n",
},
{
"Subject \t:\t Ki \tmi \t \r\n No \t\r\n Na Wa\r\n",
"subject:Ki mi No Na Wa\r\n",
},
}

func TestRelaxedCanonicalizer_CanonicalizeHeader(t *testing.T) {
Expand Down

0 comments on commit 4a03be5

Please sign in to comment.