Hi again

I was able to find the error (I think).

I have installed amavis-0.2.0-pre6-clm-rl-4 and McAfee.

The problem was that if qmail-local-real reported an error, this
errorcode was not reported by qmail-local (which is a link
to /usr/sbin/scanmails).

I made this changes to scanmails:

1208,1209d1207
< rc=0
< 
1231d1228
<     rc=$?
1259c1256
< exit $rc
---
> exit 0



In this way scanmails will report errorcodes from qmail-local-real.
-- 
/hans

Reply via email to