diff options
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 6 | ||||
-rw-r--r-- | test/functional/configs/dmarc.conf | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 71bd4285a..962bd30f9 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -11,6 +11,12 @@ ${RSPAMD_SCOPE} Suite ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** +SURBL resolve ip + ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url7.eml + Should Contain ${result.stdout} URIBL_SBL_CSS (1.00)[example.ru + Should Contain ${result.stdout} URIBL_XBL (1.00)[example.ru + Should Contain ${result.stdout} URIBL_PBL (1.00)[example.ru + SURBL Example.com domain ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url4.eml Should Contain ${result.stdout} RSPAMD_URIBL diff --git a/test/functional/configs/dmarc.conf b/test/functional/configs/dmarc.conf index 08a542c70..644fff0d5 100644 --- a/test/functional/configs/dmarc.conf +++ b/test/functional/configs/dmarc.conf @@ -1,4 +1,4 @@ dmarc { } spf { - external_relay = 192.168.1.1; + external_relay = 192.168.1.1; }
\ No newline at end of file |