Browse code

scan "From: " files

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

Tomasz Kojm authored on 2004/02/27 00:22:16
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Feb 26 16:22:59 CET 2004 (tk)
2
+---------------------------------
3
+  * libclamav: detect "From: " (Exim) mail files
4
+
1 5
 Thu Feb 26 13:33:00 GMT 2004 (njh)
2 6
 ----------------------------------
3 7
   * libclamav:	Handle spaces at the end of uuencoded lines
... ...
@@ -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,  "From: ",          6, "Exim mail",	    CL_MAILFILE},
92 93
     {0,  "X-Symantec-",    11, "Symantec",	    CL_MAILFILE},
93 94
     {0,  "\320\317\021\340\241\261\032\341",
94 95
 	                    8, "OLE2 container",  CL_OLE2FILE},