diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-03-11 22:45:07 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-03-11 22:45:07 +0300 |
commit | c8e7d65b3970f106152bbcfbc8d5a2cf56a97f5e (patch) | |
tree | 88bd8b9db2a0772b05c9c3a1c01cfccf9c05a61b /test/functional/messages | |
parent | ea0dda917b19cedcd5c21deaf2ef718826051a43 (diff) | |
download | rspamd-c8e7d65b3970f106152bbcfbc8d5a2cf56a97f5e.tar.gz rspamd-c8e7d65b3970f106152bbcfbc8d5a2cf56a97f5e.zip |
[Test] URL compose map
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/url14.eml | 2 | ||||
-rw-r--r-- | test/functional/messages/url15.eml | 3 | ||||
-rw-r--r-- | test/functional/messages/url16.eml | 5 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/functional/messages/url14.eml b/test/functional/messages/url14.eml index 42653a614..32632da4a 100644 --- a/test/functional/messages/url14.eml +++ b/test/functional/messages/url14.eml @@ -1,4 +1,4 @@ Content-Type: text/plain user@dirty.sanchez.com -admin@dirty.sanchez.com
\ No newline at end of file +user@admin.dirty.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url15.eml b/test/functional/messages/url15.eml index a55521e31..1240979af 100644 --- a/test/functional/messages/url15.eml +++ b/test/functional/messages/url15.eml @@ -1,4 +1,3 @@ Content-Type: text/plain -4@very.dirty.sanchez.com -admin@dirty.sanchez.com
\ No newline at end of file +4@very.dirty.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url16.eml b/test/functional/messages/url16.eml index 49bd398aa..0dbe8079a 100644 --- a/test/functional/messages/url16.eml +++ b/test/functional/messages/url16.eml @@ -1,4 +1,5 @@ Content-Type: text/plain -41@black.sanchez.com -black@sanchez.com
\ No newline at end of file +test@admin.dirty.sanchez.com +admin@41.black.sanchez.com +admin@black.sanchez.com
\ No newline at end of file |