Autor: David S. Madole Datum: To: Ray Jackson, exim-users CC: Betreff: Re: [exim] Manipulating the Date Header on message delivery
From: "Ray Jackson" <ray@???> >
> I was wondering if anybody had any suggestions on how we could do this with an > Exim rule/system_filter or otherwise? Basically we would want to look at the > recipient and if it was a recognised pattern match (e.g. vm44xxxx) then alter > the date header accordingly. e.g.
>
> Date: Tue, 5 Oct 2004 17:46:39 +1300
>
> ...to...
>
> Date: Tue, 5 Oct 2004 13:46:39 +1300
Is it adequate instead to change:
Date: Tue, 5 Oct 2004 17:46:39 +1300
...to...
Date: Tue, 5 Oct 2004 17:46:39 +0900
It's a much easier case to handle if the voicemail system is smart enough
to do it.