Browse code

Virus samples are welcome

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

Nigel Horne authored on 2005/03/26 00:54:59
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@
20 20
 #include "clamav-config.h"
21 21
 #endif
22 22
 
23
-static	char	const	rcsid[] = "$Id: tnef.c,v 1.3 2005/03/25 15:17:13 kojm Exp $";
23
+static	char	const	rcsid[] = "$Id: tnef.c,v 1.4 2005/03/25 15:54:59 nigelhorne Exp $";
24 24
 
25 25
 #include "tnef.h"
26 26
 #include "clamav.h"
... ...
@@ -28,7 +28,7 @@ static	char	const	rcsid[] = "$Id: tnef.c,v 1.3 2005/03/25 15:17:13 kojm Exp $";
28 28
 int
29 29
 cli_tnef(const char *dir, int desc)
30 30
 {
31
-	cli_warnmsg("TNEF not scanned yet\n");
31
+	cli_warnmsg("TNEF not scanned yet - virus samples are welcome\n");
32 32
 
33 33
 	return CL_CLEAN;
34 34
 }