On Thu, Aug 28, 2003 at 10:40:29AM +0200, Marcello Lupo wrote:
> Hi,
> remember too the exit status 9 when f-secure 4.50 and newer find a password 
> protected zip file. It cause the email to be lost.
> I think may be interesting to catch the output of the F-secure and to let this 
> mails to pass through.

Please be careful what you say: - the mail is NOT lost. An error occured,
and the process calling Qmail was informed. In the case of a SMTP client
connection, they see a temp failure and try again later.

This would not help in this case. The problem is that the newer f-secure has
changed the exit codes so that this case is read as an error instead of
something that can be carried on from.

In sub-fsecure.pl replace

if ( $fsecure_status > 0 ) {

with

if ( $fsecure_status !~ /^(0|9)$/ ) {

and reconfigure Q-S. All should be well again :-)


-- 
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to