Browse code

scan Symantec-modified mails

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

Tomasz Kojm authored on 2004/02/24 18:56:57
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Feb 24 10:56:44 CET 2004 (tk)
2
+---------------------------------
3
+  * libclamav: scan mail files modified by Symantec software
4
+
1 5
 Mon Feb 23 22:29:16 GMT 2004 (tl)
2 6
 ---------------------------------
3 7
   * freshclam:	Fix bug in -p option recognition
... ...
@@ -89,6 +89,7 @@ static const struct cl_magic_s cl_magic[] = {
89 89
     {0,  "Delivered-To: ", 14, "Mail",		    CL_MAILFILE},
90 90
     {0,  "X-UIDL: ",	    8, "Mail",		    CL_MAILFILE},
91 91
     {0,  "For: ",           5, "Eserv mail",	    CL_MAILFILE},
92
+    {0,  "X-Symantec-",    11, "Symantec",	    CL_MAILFILE},
92 93
     {0,  "\320\317\021\340\241\261\032\341",
93 94
 	                    8, "OLE2 container",  CL_OLE2FILE},
94 95
     {-1, NULL,              0, NULL,              CL_UNKNOWN_TYPE}