Browse code

Added bounce message

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

Nigel Horne authored on 2004/02/18 05:46:02
Showing 2 changed files
... ...
@@ -1,3 +1,9 @@
1
+Tue Feb 17 20:49:23 GMT 2004 (njh)
2
+----------------------------------
3
+  * libclamav: Added a new bounce delimeter
4
+  * test:	Updated mbox/debugm.c compilation instructions
5
+  		removed SIGINT signal handler
6
+
1 7
 Tue Feb 17 17:09:24 GMT 2004 (trog)
2 8
 -----------------------------------
3 9
   * clamd: SIGHUP re-open log file support
... ...
@@ -17,6 +17,9 @@
17 17
  *
18 18
  * Change History:
19 19
  * $Log: message.c,v $
20
+ * Revision 1.32  2004/02/17 20:43:50  nigelhorne
21
+ * Added bounce message
22
+ *
20 23
  * Revision 1.31  2004/02/17 09:53:56  nigelhorne
21 24
  * Added bounce message
22 25
  *
... ...
@@ -90,7 +93,7 @@
90 90
  * uuencodebegin() no longer static
91 91
  *
92 92
  */
93
-static	char	const	rcsid[] = "$Id: message.c,v 1.31 2004/02/17 09:53:56 nigelhorne Exp $";
93
+static	char	const	rcsid[] = "$Id: message.c,v 1.32 2004/02/17 20:43:50 nigelhorne Exp $";
94 94
 
95 95
 #if HAVE_CONFIG_H
96 96
 #include "clamav-config.h"
... ...
@@ -186,6 +189,7 @@ static const char *bounces[] = {
186 186
 	"------- Original mail message ----",
187 187
 	"------ A continuacion adjuntamos copia del mensaje, incluyendo las cabeceras. ------",
188 188
 	",------- Returned Message --------",
189
+	"--- Below this line is the original bounce.",
189 190
 	"A copy of the original message below this line:",
190 191
 	NULL
191 192
 };