On 3 Sep 2007, at 17:02, Henrik Krohns wrote: >> >> Same problem I saw. The regexp built by the PhishingScanURLs option >> appears to upset the Solaris regexp library, but not the Linux or OSX >> versions. I've got a more serious look at the problem on my list of >> jobs to do, but for now I just turned the option off. > > I wonder if it could be fixed by just compiling with (posix)PCRE > instead?
That looks promising. I've compiled a test copy of clamav with LIBS=-lpcreposix LDFLAGS='-L/usr/local/lib -R/usr/local/lib' ./ configure --enable-milter Referring to my testcase with the installed version: dmzsrv-4.ftel.co.uk# /usr/local/bin/clamscan /var/tmp/spins-clamav [[ makes cup of coffee, returns to desk, still silent, hits ^C ]] But with the newly compiled version: dmzsrv-4.ftel.co.uk# ./clamscan /var/tmp/spins-clamav /var/tmp/spins-clamav: Html.Phishing.Bank.Sanesecurity.05111800 FOUND ----------- SCAN SUMMARY ----------- Known viruses: 185589 Engine version: 0.91.2 Scanned directories: 0 Scanned files: 1 Infected files: 1 Data scanned: 0.00 MB Time: 5.226 sec (0 m 5 s) dmzsrv-4.ftel.co.uk# Of course, we don't know what else it might break, but it should be a reasonably safe thing to check... ian _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
