libclamav: re-activate new mail detection mechanism

git-svn: trunk@721
remotes/push_mirror/metadata
Tomasz Kojm 21 years ago
parent 68fb8dd10a
commit 3e94ef3859
  1. 4
      clamav-devel/ChangeLog
  2. 2
      clamav-devel/libclamav/filetypes.c

@ -1,3 +1,7 @@
Wed Aug 4 19:06:52 CEST 2004 (tk)
----------------------------------
* libclamav: re-activate new mail detection mechanism
Wed Aug 4 17:34:46 CEST 2004 (tk)
----------------------------------
* libclamav: petite: big-endian fixes

@ -116,7 +116,7 @@ static const struct cli_magic_s cli_magic[] = {
static const struct cli_smagic_s cli_smagic[] = {
/* "From: " * "Content-Type: " */
/* {"0a46726f6d3a20{-2048}0a436f6e74656e742d547970653a20", "Mail file", CL_MAILFILE}, */
{"0a46726f6d3a20{-2048}0a436f6e74656e742d547970653a20", "Mail file", CL_MAILFILE},
/* remember the matcher is case sensitive */
{"3c62723e", "HTML data", CL_HTMLFILE}, /* <br> */

Loading…
Cancel
Save