diff options
author | Andrew Lewis <nerf@judo.za.org> | 2021-04-29 10:31:59 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2021-04-29 10:31:59 +0200 |
commit | 8a2ba3a5c355209ac8db01bcf036ceb911f81258 (patch) | |
tree | 00bc0c0252c0c31a3ee46758cc76cc8704add2d2 /test/functional | |
parent | 4791230e542d84bc4661bb30cede159c940cc830 (diff) | |
download | rspamd-8a2ba3a5c355209ac8db01bcf036ceb911f81258.tar.gz rspamd-8a2ba3a5c355209ac8db01bcf036ceb911f81258.zip |
[Minor] Fix REPLYTO_ADDR_EQ_FROM for normalised addresses
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/cases/280_rules.robot | 3 | ||||
-rw-r--r-- | test/functional/messages/replyto_addr_eq_from.eml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/cases/280_rules.robot b/test/functional/cases/280_rules.robot index 5bab11016..ec8e12fb2 100644 --- a/test/functional/cases/280_rules.robot +++ b/test/functional/cases/280_rules.robot @@ -110,6 +110,9 @@ PHISH_SENDER_ROUTING_PART Scan File ${TESTDIR}/messages/phish_sender6.eml Expect Symbol FROM_INVALID +REPLYTO_ADDR_EQ_FROM + Scan File ${TESTDIR}/messages/replyto_addr_eq_from.eml + Expect Symbol REPLYTO_ADDR_EQ_FROM *** Keywords *** diff --git a/test/functional/messages/replyto_addr_eq_from.eml b/test/functional/messages/replyto_addr_eq_from.eml new file mode 100644 index 000000000..8d61078fb --- /dev/null +++ b/test/functional/messages/replyto_addr_eq_from.eml @@ -0,0 +1,5 @@ +From: "OMG" <kewl.example.20210428@gmail.com> +Reply-To: "GMO" <kewl.example.20210428@gmail.com> +Content-type: text/plain + +hi |