Re: Managing long welcome_senders list

2021-12-03 Thread Henrik K
Shameless plug: https://mailfud.org/postpals/ On Fri, Dec 03, 2021 at 12:55:59PM +, Martin Gregorie wrote: > For Dominic Raferd: > > Another approach also works for me: if you can automatically capture the > addresses you've sent mail to, these addresses make a perfect, self- >

Re: Managing long welcome_senders list

2021-12-03 Thread Martin Gregorie
For Dominic Raferd: Another approach also works for me: if you can automatically capture the addresses you've sent mail to, these addresses make a perfect, self- maintaining whitelist. If you're running Postfix then you can use its automatic BCC option to feed a copy of all mail, including

Re: Managing long welcome_senders list

2021-12-03 Thread Dominic Raferd
On 02/12/2021 16:26, Martin Gregorie wrote: On Thu, 2021-12-02 at 13:42 +, Dominic Raferd wrote: I have a score-reducing algorithm for SA based on known 'good' senders.  From a simple one-address-per-line file (which can easily be manually or automatically edited) is built a

Re: Managing long welcome_senders list

2021-12-02 Thread Martin Gregorie
On Thu, 2021-12-02 at 13:42 +, Dominic Raferd wrote: > I have a score-reducing algorithm for SA based on known 'good' senders. >  From a simple one-address-per-line file (which can easily be manually > or automatically edited) is built a local_welcoming.cf file which is > used by SA - with

Re: Managing long welcome_senders list

2021-12-02 Thread John Hardin
On Thu, 2 Dec 2021, Dominic Raferd wrote: I have a score-reducing algorithm for SA based on known 'good' senders. From a simple one-address-per-line file (which can easily be manually or automatically edited) is built a local_welcoming.cf file which is used by SA - with lines like this:

Re: Managing long welcome_senders list

2021-12-02 Thread Benny Pedersen
On 2021-12-02 14:42, Dominic Raferd wrote: Thanks for any suggestions. +1 https://spamassassin.apache.org/full/3.4.x/doc/Mail_SpamAssassin_Conf.html see enlist_addrlist, easy to maintain, does imho what you want

Re: Managing long welcome_senders list

2021-12-02 Thread Shawn Iverson
You can break up the rule into multiple rules and use a meta rule, definitely more readable and gives you some flexibility as well as more information when debugging rules and timing things. header __WELCOMING_LIST1 From =~ ... header __WELCOMING_LIST2 From =~ ... score LOCAL_WELCOMING_4 -4 meta

Managing long welcome_senders list

2021-12-02 Thread Dominic Raferd
I have a score-reducing algorithm for SA based on known 'good' senders. From a simple one-address-per-line file (which can easily be manually or automatically edited) is built a local_welcoming.cf file which is used by SA - with lines like this: score LOCAL_WELCOMING_4 -4 header