On Fri, Aug 29, 2003 at 12:35:33PM +1200, Jason Haar wrote:
> 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 :-)
> 

I'm looking for conclusion :)

What patches do I need to add to qmail-scanner 1.20 (rc) ?

Is the above change only thing I need to be able to use f-secure 4.5x
without problems?


-- Pasi Kärkkäinen
       
                                   ^
                                .     .
                                 Linux
                              /    -    \
                             Choice.of.the
                           .Next.Generation.


-------------------------------------------------------
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