diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-29 22:17:34 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-02-29 22:17:34 +0300 |
commit | ea0dda917b19cedcd5c21deaf2ef718826051a43 (patch) | |
tree | 18fb0492e0f9502e6317ff99657a454341969d63 /test/functional/messages | |
parent | f5439dceb784bff970507afbdc6f6e8e37755892 (diff) | |
download | rspamd-ea0dda917b19cedcd5c21deaf2ef718826051a43.tar.gz rspamd-ea0dda917b19cedcd5c21deaf2ef718826051a43.zip |
[Test] URL compose map
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/url11.eml | 3 | ||||
-rw-r--r-- | test/functional/messages/url12.eml | 1 | ||||
-rw-r--r-- | test/functional/messages/url13.eml | 4 | ||||
-rw-r--r-- | test/functional/messages/url14.eml | 4 | ||||
-rw-r--r-- | test/functional/messages/url15.eml | 4 | ||||
-rw-r--r-- | test/functional/messages/url16.eml | 4 |
6 files changed, 18 insertions, 2 deletions
diff --git a/test/functional/messages/url11.eml b/test/functional/messages/url11.eml index 0b19c5eee..82ddbf77d 100644 --- a/test/functional/messages/url11.eml +++ b/test/functional/messages/url11.eml @@ -1,5 +1,4 @@ Content-Type: text/plain http://clean.dirty.sanchez.com -http://not.dirty.sanchez.com -http://4.very.dirty.sanchez.com
\ No newline at end of file +http://not.dirty.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url12.eml b/test/functional/messages/url12.eml index b8467f680..75e8ecc51 100644 --- a/test/functional/messages/url12.eml +++ b/test/functional/messages/url12.eml @@ -1,3 +1,4 @@ Content-Type: text/plain +http://4.very.dirty.sanchez.com http://not.dirty.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url13.eml b/test/functional/messages/url13.eml new file mode 100644 index 000000000..f73c9651f --- /dev/null +++ b/test/functional/messages/url13.eml @@ -0,0 +1,4 @@ +Content-Type: text/plain + +http://41.black.sanchez.com +http://black.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url14.eml b/test/functional/messages/url14.eml new file mode 100644 index 000000000..42653a614 --- /dev/null +++ b/test/functional/messages/url14.eml @@ -0,0 +1,4 @@ +Content-Type: text/plain + +user@dirty.sanchez.com +admin@dirty.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url15.eml b/test/functional/messages/url15.eml new file mode 100644 index 000000000..a55521e31 --- /dev/null +++ b/test/functional/messages/url15.eml @@ -0,0 +1,4 @@ +Content-Type: text/plain + +4@very.dirty.sanchez.com +admin@dirty.sanchez.com
\ No newline at end of file diff --git a/test/functional/messages/url16.eml b/test/functional/messages/url16.eml new file mode 100644 index 000000000..49bd398aa --- /dev/null +++ b/test/functional/messages/url16.eml @@ -0,0 +1,4 @@ +Content-Type: text/plain + +41@black.sanchez.com +black@sanchez.com
\ No newline at end of file |