Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Philipp Ewald
just saw this error: Feb 5 14:19:46.438 [6998] warn: rules: failed to compile Mail::SpamAssassin::Plugin::Check::_head_tests_0_4, skipping: Feb 5 14:19:46.438 [6998] warn: (Global symbol "$Blat" requires explicit package name (did you forget to declare "my $Blat"?) at /etc/spamassassin/70_zmi

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Damian
That is strange. Do you have a copy of that file? Is it identical to [1]? What exact SA codebase is this; linux-distribution package, CPAN, other? > Feb  5 14:19:46.438 [6998] warn:  (Global symbol "$Blat" requires > explicit package name (did you forget to declare "my $Blat"?) at > /etc/spamassas

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Philipp Ewald
That is strange. Do you have a copy of that file? Is it identical to [1] no really... i have remove all lines with starting "#" sed -i '/^#.*/d' /etc/spamassassin/70_zmi_german.cf File comes from: http://sa.zmi.at/sa-update-german/402.tar.gz linux-distribution package, CPAN, other? Debian 9.1

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Henrik K
The error can only happen if there was unquoted $ in regex. header __ZMIfish_ForgedBill01 Message-ID =~ /$Blat.v3/ Newer 3.4.4 don't care about such things, you should upgrade asap since there are vulnerabilities. On Wed, Feb 05, 2020 at 04:08:43PM +0100, Philipp Ewald wrote: > >That is str

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Damian
So this must have been an old version of the file, the current regex is quoted. Also Stretch has backported 3.4.4 fixes, but maybe Philipp did not include debian-security sources? > The error can only happen if there was unquoted $ in regex. > > header __ZMIfish_ForgedBill01 Message-ID =~ /$Blat.

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Matus UHLAR - fantomas
On 05.02.20 17:18, Henrik K wrote: The error can only happen if there was unquoted $ in regex. header __ZMIfish_ForgedBill01 Message-ID =~ /$Blat.v3/ Newer 3.4.4 don't care about such things, you should upgrade asap since there are vulnerabilities. the OP reported using debian, which has th

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Henrik K
On Wed, Feb 05, 2020 at 04:55:33PM +0100, Matus UHLAR - fantomas wrote: > On 05.02.20 17:18, Henrik K wrote: > >The error can only happen if there was unquoted $ in regex. > > > >header __ZMIfish_ForgedBill01 Message-ID =~ /$Blat.v3/ > > > >Newer 3.4.4 don't care about such things, you should upg

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Matus UHLAR - fantomas
On 05.02.20 17:18, Henrik K wrote: >The error can only happen if there was unquoted $ in regex. > >header __ZMIfish_ForgedBill01 Message-ID =~ /$Blat.v3/ > >Newer 3.4.4 don't care about such things, you should upgrade asap since >there are vulnerabilities. On Wed, Feb 05, 2020 at 04:55:33PM +

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Philipp Ewald
Thanks for help! Notice: same mail on Debian 10 Server Rule dont hit spamassassin -V SpamAssassin version 3.4.2 running on Perl version 5.28.1 on this server i have installed updates Debian 9.11 Server which rule was hit: # damn this sounds so wrong spamassassin -V SpamAssassin version

Re: [SPAM] Re: REPLYTO_WITHOUT_TO_CC

2020-02-05 Thread Matus UHLAR - fantomas
Notice: same mail on Debian 10 Server Rule dont hit spamassassin -V SpamAssassin version 3.4.2 running on Perl version 5.28.1 On 05.02.20 17:38, Philipp Ewald wrote: on this server i have installed updates apparently not enough... Debian 9.11 Server which rule was hit: # damn this soun