Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL (
Should Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY (
+EMAILBL full subdomain adress
+ ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emailbltext2.eml
+ Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL (
+
EMAILBL REPLY TO full adress
${result} = Scan Message With Rspamc ${TESTDIR}/messages/replyto.eml
Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL (
Should Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY (
Should Not Contain ${result.stdout} RSPAMD_EMAILBL_FULL (
+EMAILBL REPLY TO full subdomain adress
+ ${result} = Scan Message With Rspamc ${TESTDIR}/messages/replytosubdomain.eml
+ Should Contain ${result.stdout} RSPAMD_EMAILBL_FULL (
+ Should Not Contain ${result.stdout} RSPAMD_EMAILBL_DOMAINONLY (
+
*** Keywords ***
Surbl Setup
--- /dev/null
+Reply-to: user@subdomain.emailbl.com
+From: xxx@abrakadabra.com
+Content-Type: text/plain
+
+salkdmaslkd
\ No newline at end of file