Re: [clamav-users] filename ignore uppercase

2013-09-23 Thread Steve Basford
On 17/09/2013 20:05, Alejandro Rodriguez wrote: How I can ignore uppercase in a filename. Right now i´m using foxhole_all.cdb to block .exe files inside .zip archives However if the zip contain archive.EXE (in uppercase) the scan miss. Hi, Sorry for the delay, been away for a few days.

[clamav-users] filename ignore uppercase

2013-09-17 Thread Alejandro Rodriguez
How I can ignore uppercase in a filename. Right now i´m using foxhole_all.cdb to block .exe files inside .zip archives However if the zip contain archive.EXE (in uppercase) the scan miss. Sanesecurity.Foxhole.Zip_exe:CL_TYPE_ZIP:*:\.exe$:*:*:*:*:*:* thx A

Re: [clamav-users] filename ignore uppercase

2013-09-17 Thread Alejandro Rodriguez
I try /\.exe$/i ?i.exe$ without success So the question is. How I set a a case-insensitivity flag for the expression in clamav? El 17/09/2013 14:51, Bowie Bailey escribió: On 9/17/2013 3:47 PM, Douglas Goddard wrote: On Tue, Sep 17, 2013 at 3:05 PM, Alejandro Rodriguez

Re: [clamav-users] filename ignore uppercase

2013-09-17 Thread Bowie Bailey
On 9/17/2013 3:47 PM, Douglas Goddard wrote: On Tue, Sep 17, 2013 at 3:05 PM, Alejandro Rodriguez arodrig...@b2ec.netwrote: How I can ignore uppercase in a filename. Right now i´m using foxhole_all.cdb to block .exe files inside .zip archives However if the zip contain archive.EXE (in

Re: [clamav-users] filename ignore uppercase

2013-09-17 Thread Douglas Goddard
It is a regular expression. So you could replace exe with something like (exe|EXE) to detect both uppercase and lowercase. - Doug On Tue, Sep 17, 2013 at 3:05 PM, Alejandro Rodriguez arodrig...@b2ec.netwrote: How I can ignore uppercase in a filename. Right now i´m using foxhole_all.cdb to