*** empty log message ***

git-svn: trunk@739
remotes/push_mirror/metadata
Nigel Horne 21 years ago
parent 83e4aee8de
commit 928579ad91
  1. 6
      clamav-devel/ChangeLog
  2. 7
      clamav-devel/libclamav/mbox.c

@ -3,12 +3,6 @@ Tue Aug 10 15:53:25 CEST 2004 (tk)
* clamdscan: support --disable-summary for backward compatibility (problem
reported by Tomasz Papszun)
Tue Aug 10 09:15:17 BST 2004 (njh)
----------------------------------
* libclamav/mbox.c: checkURLs code now enabled. CL_MAILURL option not
yet supported - all emails are scanned, needs
the GET command for now (link to lwp-request(1))
Mon Aug 9 23:31:53 CEST 2004 (tk)
----------------------------------
* libclamav: add new option CL_MAILURL

@ -17,6 +17,9 @@
*
* Change History:
* $Log: mbox.c,v $
* Revision 1.97 2004/08/10 14:02:22 nigelhorne
* *** empty log message ***
*
* Revision 1.96 2004/08/10 08:14:00 nigelhorne
* Enable CHECKURL
*
@ -276,7 +279,7 @@
* Compilable under SCO; removed duplicate code with message.c
*
*/
static char const rcsid[] = "$Id: mbox.c,v 1.96 2004/08/10 08:14:00 nigelhorne Exp $";
static char const rcsid[] = "$Id: mbox.c,v 1.97 2004/08/10 14:02:22 nigelhorne Exp $";
#if HAVE_CONFIG_H
#include "clamav-config.h"
@ -352,7 +355,7 @@ static void print_trace(int use_syslog);
#endif
#define SAVE_TO_DISC /* multipart/message are saved in a temporary file */
#define CHECKURLS /* If an email contains URLs, check them */
/*#define CHECKURLS /* If an email contains URLs, check them */
/*#define LIBCURL /* Needs support from "configure" */
typedef enum { FALSE = 0, TRUE = 1 } bool;

Loading…
Cancel
Save