Browse code

CHECKURLs was mistakenly turned on

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

Nigel Horne authored on 2004/08/18 19:49:45
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@
17 17
  *
18 18
  * Change History:
19 19
  * $Log: mbox.c,v $
20
+ * Revision 1.103  2004/08/18 10:49:45  nigelhorne
21
+ * CHECKURLs was mistakenly turned on
22
+ *
20 23
  * Revision 1.102  2004/08/18 07:45:20  nigelhorne
21 24
  * Use configure WITH_CURL value
22 25
  *
... ...
@@ -294,7 +297,7 @@
294 294
  * Compilable under SCO; removed duplicate code with message.c
295 295
  *
296 296
  */
297
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.102 2004/08/18 07:45:20 nigelhorne Exp $";
297
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.103 2004/08/18 10:49:45 nigelhorne Exp $";
298 298
 
299 299
 #if HAVE_CONFIG_H
300 300
 #include "clamav-config.h"
... ...
@@ -371,7 +374,7 @@ typedef enum	{ FALSE = 0, TRUE = 1 } bool;
371 371
 
372 372
 #define	SAVE_TO_DISC	/* multipart/message are saved in a temporary file */
373 373
 
374
-#define	CHECKURLS	/*
374
+/*#define	CHECKURLS	/*
375 375
 			 * If an email contains URLs, check them - helps to
376 376
 			 * find Dialer.gen-45
377 377
 			 */