https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7629

Amir Caspi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Amir Caspi <[email protected]> ---
(In reply to Marcel from comment #9)
> I did up some test RPMs for Spamassassin 3.4.2 on Centos 7 and I'm seeing
> the same thing (spamd is running with --daemonize).

I'm seeing the line 1595 error as well, on a brand-new CentOS 7 system with SA
3.4.2 installed via FC27 SRPM (since EPEL is lagging behind).  Using spamd
per-user via procmail (no amavisd):

[root@server ~]# grep uninitialized /var/log/maillog
# NOTE: these are excerpts, not all log lines shown
Mar 24 03:28:30 server spamd[27147]: Use of uninitialized value $( in
concatenation (.) or string at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util.pm line 1595, <GEN15> line
55.
Mar 24 03:28:35 server spamd[27149]: Use of uninitialized value $( in
concatenation (.) or string at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util.pm line 1595.
Mar 25 03:45:36 server spamd[11238]: Use of uninitialized value $( in
concatenation (.) or string at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util.pm line 1595, <GEN13> line
55.


System info:

[root@server ~]# cat /etc/procmailrc 
:0 fw
| /usr/bin/spamc -u "${LOGNAME}" -s 1500000

[root@server ~]# cat /etc/sysconfig/spamassassin 
# Options to spamd
SPAMDOPTIONS="--max-conn-per-child=1 -c -m5 -H"

[root@server ~]# cat /etc/redhat-release 
CentOS Linux release 7.6.1810 (Core) 

[root@server ~]# perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for
x86_64-linux-thread-multi
(with 39 registered patches, see perl -V for more detail)


Anything I can check to help debug this?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to