Added bounce message

git-svn: trunk@297
remotes/push_mirror/metadata
Nigel Horne 22 years ago
parent c238ac42c6
commit c380ad0a5a
  1. 4
      clamav-devel/ChangeLog
  2. 6
      clamav-devel/libclamav/message.c

@ -1,3 +1,7 @@
Tue Feb 17 09:59:03 GMT 2004 (njh)
----------------------------------
* libclamav: Added a new bounce delimeter
Tue Feb 17 01:06:58 CET 2004 (tk) Tue Feb 17 01:06:58 CET 2004 (tk)
--------------------------------- ---------------------------------
* clamd: + integrated new thread manager from Trog * clamd: + integrated new thread manager from Trog

@ -17,6 +17,9 @@
* *
* Change History: * Change History:
* $Log: message.c,v $ * $Log: message.c,v $
* Revision 1.31 2004/02/17 09:53:56 nigelhorne
* Added bounce message
*
* Revision 1.30 2004/02/13 14:23:56 nigelhorne * Revision 1.30 2004/02/13 14:23:56 nigelhorne
* Add a new bounce delimeter * Add a new bounce delimeter
* *
@ -87,7 +90,7 @@
* uuencodebegin() no longer static * uuencodebegin() no longer static
* *
*/ */
static char const rcsid[] = "$Id: message.c,v 1.30 2004/02/13 14:23:56 nigelhorne Exp $"; static char const rcsid[] = "$Id: message.c,v 1.31 2004/02/17 09:53:56 nigelhorne Exp $";
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include "clamav-config.h" #include "clamav-config.h"
@ -183,6 +186,7 @@ static const char *bounces[] = {
"------- Original mail message ----", "------- Original mail message ----",
"------ A continuacion adjuntamos copia del mensaje, incluyendo las cabeceras. ------", "------ A continuacion adjuntamos copia del mensaje, incluyendo las cabeceras. ------",
",------- Returned Message --------", ",------- Returned Message --------",
"A copy of the original message below this line:",
NULL NULL
}; };

Loading…
Cancel
Save