Gregorics,

> I'm having a slight problem with my amavisd-new installation. I'm using
> the nod32 av scanner with amavis, and sometimes mails generate such
> error logs:
>
> Jun 18 11:26:32 zeusz amavis[9766]: (09766-07) (!!) run_av (ESET
> Software NOD32 Command Line Interface v 2.52) FAILED - unexpected exit
> 3, output="...
[...]
> clean\n/var/lib/amavis/tmp/amavis-20070618T112128-09766/parts/p010 ->
> MIME -> : info="error occurred while reading archive""

The nod32cli entry in @av_scanners declares status 0 as ok,
1 and 2 as infected, anything else is an error:
  [0], [1,2]

If nod32cli is returning status 3, and you consider it not an error,
you may add the 3 to the first (clean) or the second (infected) list
of status values, e.g:
  [0,3], [1,2]

> I contacted nod32 support and they suggested that it's amavis' fault
> ("it could happen with open source softwares"), because it can not
> extract the mail properly. They suggested leaving out amavis from the
> delivery chain, but thats clearly not an option for us.

If you run nod32cli on the parts/p010 file (which looks like
some kond of an archive), are you saying that it does not return
a status 3?

  Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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