Bill,

> 451 4.5.0 Error in processing,
> id=29363-02, virus_scan FAILED: virus_scan: ALL VIRUS SCANNERS FAILED:
> ClamAV-clamscan av-scanner FAILED: Not a CODE reference at (eval 87)
> line 403, <GEN54> line 65.;

> @av_scanners_backup = (
>
> ### http://www.clamav.net/   - backs up clamd or Mail::ClamAV
> ['ClamAV-clamscan', 'clamscan',
>   "--stdout --no-summary -r --tempdir=$TEMPBASE {}", [0], [1],
                                                            ^^^^^
>   qr/:.*\sFOUND$/, qr/^.*?: (?!Infected Archive)(.*) FOUND$/m ],
> );

One argument too many.

Either use [1] or qr/:.*\sFOUND$/, you can't have both
in that position.

  Mark

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
AMaViS-user mailing list
[email protected] 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to