-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converts the matched term to lower case before detecting the used mec…
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
description: Issue 49 | ||
tests: | ||
include-permerror: | ||
description: >- | ||
Accept different upper and lower case mechanisms | ||
helo: mail.example.net | ||
host: 127.0.0.1 | ||
mailfrom: [email protected] | ||
result: pass | ||
zonedata: | ||
example.com: | ||
- SPF: 'v=spf1 iP4:127.0.0.1 ~aLL' | ||
example.net: | ||
- SPF: 'v=spf1 +All' | ||
example.org: | ||
- SPF: 'v=spf1 +IP4:127.0.0.1 -ALL' |