Browse code

NEW_WORLD: doesn't catch all phishes

git-svn: trunk@1918

Nigel Horne authored on 2006/04/21 23:45:19
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@
16 16
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 17
  *  MA 02110-1301, USA.
18 18
  */
19
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.290 2006/04/20 10:25:47 nigelhorne Exp $";
19
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.291 2006/04/21 14:45:19 nigelhorne Exp $";
20 20
 
21 21
 #if HAVE_CONFIG_H
22 22
 #include "clamav-config.h"
... ...
@@ -370,6 +370,8 @@ static	void	free_map(void);
370 370
  * TODO: Add support for systems without mmap()
371 371
  *
372 372
  * TODO: partial_dir fall through
373
+ *
374
+ * FIXME:	Doesn't catch all phishes
373 375
  */
374 376
 int
375 377
 cli_mbox(const char *dir, int desc, unsigned int options)