diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-01 12:47:57 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-01 12:47:57 +0100 |
commit | 9b09189ee8fa6331dd86974367aabc4aa6c99f5d (patch) | |
tree | 420d67159518166d9b283cbed31def81f9beede7 | |
parent | 1937eac90de00ba64b7cd3fd51777c5b286e00b8 (diff) | |
download | rspamd-9b09189ee8fa6331dd86974367aabc4aa6c99f5d.tar.gz rspamd-9b09189ee8fa6331dd86974367aabc4aa6c99f5d.zip |
[Test] Add more gtube parts to test
-rw-r--r-- | test/functional/messages/gtube.eml | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/test/functional/messages/gtube.eml b/test/functional/messages/gtube.eml index cb7363b75..bb1474679 100644 --- a/test/functional/messages/gtube.eml +++ b/test/functional/messages/gtube.eml @@ -5,7 +5,14 @@ From: Sender <sender@example.net> To: Recipient <recipient@example.net> Precedence: junk MIME-Version: 1.0 -Content-Type: text/plain; charset=us-ascii +Content-Type: multipart/mixed; + boundary="--==_mimepart_5b60ba5e43e33_7d8f3fa857ebe62053695f"; + charset=UTF-8 +Content-Transfer-Encoding: 7bit + +----==_mimepart_5b60ba5e43e33_7d8f3fa857ebe62053695f +Content-Type: text/plain; + charset=UTF-8 Content-Transfer-Encoding: 7bit This is the GTUBE, the @@ -23,3 +30,27 @@ characters (in upper case and with no white spaces and line breaks): XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X You should send this test mail from an account outside of your network. + +----==_mimepart_5b60ba5e43e33_7d8f3fa857ebe62053695f +Content-Type: text/plain; + charset=UTF-8 +Content-Transfer-Encoding: 7bit + +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X + +----==_mimepart_5b60ba5e43e33_7d8f3fa857ebe62053695f +Content-Type: text/html; + charset=UTF-8 +Content-Transfer-Encoding: 7bit + +<html> +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X +</html> + +----==_mimepart_5b60ba5e43e33_7d8f3fa857ebe62053695f--
\ No newline at end of file |