Hi all,
If anyhow possible you should consider to not switch openssl to version
3.0.x. There are currently too many openssl related perl modules at CPAN,
which can't be compiled using openssl v3.
ASSP seems not to be affected by any of these incompatible modules!
Thomas
DISCLAIMER:
*
Hi all,
the development of assp V2 is switched to perl version 5.36.0.
The latest available assp version 2.6.8 build 22125 still shows a hint at
startup that perl 5.36 is too new - but works.
The next build will accept perl 5.36.x and will fix some minor 5.36
warnings.
There is no need to up
>However, if you add scoring to it:
>(?:^|\n)from:\s*_+=>1.5
>ASSP rejects it as invalid Regex.
THIS IS EXPECTED!!!
copied from the bottom of my post
>> in your bombHeaderRe the line should be:
>>
>> ~(?:^|\n)from:\s*_+~=>60
>>
>> the tilds are required in assp because of the used pipe (|) i