diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-12-08 09:48:47 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-12-08 09:48:47 +0000 |
commit | c38ba89230bb7da7e3741bd5a601eb6b11f7df9a (patch) | |
tree | 4e0bb5939d6874474fb2cbb2ab25a368a48802fd /test/functional | |
parent | a30c4a1d4639e03276586ae7c56c741088587b1b (diff) | |
download | rspamd-c38ba89230bb7da7e3741bd5a601eb6b11f7df9a.tar.gz rspamd-c38ba89230bb7da7e3741bd5a601eb6b11f7df9a.zip |
[Test] Slightly improve a test message
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/messages/url10.eml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/messages/url10.eml b/test/functional/messages/url10.eml index 3b43e9e08..3371def85 100644 --- a/test/functional/messages/url10.eml +++ b/test/functional/messages/url10.eml @@ -1,4 +1,6 @@ Content-Type: text/html Content-Transfer-Encoding: quoted-printable +From: user@example.com +To: undisclosed-recipients;; -<a href="https:/\test­test.­com/redirect?url=https%3A%2F%2Fexample%2Ecom&urlhash=rH0t#100xp@example.com">
\ No newline at end of file +<a href="https:/\test­test.­com/redirect?url=https%3A%2F%2Fexample%2Ecom&urlhash=rH0t#100xp@example.com">click here!</a>
\ No newline at end of file |