You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by asparks <as...@doublesparks.net> on 2022/04/29 16:12:24 UTC

compat_welcomelist_blocklist errors in latest update

OK, up front I know this is an old version of SA, but wondering if 
there's a solution until I can get SA upgraded someday.  Last couple of 
days I've received the following errors from sa-update:

config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 471) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 475) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 479) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 483) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 487) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 491) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 495) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 502) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 504) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 511) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 516) line 1, near ""has" ( "
config: error in if - ! "has" ( 
"Mail::SpamAssassin::Conf::compat_welcomelist_blocklist" ) : syntax 
error at (eval 517) line 1, near ""has" ( "

Is there anything I can do to fix these on SA 3.3.1?  Thanks in advance.
-Alan

Re: compat_welcomelist_blocklist errors in latest update

Posted by asparks <as...@doublesparks.net>.
On 2022-04-29 10:18, Henrik K wrote:
> 
> Already committed a fix to replace has() with can() in rules, will be 
> live
> in a few days..

Thank you!
-Alan

Re: compat_welcomelist_blocklist errors in latest update

Posted by Henrik K <he...@hege.li>.
On Fri, Apr 29, 2022 at 10:12:24AM -0600, asparks wrote:
>
> Is there anything I can do to fix these on SA 3.3.1?  Thanks in advance.
> -Alan

Already committed a fix to replace has() with can() in rules, will be live
in a few days..