Re: [EXIM] How to add date&time to the subject ?

Pàgina inicial
Delete this message
Reply to this message
Autor: Clive Goodhead
Data:  
A: exim-users
Assumpte: Re: [EXIM] How to add date&time to the subject ?
> Hi Clive,
>
> thanks for your answer.
> Do you have a simple example I can modify and/or spec. hints to docs in
> the
> internet ?
>
> Thanks,
>
> Rainer.
>


I suggest that you take a look at the Exim spec, chapter 38, for the
information on the variables, functions, header files, etc. Then look
at some code such as SA-Exim to see an example of how local_scan()
functions work. Then write and test some code. Make sure that it works
as expected before putting it into production as a malfunctioning
local_scan() function may cause mail to be lost.

If you wish to code in Perl or python search the Exim mailing list
(quite recently for python).

Clive Goodhead