diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-18 10:41:21 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-18 10:41:21 +0100 |
commit | 247bc030c0430431153db306af90a70994f08c79 (patch) | |
tree | b4b085ddf89354640f6e8304a3788524dbb5b250 /test/functional/messages | |
parent | 2d6d215df32c129b15502efdf5ec3c21c3d167ff (diff) | |
download | rspamd-247bc030c0430431153db306af90a70994f08c79.tar.gz rspamd-247bc030c0430431153db306af90a70994f08c79.zip |
[Test] Test for regexps in {sa_body} and urls with newlines
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/newlines.eml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/functional/messages/newlines.eml b/test/functional/messages/newlines.eml new file mode 100644 index 000000000..090d180e1 --- /dev/null +++ b/test/functional/messages/newlines.eml @@ -0,0 +1,13 @@ +Content-Type: text/plain + +this is the word separated with newline: +hello +world + +this is the url separated with newline: <https://github.com/google/sanitizers/wi +ki/AddressSanitizer> +<https://www.google.com/search?q=hello+world&oq=hello+world&aqs=chro +me..69i57j0l5.3045j0j7&sourceid=chrome&ie=UTF-8> +<https://google.com +/maps/> click here + |