Re: Match sending IP rdns name?

2025-06-30 Thread Philip Prindeville via users
> On Jun 24, 2025, at 7:42 AM, Benoit Panizzon wrote: > > Hi Bill > >> Note that there are also subsets of Received headers with fields parsed >> out that you can use, see `perldoc Mail::SpamAssassin::PerMsgStatus` for >> a discussion of all of the available "pseudo-headers." There are >>

Re: More Sendgrid trouble?

2025-05-07 Thread Philip Prindeville via users
> On Sep 29, 2022, at 11:26 AM, Greg Troxel wrote: > > > Kris Deugau writes: > >> The Bayes result is not great, but the USER_IN_DEF_*_WL hits between >> them account for most of that negative score anyway. > > With dkim-signed spam, I think the only two paths forward are: > - hope they f

Deprecated Perl support from Maxmind

2025-03-10 Thread Philip Prindeville via users
What are other people doing now that MaxMind has deprecated Perl support for their databases?

Re: Order of handling whitelist/blacklist

2024-03-28 Thread Philip Prindeville via users
> On Mar 28, 2024, at 12:18 PM, Matus UHLAR - fantomas > wrote: > >>> On 27.03.24 20:56, Philip Prindeville via users wrote: >>>> I have something that looks like: >>>> >>>> whitelist_from_rcvd v...@yandex.ru vger.kernel.org >>&g

Re: Order of handling whitelist/blacklist

2024-03-28 Thread Philip Prindeville via users
> On Mar 28, 2024, at 12:18 PM, Matus UHLAR - fantomas > wrote: > >>> On 27.03.24 20:56, Philip Prindeville via users wrote: >>>> I have something that looks like: >>>> >>>> whitelist_from_rcvd v...@yandex.ru vger.kernel.org >>&g

Re: Order of handling whitelist/blacklist

2024-03-28 Thread Philip Prindeville via users
> On Mar 28, 2024, at 2:39 AM, Matus UHLAR - fantomas wrote: > > On 27.03.24 20:56, Philip Prindeville via users wrote: >> I have something that looks like: >> >> whitelist_from_rcvd v...@yandex.ru vger.kernel.org >> >> blacklist_from *@yandex.ru >

Order of handling whitelist/blacklist

2024-03-27 Thread Philip Prindeville via users
Hi. I have something that looks like: whitelist_from_rcvd v...@yandex.ru vger.kernel.org blacklist_from *@yandex.ru And I only ever seem to see the 2nd rule being hit, but not the first. What is the order of evaluation? Mail::SpamAssassin::Conf doesn't say that I