Re: [Exim] ExiScan 4.14-26 issue with nested ZIP archives

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tom Kistner
Päiväys:  
Vastaanottaja: Michael Jakscht
Kopio: exim-users
Aihe: Re: [Exim] ExiScan 4.14-26 issue with nested ZIP archives
Michael Jakscht wrote:

> This attachment is a ZIP file with nested zip-files included (as far as I
> could see
> 3 times nested).


> Apr 10 10:20:21 mail exim[3375]: 2003-04-10 10:20:21 193XI9-0000sR-Gc
> temporarily rejected by exiscan(): Temporary local problem (no more chunks
> for av_buffer allowed).


The scanner output must be rather huge. What scanner are you using ?

If it is a command line scanner, you can try to squelch it with a
command line option.

If it is kavdaemon (who can be extremely verbose), edit exiscan.h and
edit the AV_BUFFER #defines like this:

#define AV_BUFFER_INIT_CHUNK 131072
#define AV_BUFFER_MAX_CHUNKS 16

Then recompile. :)


regards,

/tom