diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-29 14:52:27 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-29 14:52:27 +0300 |
commit | a06ceaddcb133c5aeb9f966cde59677e8ea41262 (patch) | |
tree | 935d5ebf5b635b6b0b5dc74c27c734b9347d68d6 /test/functional/cases | |
parent | fee3538325652383a2d79dd12095f3bef263ab9e (diff) | |
download | rspamd-a06ceaddcb133c5aeb9f966cde59677e8ea41262.tar.gz rspamd-a06ceaddcb133c5aeb9f966cde59677e8ea41262.zip |
[Test] URL compose map
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 092495d38..81e30de1d 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -104,21 +104,21 @@ WHITELIST Should Not Contain ${result.stdout} DBL_SPAM ( Should Not Contain ${result.stdout} RSPAMD_URIBL_IMAGES ( -EMAILBL full adress & domain only +EMAILBL full address & domain only ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emailbltext.eml Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL ( Should Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY ( -EMAILBL full subdomain adress +EMAILBL full subdomain address ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emailbltext2.eml Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL ( -EMAILBL full subdomain adress & domain only +EMAILBL full subdomain address & domain only ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emailbltext3.eml Should Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY (0.00)[baddomain.com:email] Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL (0.00)[user.subdomain.baddomain.com:email] -EMAILBL REPLY TO full adress +EMAILBL REPLY TO full address ${result} = Scan Message With Rspamc ${TESTDIR}/messages/replyto.eml Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL ( Should Not Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY ( @@ -128,7 +128,7 @@ EMAILBL REPLY TO domain only Should Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY ( Should Not Contain ${result.stdout} RSPAMD_EMAILBL_FULL ( -EMAILBL REPLY TO full subdomain adress +EMAILBL REPLY TO full subdomain address ${result} = Scan Message With Rspamc ${TESTDIR}/messages/replytosubdomain.eml Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL ( Should Not Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY ( @@ -153,10 +153,8 @@ SURBL html entity­ SURBL url compose map ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url11.eml - Should Contain ${result.stdout} RSPAMD_URIBL - Should Contain ${result.stdout} DBL_SPAM - Should Not Contain ${result.stdout} DBL_PHISH - Should Not Contain ${result.stdout} URIBL_BLACK + Should Contain ${result.stdout} BAD_SUBDOMAIN (0.00)[very.dirty.sanchez.com:url] + Should Not Contain ${result.stdout} not.dirty.sanchez.com *** Keywords *** Surbl Setup |