spamhaus / spamassassin-dqs

Spamhaus code for the Spamassassin plugin. See https://docs.spamhaustech.com/40-real-world-usage/SpamAssassin/000-intro.html
Apache License 2.0
54 stars 15 forks source link

getting "Use of uninitialized value in concatenation" error #32

Closed UnP1u9 closed 3 years ago

UnP1u9 commented 3 years ago

Hi Team, I was configuring Spamhaus with SpamAssassin version 3.4.4 and started getting bellow error, previously is was working fine, just started to get this error today.

Jan 29 07:37:54.893 [5433] warn: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/SH.pm line 824. Jan 29 07:37:54.894 [5433] warn: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/SH.pm line 824. Jan 29 07:37:54.953 [5433] warn: Use of uninitialized value in concatenation (.) or string at /etc/mail/spamassassin/SH.pm line 824.

Thanks.

ricalfieri commented 3 years ago

I can't reproduce the error with SA 3.4.4. Are you sure you are using the latest version of the plugin? Did this error happen while doing a --lint?

UnP1u9 commented 3 years ago

Hi, I was getting this on debug mode, reinstalled SpamAssassin and it is working fine now.

Thanks