... and I see you have just added this to build 1.0.04. Thank you.

-----Original Message-----
From: Steve Moss 
Sent: Thursday, April 02, 2009 3:22 PM
To: 'ASSP development mailing list'
Subject: RE: [Assp-test] Antwort: Re: Antwort: Re: ASSP 1.5.1.1 Builds
0.1.16 to1.0.0 All Bad

>         my ($virusname) = $res =~ $FSRESPRE;
>         ($virusname) = $res =~ /$FileScanRespRe/ unless $virusname;
>         $virusname = 'a virus' unless $virusname;
>         $this->{averror}=$AvError;
>         $this->{averror}=~s/\$infection/$virusname/gi;
> 
> this should be the current code in this lines - and this works!

But it is *not* the current code. No version of ASSP 1.5.1.x has ever
had this code.


-----Original Message-----
From: Thomas Eckardt/eck [mailto:[email protected]] 
Sent: Thursday, April 02, 2009 12:47 PM
To: ASSP development mailing list
Subject: [Assp-test] Antwort: Re: Antwort: Re: ASSP 1.5.1.1 Builds
0.1.16 to1.0.0 All Bad

        my ($virusname) = $res =~ $FSRESPRE;
        ($virusname) = $res =~ /$FileScanRespRe/ unless $virusname;
        $virusname = 'a virus' unless $virusname;
        $this->{averror}=$AvError;
        $this->{averror}=~s/\$infection/$virusname/gi;

this should be the current code in this lines - and this works!

Thomas




"Steve Moss" <[email protected]> 
02.04.2009 13:31
Bitte antworten an
ASSP development mailing list <[email protected]>


An
"ASSP development mailing list" <[email protected]>
Kopie

Thema
Re: [Assp-test] Antwort: Re: ASSP 1.5.1.1 Builds 0.1.16 to 1.0.0 All Bad






>> This should work - please post you setup for FileScan and AvError. <<

The issue is not related to my (or anyone else's) setup. See your faulty
code here:

        ...
        my ($virusname) = $res =~ $FSRESPRE;
        my ($virusname) = $res =~ /$FileScanRespRe/ unless $virusname;
        $virusname = 'a virus' unless $virusname;
        $this->{averror}=$AvError;
        $this->{averror}=~s/\$infection/a virus/gi;
        ...

You get the virus name into variable $virusname, but then ignore it and
instead use $infection (which has no content). I did report this some
time ago, but you never responded.


-----Original Message-----
From: Thomas Eckardt/eck [mailto:[email protected]] 
Sent: Thursday, April 02, 2009 12:14 PM
To: ASSP development mailing list
Subject: [Assp-test] Antwort: Re: ASSP 1.5.1.1 Builds 0.1.16 to 1.0.0
All Bad

>The DoFileScan
>code is *still* faulty in other respects - I also reported the issue of
>the code erroneously using $virusname and $infection variables,
>resulting in bad SMTP errors returned to MTAs sending viruses, but this
>also remains un-fixed.

This should work - please post you setup for FileScan and AvError.

Thomas





"Steve Moss" <[email protected]> 
01.04.2009 19:32
Bitte antworten an
ASSP development mailing list <[email protected]>


An
"ASSP development mailing list" <[email protected]>
Kopie

Thema
Re: [Assp-test] ASSP 1.5.1.1 Builds 0.1.16 to 1.0.0 All Bad






> I've been having no restarts on Windows.

It (only) happens when DoFileScan is enabled. These $ThreadYield() calls
were eliminated after I reported them as bad in earlier beta versions,
but for some unknown reason they have been put back in. The DoFileScan
code is *still* faulty in other respects - I also reported the issue of
the code erroneously using $virusname and $infection variables,
resulting in bad SMTP errors returned to MTAs sending viruses, but this
also remains un-fixed.

-----Original Message-----
From: Paul Houlbrooke [mailto:[email protected]] 
Sent: Wednesday, April 01, 2009 5:54 PM
To: ASSP development mailing list
Subject: Re: [Assp-test] ASSP 1.5.1.1 Builds 0.1.16 to 1.0.0 All Bad

Steve Moss wrote:
> Builds 0.1.16, 0.1.17 and 1.0.0 are all bad - they again call an
> undeclared function called $ThreadYield(), causing constant exceptions
> and restarts. Doesn't anyone actually test this stuff??
> 

I've been having no restarts on Windows.




------------------------------------------------------------------------
------
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential,
legally 
privileged and protected in law and are intended solely for the use of
the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************



------------------------------------------------------------------------
------
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test



DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential,
legally 
privileged and protected in law and are intended solely for the use of
the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************



------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to