Re: Use of uninitialized value $r in scalar chomp at /usr/local/share/perl/5.26.1/File/Scan/ClamAV.pm line 224

2020-01-09 Thread Henrik K
On Fri, Jan 10, 2020 at 12:56:30AM -0500, Bill Cole wrote: > > SA is designed to aggregate a lot of independent imperfect criteria for > judging mail as spam or ham into a single numeric score, while AV is > designed to make a highly accurate binary judgment. That's a bit binary way to look at it

Re: Use of uninitialized value $r in scalar chomp at /usr/local/share/perl/5.26.1/File/Scan/ClamAV.pm line 224

2020-01-09 Thread Bill Cole
On 9 Jan 2020, at 17:32, Chris wrote: Since upgrading my Ubuntu 18.04.3 to ClamAV version 0.102.1 yesterday I've been seeing this in my syslog: spamd[2455]: Use of uninitialized value $r in scalar chomp at /usr/local/share/perl/5.26.1/File/Scan/ClamAV.pm line 224 spamd[2455]: Use of uninitiali

Re: rpm of centos

2020-01-09 Thread Amir Caspi
On Jan 9, 2020, at 6:59 PM, Rick Gutierrez wrote: > > Hi everyone, someone from the list who can share the rpm of the > latest version of spamassassin for centos 7 and 6 of x64, I want to > update to the latest version and I can't find the rpm. SA 3.4.2 is available for Fedora, and you can bui

Re: How to block reverse hostname

2020-01-09 Thread Benny Pedersen
Marc Roos skrev den 2020-01-09 21:30: How to mark all messages from *hostwindsdns.com server? 192.236.198.0 http://multirbl.valli.org/lookup/192.236.198.0.html dont block random reverse add more rbls or rhsbl to spamassassin http://multirbl.valli.org/list/ be carefull with testing

rpm of centos

2020-01-09 Thread Rick Gutierrez
Hi everyone, someone from the list who can share the rpm of the latest version of spamassassin for centos 7 and 6 of x64, I want to update to the latest version and I can't find the rpm. thank -- rickygm http://gnuforever.homelinux.com

Re: unmark message sieve script

2020-01-09 Thread Benny Pedersen
Marc Roos skrev den 2020-01-09 21:18: Maybe some solution that works with roundcube and managesieve? https://wiki2.dovecot.org/HowTo/AntispamWithSieve google keywords "dovecot wiki sieve roundcube" :=)

Use of uninitialized value $r in scalar chomp at /usr/local/share/perl/5.26.1/File/Scan/ClamAV.pm line 224

2020-01-09 Thread Chris
Since upgrading my Ubuntu 18.04.3 to ClamAV version 0.102.1 yesterday I've been seeing this in my syslog: spamd[2455]: Use of uninitialized value $r in scalar chomp at /usr/local/share/perl/5.26.1/File/Scan/ClamAV.pm line 224 spamd[2455]: Use of uninitialized value $r in pattern match (m//) at /u

How to block reverse hostname

2020-01-09 Thread Marc Roos
How to mark all messages from *hostwindsdns.com server? 192.236.198.0 192.236.198.1 192.236.198.2 client-192-236-198-2.hostwindsdns.com. 192.236.198.3 client-192-236-198-3.hostwindsdns.com. 192.236.198.4 client-192-236-198-4.hostwindsdns.com. 192.236.198.5 client-192-236-198-5.hostwinds

unmark message sieve script

2020-01-09 Thread Marc Roos
What options are available to 'unmark' a spam message. I have some frontend servers that are marking mail from eg. mailchimp as spam. But some users want to unmark a newsletter email or so. Maybe some solution that works with roundcube and managesieve?