Browse code

scan "Return-path: " mail files

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

Tomasz Kojm authored on 2004/02/08 07:41:55
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Sat Feb  7 23:37:52 CET 2004 (tk)
2
+---------------------------------
3
+  * libclamav: scan "Return-path: " mail files (detection was broken due to
4
+	       case sensitivity of the new file type guessing code)
5
+
1 6
 Sat Feb  7 12:19:37 GMT 2004 (njh)
2 7
 ----------------------------------
3 8
   * clamav-milter:	URL updated
... ...
@@ -85,6 +85,7 @@ static const struct cl_magic_s cl_magic[] = {
85 85
     {0,  "From ",           5, "MBox file",       CL_MAILFILE},
86 86
     {0,  "Received: ",     10, "Raw mail",        CL_MAILFILE},
87 87
     {0,  "Return-Path: ",  13, "Maildir file",    CL_MAILFILE},
88
+    {0,  "Return-path: ",  13, "Maildir file",    CL_MAILFILE},
88 89
     {0,  "Delivered-To: ", 14, "Mail file",       CL_MAILFILE},
89 90
     {0,  "X-UIDL: ",	    8, "Mail file",       CL_MAILFILE},
90 91
     {0,  "\320\317\021\340\241\261\032\341",