Browse code

libclamav: re-activate new mail detection mechanism

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

Tomasz Kojm authored on 2004/08/05 02:11:24
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Aug  4 19:06:52 CEST 2004 (tk)
2
+----------------------------------
3
+  * libclamav: re-activate new mail detection mechanism
4
+
1 5
 Wed Aug  4 17:34:46 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: petite: big-endian fixes
... ...
@@ -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
-/*    {"0a46726f6d3a20{-2048}0a436f6e74656e742d547970653a20",    "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> */