Well, it's been discussed a few month before and it seems you need to set memory_treshold to 0 for the files <10k to be written to the spool_dir. It does not seem to work, howerver in my case.

Oscar Retana wrote:
For me "clamav" is not working either. What I'm getting is:

virus::clamav plugin: didn't get a filename

Seems that $transaction->body_filename is emtpy when the "clamav" plug-in runs:

my $filename = $transaction->body_filename;
unless (defined $filename) {
  $self->log(LOGWARN, "didn't get a filename");
  return DECLINED;
}

I'm using 0.30, any idea? I don't think it might be related to permissions problems.




Reply via email to