Re: SPF plugin ignores existing Authentication-Results

2021-05-17 Thread David Bürgin
David Bürgin: I remember asking here if SpamAssassin is able to use these instead of doing its own SPF queries. Now with debug logging on, I see that SpamAssassin isn’t actually using these results: ... Is this a bug in the SPF plugin? Do I need to set something in my config? I’m using

SPF plugin ignores existing Authentication-Results

2021-05-17 Thread David Bürgin
I use a separate SPF component (https://crates.io/crates/spf-milter). It conveys SPF results for both HELO and MAIL FROM identity, each in its own Authentication-Results header: Authentication-Results: mail.gluet.ch; spf=fail smtp.mailfrom=bounces.amazon.co.jp Authentication-Results:

Re: [Help] bodyre in hashbl

2021-05-17 Thread Henrik K
On Mon, May 17, 2021 at 07:12:47PM +0300, Henrik K wrote: > > Or check the replace_tags in 25_replace.cf, there's ready templates for > characters (but they match some commonly obfuscated variants too). And yeah sorry, these won't work with HashBL, it's just for basic rules..

Re: [Help] bodyre in hashbl

2021-05-17 Thread Henrik K
On Mon, May 17, 2021 at 03:02:57PM +0200, Marco wrote: > > So I have to add the accented character literally. > I can't understand why. Are there any limitation in Hashbl plugin with UTF8? > Maybe I have misunderstood something. SA doesn't support UTF8 regex. It's just matching plain byte

Re: txrep_autolearn range - how does the range influence autolearning

2021-05-17 Thread RW
On Mon, 17 May 2021 15:32:48 + Lucas Rolff wrote: > Even for only inbound, do you suggest disabling txrep_spf there as > well, or only particularly important for outbound? For anything TxRep treats the header "From" address as having been authenticated by an SPF pass even if the pass came

Re: txrep_autolearn range - how does the range influence autolearning

2021-05-17 Thread Lucas Rolff
Even for only inbound, do you suggest disabling txrep_spf there as well, or only particularly important for outbound? - Lucas On 17/05/2021, 17.14, "RW" wrote: On Sun, 16 May 2021 16:50:57 -0400 Greg Troxel wrote: > Lucas Rolff writes: > > > Thanks for the notes about

Re: txrep_autolearn range - how does the range influence autolearning

2021-05-17 Thread RW
On Sun, 16 May 2021 16:50:57 -0400 Greg Troxel wrote: > Lucas Rolff writes: > > > Thanks for the notes about sa-learn, txrep outgoing and the > > autolearn itself. In my particular case, I'll only use it as an > > inbound filter, since I handle outbound very differently (I let > > other people

[Help] bodyre in hashbl

2021-05-17 Thread Marco
Hello, I'm trying to use Hashbl plugin with bodyre function. With that function I would like to match utf8 patterns, such as '([\p{L}\p{M}\d\S]+[\ \t]+[\p{L}\p{M}\d\S]+)' I'm in particular interested in accented characters, such as /[àèìòù]/. With Perl, if I try: ``` use utf8; use