Browse code

scan EVS mails

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

Tomasz Kojm authored on 2004/04/13 21:04:07
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Apr 13 14:16:42 CEST 2004 (tk)
2
+----------------------------------
3
+  * libclamav: scan EVS mails
4
+
1 5
 Mon Apr 12 19:12:27 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * doc: update the ClamAV and Samba how-two (Przemyslaw Holowczyc)
... ...
@@ -83,6 +83,8 @@ static const struct cli_magic_s cli_magic[] = {
83 83
     {0,  "From: ",			6,  "Exim mail",	  CL_MAILFILE},
84 84
     {0,  "X-Symantec-",			11, "Symantec",		  CL_MAILFILE},
85 85
     {0,  "X-Apparently-To: ",		17, "Mail",		  CL_MAILFILE},
86
+    {0,  "For: ",			5,  "Eserv mail",	  CL_MAILFILE},
87
+    {0,  "X-EVS",			5,  "EVS mail",		  CL_MAILFILE},
86 88
     {0,  "v:\015\012Received: ",	14, "VPOP3 Mail (DOS)",	  CL_MAILFILE},
87 89
     {0,  "v:\012Received: ",		13, "VPOP3 Mail (UNIX)",  CL_MAILFILE},
88 90
     {0,  "Hi. This is the qmail-send",  26, "Qmail bounce",	  CL_MAILFILE},