diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/cases/300_rbl.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/cases/300_rbl.robot b/test/functional/cases/300_rbl.robot index 17fd4f19c..55f46e5fd 100644 --- a/test/functional/cases/300_rbl.robot +++ b/test/functional/cases/300_rbl.robot @@ -64,6 +64,11 @@ SELECTORS Expect Symbol With Option RBL_SELECTOR_MULTIPLE example.com:sel_from Expect Symbol With Option RBL_SELECTOR_MULTIPLE example.org:sel_helo +SELECTORS COMBINED + Scan File ${TESTDIR}/messages/btc.eml From=user@example.org Helo=example.org + Expect Symbol With Option RBL_SELECTOR_MULTIPLE example.org:sel_from + Expect Symbol With Option RBL_SELECTOR_MULTIPLE example.org:sel_helo + *** Keywords *** Rbl Setup ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/rbl.conf |