Re: [exim] rewriting a date header - how?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Exim users
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] rewriting a date header - how?
Jeffrey 'jf' Lim wrote:
> On Fri, May 29, [...], Daniel Tiefnig <...> wrote:
>> Well, what do you want to replace it with? The current date and
>> time?
>
> nope. I basically want to do a "sed" - s/ ZE8/ +0800/


Ah, well that leads us to another solution, avoiding perl:

  headers_remove = Date
  headers_add    = Date: ${sg{$h_Date:}{ ZE8\$}{ +0800}}


br,
daniel