From 9ba2f6acc0f9381d550e7b5610a9d80049ff1c3c Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 10 Feb 2004 17:02:52 +0000 Subject: [PATCH] Recognise a new type of bounce message git-svn: trunk@269 --- clamav-devel/ChangeLog | 4 ++++ clamav-devel/libclamav/message.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/clamav-devel/ChangeLog b/clamav-devel/ChangeLog index 2f074f559..685de78a3 100644 --- a/clamav-devel/ChangeLog +++ b/clamav-devel/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 10 17:05:31 GMT 2004 (njh) +---------------------------------- + * libclamav: Recognised new kind of bounce message + Tue Feb 10 14:38:35 GMT 2004 (njh) ---------------------------------- * contrib: Removed mfc30d.dll. It can now be downloaded (if needed) diff --git a/clamav-devel/libclamav/message.c b/clamav-devel/libclamav/message.c index 7bb1f771e..af035870b 100644 --- a/clamav-devel/libclamav/message.c +++ b/clamav-devel/libclamav/message.c @@ -17,6 +17,9 @@ * * Change History: * $Log: message.c,v $ + * Revision 1.29 2004/02/10 17:01:30 nigelhorne + * Recognise a new type of bounce message + * * Revision 1.28 2004/02/07 23:13:55 nigelhorne * Handle content-type: text/ * @@ -81,7 +84,7 @@ * uuencodebegin() no longer static * */ -static char const rcsid[] = "$Id: message.c,v 1.28 2004/02/07 23:13:55 nigelhorne Exp $"; +static char const rcsid[] = "$Id: message.c,v 1.29 2004/02/10 17:01:30 nigelhorne Exp $"; #if HAVE_CONFIG_H #include "clamav-config.h" @@ -1107,6 +1110,7 @@ bounceBegin(const message *m) "------ This is a copy of the message, including all the headers. ------", "=================================================================================", "------- The original message sent:", + " ----- Original message follows -----", NULL };