RE: [Qmail-scanner-general]File::Scan patch

2004-08-18 Thread Hine,Chris
> > Jorge Valdes posted on 2004-06-29 instructions to add > > scanning using the > > File::Scan perl module (available via CPAN) to qmail-scanner. > > > > I have taken his instructions and created a patch which > > includes configure support for q-s-1.23. > > Small problem. Needs to be recursiv

Re: [Qmail-scanner-general]File::Scan patch

2004-08-05 Thread Jason Haar
On Wed, Aug 04, 2004 at 05:10:57PM +0100, Hine,Chris wrote: > Jorge Valdes posted on 2004-06-29 instructions to add scanning using the > File::Scan perl module (available via CPAN) to qmail-scanner. > > I have taken his instructions and created a patch which includes configure > support for q-s-1.

[Qmail-scanner-general]File::Scan patch

2004-08-04 Thread Hine,Chris
Jorge Valdes posted on 2004-06-29 instructions to add scanning using the File::Scan perl module (available via CPAN) to qmail-scanner. I have taken his instructions and created a patch which includes configure support for q-s-1.23. Hope this is useful to someone. Chris Hine qs-filescan-1.23.pa

[Qmail-scanner-general]File::Scan (2)

2004-06-29 Thread Jorge Valdes
Oops, I Forgot the following To get the scaner version, the following must me added to the scan_queue subroutine: --BEGIN-- } elsif ($scanner eq 'filescan') { my $fs = File::Scan->new(); my $fv = $fs->VERSION; $SCANINFO .= "File::Scan: $fv. "; --END-- -- Jorge Valdes IT

[Qmail-scanner-general]File::Scan

2004-06-29 Thread Jorge Valdes
Hi, I have File::Scan working with my qmail-scanner-queue.pl (v1.21) working and its a lot faster than ClamAV at detecting its _small_ database of viruses. All that needs to be done is: 1.- Add "use File::Scan;" in the Site-Specific Settings 2.- Add "filescan_scanner" to the @scanner_array 3.- In