Re: [clamav-users] Create md5 sig from HTML file

2011-04-30 Thread lukn
Hello Tomasz Am 29.04.2011 16:45, schrieb Tomasz Kojm: Please open a bug report at bugs.clamav.net and attach the HTML file if possible. Thanks for your quick reply, bug has been filed: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2764 bye lukn

[clamav-users] Create md5 sig from HTML file

2011-04-29 Thread lukn
Dear Clamav-List I'm trying to build an md5-sigs from HTML-files. My procedure is as follows: mkdir /tmp/clamsig cd /tmp/clamsig sigtool --html-normalise=/data/foo.html mv nocomment.html foo.html sigtool --md5 foo.html /tmp/htmlfiles.hdb Then I verified the file using clamscan

Re: [clamav-users] Create md5 sig from HTML file

2011-04-29 Thread Tomasz Kojm
On Fri, 29 Apr 2011 15:22:16 +0200 lukn lukn...@gmail.com wrote: Dear Clamav-List I'm trying to build an md5-sigs from HTML-files. My procedure is as follows: mkdir /tmp/clamsig cd /tmp/clamsig sigtool --html-normalise=/data/foo.html mv nocomment.html foo.html sigtool --md5 foo.html