The newer clamav (0.80 I think) changed the way some things are done.
Here's my line for how it's called which works quite nicely:

  my $cmd = $self->{_clamscan_loc}." --stdout --disable-summary $filename
2>&1";

The -i has been deprecated.

On 2/14/05 4:16 PM, "Michael Holzt" <[EMAIL PROTECTED]> wrote:

> It seems that the invocation of clamav in the current plugin is using
> deprecated parameters:
> 
> Feb 14 23:00:53 zeus qpsmtpd: WARNING: Ignoring option -i: please edit
> clamd.conf instead.
> Feb 14 23:00:53 zeus qpsmtpd: WARNING: Ignoring option --max-recursion: please
> edit clamd.conf instead.
> 
> I was able to put recursion into the conffile, but i can not find out what
> the '-i' option is for.
> 
> Regards
> Michael

Reply via email to