Browse code

improve mail detection

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@700 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/07/29 03:13:47
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Jul 28 20:09:32 CEST 2004 (tk)
2
+----------------------------------
3
+  * libclamav: improve mail detection
4
+
1 5
 Wed Jul 28 01:10:46 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: md5: fix possible infinite loop in cl_free(); check file
... ...
@@ -116,7 +116,7 @@ static const struct cli_magic_s cli_magic[] = {
116 116
 static const struct cli_smagic_s cli_smagic[] = {
117 117
 
118 118
     /* "From: " * "Content-Type: " */
119
-    {"46726f6d3a20*436f6e74656e742d547970653a20",    "Mail file", CL_MAILFILE},
119
+/*    {"0a46726f6d3a20{-2048}0a436f6e74656e742d547970653a20",    "Mail file", CL_MAILFILE}, */
120 120
 
121 121
     /* remember the matcher is case sensitive */
122 122
     {"3c62723e",       "HTML data", CL_HTMLFILE},	/* <br> */