Vsevolod Stakhov
1 year ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
2 changed files with
11 additions and
0 deletions
-
test/functional/cases/001_merged/117_spf.robot
-
test/functional/configs/merged-local.conf
|
|
|
@ -155,3 +155,9 @@ SPF UPPERCASE |
|
|
|
... IP=8.8.8.8 From=x@fail11.org.org.za |
|
|
|
... Settings=${SETTINGS_SPF} |
|
|
|
Expect Symbol R_SPF_ALLOW |
|
|
|
|
|
|
|
SPF PLUSALL |
|
|
|
Scan File ${RSPAMD_TESTDIR}/messages/dmarc/bad_dkim1.eml |
|
|
|
... IP=8.8.8.8 From=x@plusall.com |
|
|
|
... Settings=${SETTINGS_SPF} |
|
|
|
Expect Symbol R_SPF_PLUSALL |
|
|
|
@ -228,6 +228,11 @@ options = { |
|
|
|
type = "txt"; |
|
|
|
replies = ["v=spf1 -all"]; |
|
|
|
}, |
|
|
|
{ |
|
|
|
name = "plusall.com", |
|
|
|
type = "txt"; |
|
|
|
replies = ["v=spf1 +all"]; |
|
|
|
}, |
|
|
|
{ |
|
|
|
name = "fail4.org.org.za", |
|
|
|
type = "txt"; |
|
|
|
|