diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-08-30 16:34:49 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-08-30 16:34:49 +0300 |
commit | a8f11e58cb9c7c668ac8ad4bb5dbfebb650ceda0 (patch) | |
tree | 2dc3ae1c22f61abfd14b42f1b9e72f4753a84cc9 /test/functional/messages | |
parent | d1ad30ae1aad11e4bde0d889d9fd19b1fe41c499 (diff) | |
download | rspamd-a8f11e58cb9c7c668ac8ad4bb5dbfebb650ceda0.tar.gz rspamd-a8f11e58cb9c7c668ac8ad4bb5dbfebb650ceda0.zip |
test uribll in image
Diffstat (limited to 'test/functional/messages')
-rw-r--r-- | test/functional/messages/urlimage.eml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/messages/urlimage.eml b/test/functional/messages/urlimage.eml new file mode 100644 index 000000000..6ae708890 --- /dev/null +++ b/test/functional/messages/urlimage.eml @@ -0,0 +1,5 @@ +Content-Type: text/html + +helo +<body text="#000000" bgcolor="#FFFFFF"> + <p><img src="https://example.com" alt=""moz-do-not-send="false" width="326" height="326" border="0"></a></p> |