Browse code

Bug 664

git-svn: trunk@3223

Nigel Horne authored on 2007/09/17 23:23:52
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Sep 17 14:36:27 BST 2007 (njh)
2
+----------------------------------
3
+  * libclamav/mbox.c:	Bug 664
4
+
1 5
 Sat Sep 15 17:39:06 CEST 2007 (acab)
2 6
 ------------------------------------
3 7
   * libclamav/pe.c: fix nasty typo - thanks edwin!
... ...
@@ -4727,6 +4727,7 @@ isBounceStart(const char *line)
4727 4727
 			return FALSE;
4728 4728
 		if(numDigits < 11)
4729 4729
 			return FALSE;
4730
+		return TRUE;
4730 4731
 	}
4731 4732
 	return cli_filetype((const unsigned char *)line, len) == CL_TYPE_MAIL;
4732 4733
 }