Re: [exim] Logging a specific header to a different log file

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Graeme Fowler
Date:  
À: exim-users@exim.org
Sujet: Re: [exim] Logging a specific header to a different log file
On 17 Nov 2015, at 03:01, Daniel Oakes <Daniel.Oakes@???> wrote:
> What I'm trying to do is log a specific header line in the received: portion to a different log file.


You need the ${run{/some/script}} expansion construct. In a simple (and untested!) form:

warn condition = ${run{/bin/echo "${sg{$h_Received:}{\Nregex here\N}{replacement}}"}{true}{true}}

Regards

Graeme