diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-05-01 16:31:10 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-05-01 16:31:10 +0300 |
commit | 4d1566aa03ff894083901eef841d1b8dcfcfde56 (patch) | |
tree | 7bd17705a6ba45f34916001c9a55a8656bb40e88 /test/functional/cases/280_rules.robot | |
parent | 17252c430bff3d9f23dd6a3f8da75f4e9c31058f (diff) | |
download | rspamd-4d1566aa03ff894083901eef841d1b8dcfcfde56.tar.gz rspamd-4d1566aa03ff894083901eef841d1b8dcfcfde56.zip |
[TEST] FROM_NEQ_ENVFROM fix
Diffstat (limited to 'test/functional/cases/280_rules.robot')
-rw-r--r-- | test/functional/cases/280_rules.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/functional/cases/280_rules.robot b/test/functional/cases/280_rules.robot index 9067084b5..aed23a1e7 100644 --- a/test/functional/cases/280_rules.robot +++ b/test/functional/cases/280_rules.robot @@ -15,6 +15,7 @@ ${MESSAGE4} ${TESTDIR}/messages/broken_richtext.eml ${MESSAGE5} ${TESTDIR}/messages/badboundary.eml ${MESSAGE6} ${TESTDIR}/messages/pdf_encrypted.eml ${MESSAGE7} ${TESTDIR}/messages/pdf_js.eml +${MESSAGE8} ${TESTDIR}/messages/yand_forward.eml ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat ${RSPAMD_SCOPE} Test @@ -72,8 +73,8 @@ RCVD_COUNT_SEVEN Should Contain ${result.stdout} RCVD_COUNT_SEVEN FROM_NEQ_ENVFROM - ${result} = Scan Message With Rspamc ${TESTDIR}/messages/yand_forward.eml - Should Contain ${result.stdout} FROM_NEQ_ENVFROM + ${result} = Scan Message With Rspamc ${MESSAGE8} --from test@test.net + Check Rspamc ${result} FROM_NEQ_ENVFROM *** Keywords *** |