Added bounce message

git-svn: trunk@301
remotes/push_mirror/metadata
Nigel Horne 22 years ago
parent c6f988575a
commit f9893cc496
  1. 6
      clamav-devel/ChangeLog
  2. 6
      clamav-devel/libclamav/message.c

@ -1,3 +1,9 @@
Tue Feb 17 20:49:23 GMT 2004 (njh)
----------------------------------
* libclamav: Added a new bounce delimeter
* test: Updated mbox/debugm.c compilation instructions
removed SIGINT signal handler
Tue Feb 17 17:09:24 GMT 2004 (trog)
-----------------------------------
* clamd: SIGHUP re-open log file support

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

Loading…
Cancel
Save