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

Top Pagina
Delete this message
Reply to this message
Auteur: Graeme Fowler
Datum:  
Aan: exim-users@exim.org
Onderwerp: 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