diff options
Diffstat (limited to 'test/functional/cases/115_dmarc.robot')
-rw-r--r-- | test/functional/cases/115_dmarc.robot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/functional/cases/115_dmarc.robot b/test/functional/cases/115_dmarc.robot index 93bce71da..597a6a330 100644 --- a/test/functional/cases/115_dmarc.robot +++ b/test/functional/cases/115_dmarc.robot @@ -77,9 +77,14 @@ DMARC NA NXDOMAIN ... -i 37.48.67.26 --from foo@mom.za.org Check Rspamc ${result} DMARC_NA -DMARC PCT ZERO +DMARC PCT ZERO REJECT ${result} = Scan Message With Rspamc ${TESTDIR}/messages/dmarc/pct_none.eml ... -i 37.48.67.26 --from foo@mom.za.org + Check Rspamc ${result} DMARC_POLICY_QUARANTINE + +DMARC PCT ZERO SP QUARANTINE + ${result} = Scan Message With Rspamc ${TESTDIR}/messages/dmarc/pct_none1.eml + ... -i 37.48.67.26 --from foo@mom.za.org Check Rspamc ${result} DMARC_POLICY_SOFTFAIL DKIM PERMFAIL NXDOMAIN |