Recognise a new type of bounce message

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

@ -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)

@ -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
};

Loading…
Cancel
Save