Re: filter-senderscore for testing

2019-08-18 Thread Gilles Chehade
On Sun, Aug 18, 2019 at 10:39:29AM +0200, Gilles Chehade wrote: > Hello, > > I have written a second filter: > > https://github.com/poolpOrg/filter-senderscore > > Senderscore is the reputation scoring built by Return-Path which some of > the Big Mailers Corp feedback into. > > It isn't

filter-senderscore for testing

2019-08-18 Thread Gilles Chehade
Hello, I have written a second filter: https://github.com/poolpOrg/filter-senderscore Senderscore is the reputation scoring built by Return-Path which some of the Big Mailers Corp feedback into. It isn't bullet-proof but, while good reputations doesn't mean sender is good for real, bad

Simple rewrite-from filter in awk

2019-08-18 Thread Jakub Jirutka
Hi, I was playing a bit with new proc filters and wrote a very simple filter for rewriting email address in both MAIL FROM command and From header with the specified email address... in just ~60 lines of AWK! https://github.com/jirutka/opensmtpd-filter-rewrite-from I'm really impressed how

Re: Simple rewrite-from filter in awk

2019-08-18 Thread Gilles Chehade
On Sun, Aug 18, 2019 at 06:49:25PM +0200, Jakub Jirutka wrote: > Hi, > > I was playing a bit with new proc filters and wrote a very simple filter > for rewriting email address in both MAIL FROM command and From header > with the specified email address... in just ~60 lines of AWK! > >