Added new bounce delimeter

git-svn: trunk@316
remotes/push_mirror/metadata
Nigel Horne 22 years ago
parent a9ebff44df
commit e5fa3007f0
  1. 6
      clamav-devel/libclamav/message.c

@ -17,6 +17,9 @@
*
* Change History:
* $Log: message.c,v $
* Revision 1.34 2004/02/20 17:04:43 nigelhorne
* Added new bounce delimeter
*
* Revision 1.33 2004/02/18 10:07:40 nigelhorne
* Find some Yaha
*
@ -96,7 +99,7 @@
* uuencodebegin() no longer static
*
*/
static char const rcsid[] = "$Id: message.c,v 1.33 2004/02/18 10:07:40 nigelhorne Exp $";
static char const rcsid[] = "$Id: message.c,v 1.34 2004/02/20 17:04:43 nigelhorne Exp $";
#if HAVE_CONFIG_H
#include "clamav-config.h"
@ -194,6 +197,7 @@ static const char *bounces[] = {
",------- Returned Message --------",
"--- Below this line is the original bounce.",
"A copy of the original message below this line:",
"==== Begin Message",
NULL
};

Loading…
Cancel
Save