Re: score sender domains with 4+ chars in TLD?

2020-06-12 Thread Martin Gregorie
You can easily update the rbldnsd zone data (just write/update the > data file, no need to restart spamd) and could create a custom scoring > value based on the DNS data (EG 127.0.0.2 for really 'good' TLDs, > 127.0.0.4 for 'so-so' and 127.0.0.8 > for truely spammy names). > A blocklist system

Re: score sender domains with 4+ chars in TLD?

2020-06-12 Thread Benny Pedersen
On 2020-06-13 03:02, Dave Funk wrote: This sounds like a perfect application for a custom DNS-bl lookup/list. Create a local custom rbldnsd server "dnset" zone from a data file with your blessed TLDs, then a rule doing a rbl check using the hostname from the From address with custom scoring.

Re: score sender domains with 4+ chars in TLD?

2020-06-12 Thread Dave Funk
On Sat, 13 Jun 2020, RW wrote: On Fri, 12 Jun 2020 09:22:40 -0400 AJ Weber wrote: I want to try adding a score for a sender whose address uses a TLD with > 3 chars. I realize there are some legit ones, but I'm going to test it with a low score and see what it catches. What I did was grep

Re: score sender domains with 4+ chars in TLD?

2020-06-12 Thread RW
On Fri, 12 Jun 2020 09:22:40 -0400 AJ Weber wrote: > I want to try adding a score for a sender whose address uses a TLD > with > 3 chars. > > I realize there are some legit ones, but I'm going to test it with a > low score and see what it catches. What I did was grep my mail for TLDs seeen

Re: UTF-7 emails

2020-06-12 Thread RW
On Fri, 12 Jun 2020 15:01:11 +0100 Nix wrote: > On 5 May 2020, Bill Cole outgrape: > > > Apparently Evolution supports UTF-7 and can be set to use it with > > the user being unaware of it. > > Probably user error -- UTF-7 is right below UTF-8 in the list of > encodings supported by the

Re: UTF-7 emails

2020-06-12 Thread @lbutlr
On 12 Jun 2020, at 08:01, Nix wrote: > On 5 May 2020, Bill Cole outgrape: >> Apparently Evolution supports UTF-7 and can be set to use it with the user >> being unaware of it. > > Probably user error -- UTF-7 is right below UTF-8 in the list of encodings > supported by the composer, so it's

Re: score sender domains with 4+ chars in TLD?

2020-06-12 Thread AJ Weber
Cool.  Thanks. On 6/12/2020 11:04 AM, Kris Deugau wrote: AJ Weber wrote: I want to try adding a score for a sender whose address uses a TLD with  > 3 chars. I realize there are some legit ones, but I'm going to test it with a low score and see what it catches. Is it just something like:

Re: score sender domains with 4+ chars in TLD?

2020-06-12 Thread Kris Deugau
AJ Weber wrote: I want to try adding a score for a sender whose address uses a TLD with > 3 chars. I realize there are some legit ones, but I'm going to test it with a low score and see what it catches. Is it just something like: header   From =~   /\.\w{4,}$/ You'll probably want to use

Re: Mail::SpamAssassin::Plugin::DCC error on spamd start: util: refusing to untaint suspicious path: "${exec_prefix}/lib" ?

2020-06-12 Thread Nix
On 11 Jun 2020, PGNet Dev outgrape: > for anyone interested, it appears the config, as advised, is a bit of a mess > > using _explicit_ config of > >./configure \ >--with-installroot=/ \ > --mandir=/usr/local/man \ > --bindir=/usr/local/bin \ >

Re: UTF-7 emails

2020-06-12 Thread Nix
On 5 May 2020, Bill Cole outgrape: > Apparently Evolution supports UTF-7 and can be set to use it with the > user being unaware of it. Probably user error -- UTF-7 is right below UTF-8 in the list of encodings supported by the composer, so it's easy to aim for UTF-8, hit UTF-7 and whoops...

score sender domains with 4+ chars in TLD?

2020-06-12 Thread AJ Weber
I want to try adding a score for a sender whose address uses a TLD with > 3 chars. I realize there are some legit ones, but I'm going to test it with a low score and see what it catches. Is it just something like: header   From =~   /\.\w{4,}$/ Thanks in advance. - AJ