Re: dynamically prepend a header in received emails

2019-08-09 Thread André Rodier
On Sun, 2019-08-04 at 07:14 +0100, André Rodier wrote: > Thanks, Wietse. > > I will have a look and I will post to the list with the solution. > > Best regards, > André > > On Sat, 2019-08-03 at 17:52 -0400, Wietse Venema wrote: > > Andr? Rodier: > > > Hello all, > > > > > > Is there a way to p

Re: dynamically prepend a header in received emails

2019-08-03 Thread André Rodier
Thanks, Wietse. I will have a look and I will post to the list with the solution. Best regards, André On Sat, 2019-08-03 at 17:52 -0400, Wietse Venema wrote: > Andr? Rodier: > > Hello all, > > > > Is there a way to prepend a header in the received emails, > > according to > > the FROM and TO em

Re: dynamically prepend a header in received emails

2019-08-03 Thread Wietse Venema
Andr? Rodier: > Hello all, > > Is there a way to prepend a header in the received emails, according to > the FROM and TO email address, with a script? You might be able to do that with http://www.postfwd.org/. IIRC this is implemented in Perl, therefore easy to extend. > I have a list of email a

dynamically prepend a header in received emails

2019-08-03 Thread André Rodier
Hello all, Is there a way to prepend a header in the received emails, according to the FROM and TO email address, with a script? I have a list of email addresses in a text file, which has to be different for each user. Is there an option, for instance in header_checks, to use something like pcre