diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2022-03-13 16:27:20 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2022-03-13 16:27:20 +0000 |
commit | 8e387f507ad87fa25ffef34bf1c045ec490254ac (patch) | |
tree | 8ba273860259c83eab570d40f989c8a800a4a612 | |
parent | 4804292ed27b0c7339d31ad007cb64d1a3601da7 (diff) | |
download | rspamd-8e387f507ad87fa25ffef34bf1c045ec490254ac.tar.gz rspamd-8e387f507ad87fa25ffef34bf1c045ec490254ac.zip |
[Test] Add test for csv detection
-rw-r--r-- | test/functional/cases/001_merged/350_magic.robot | 1 | ||||
-rw-r--r-- | test/functional/messages/gargantua.eml | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/test/functional/cases/001_merged/350_magic.robot b/test/functional/cases/001_merged/350_magic.robot index b8f6936cb..66a18f2af 100644 --- a/test/functional/cases/001_merged/350_magic.robot +++ b/test/functional/cases/001_merged/350_magic.robot @@ -64,3 +64,4 @@ Magic detections bundle 1 ... MAGIC_SYM_BAT_54 ... MAGIC_SYM_ICS_55 ... MAGIC_SYM_VCF_56 + ... MAGIC_SYM_CSV_57 diff --git a/test/functional/messages/gargantua.eml b/test/functional/messages/gargantua.eml index d86f99ad5..c6edc50f3 100644 --- a/test/functional/messages/gargantua.eml +++ b/test/functional/messages/gargantua.eml @@ -23495,5 +23495,11 @@ QkVHSU46VkNBUkQNClZFUlNJT046My4wDQpGTjrQkNCy0YLQvtC60L7RgNC10LXR hg0KTjo70JDQstGC0L7QutC+0YDQtdC10YY7OzsNClRFTDtUWVBFPUNFTEw6MjYy LTc3Mg0KVEVMO1RZUEU9SE9NRTorNzkwMDUyNjI3NzINCkVORDpWQ0FSRA0K +--XXX +Content-Type: text/csv +Content-Transfer-Encoding: base64 +X-Real-Type: csv + +ImZvbyIsImJhciIsImJheiIKIjEiLCIyIiwiMyIK ---XXX--
\ No newline at end of file +--XXX-- |