Re: builtin filter regex question

2019-11-20 Thread Joerg Jung
On Mon, Nov 04, 2019 at 10:18:07PM +0100, Joerg Jung wrote: > On Thu, Oct 31, 2019 at 08:28:23AM +, gil...@poolp.org wrote: > > October 24, 2019 8:35 PM, "Joerg Jung" wrote: > > > > > I used some regex filters in the past which I'm trying to convert to the > > > latest builtin filters. In

Re: builtin filter regex question

2019-11-04 Thread Joerg Jung
On Thu, Oct 31, 2019 at 08:28:23AM +, gil...@poolp.org wrote: > October 24, 2019 8:35 PM, "Joerg Jung" wrote: > > > Hi, > > > > I used some regex filters in the past which I'm trying to convert to the > > latest builtin filters. In particular, I stumbled over a HELO filter, > > which

Re: builtin filter regex question

2019-10-31 Thread gilles
October 24, 2019 8:35 PM, "Joerg Jung" wrote: > Hi, > > I used some regex filters in the past which I'm trying to convert to the > latest builtin filters. In particular, I stumbled over a HELO filter, > which rejects non-FQDN HELO forcing SMTP protocol, aka: > Sendmail FEATURE(block_bad_helo)

builtin filter regex question

2019-10-24 Thread Joerg Jung
Hi, I used some regex filters in the past which I'm trying to convert to the latest builtin filters. In particular, I stumbled over a HELO filter, which rejects non-FQDN HELO forcing SMTP protocol, aka: Sendmail FEATURE(block_bad_helo) or Postfix reject_non_fqdn_helo_hostname I had significant