Browse code

FOLLOWURL

git-svn: trunk@771

Nigel Horne authored on 2004/08/20 13:55:07
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@
17 17
  *
18 18
  * Change History:
19 19
  * $Log: mbox.c,v $
20
+ * Revision 1.107  2004/08/20 04:55:07  nigelhorne
21
+ * FOLLOWURL
22
+ *
20 23
  * Revision 1.106  2004/08/20 04:53:18  nigelhorne
21 24
  * Tidy up
22 25
  *
... ...
@@ -306,7 +309,7 @@
306 306
  * Compilable under SCO; removed duplicate code with message.c
307 307
  *
308 308
  */
309
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.106 2004/08/20 04:53:18 nigelhorne Exp $";
309
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.107 2004/08/20 04:55:07 nigelhorne Exp $";
310 310
 
311 311
 #if HAVE_CONFIG_H
312 312
 #include "clamav-config.h"
... ...
@@ -383,7 +386,7 @@ typedef enum	{ FALSE = 0, TRUE = 1 } bool;
383 383
 
384 384
 #define	SAVE_TO_DISC	/* multipart/message are saved in a temporary file */
385 385
 
386
-#define	FOLLOWURLS	/*
386
+/*#define	FOLLOWURLS	/*
387 387
 			 * If an email contains URLs, check them - helps to
388 388
 			 * find Dialer.gen-45
389 389
 			 */