Stephan Helma <[email protected]> wrote:
> I am writing a vacation transport rule on exim :

> vacation_reply:
>   driver = autoreply
>   file = ${home}/.vacation.msg
>   file_expand
>   ...

> The file .vacation.msg should call
>        /bin/date --date=2013-02-07 +"%A, %-d %B"
[...]

This works in exim -be:

${run {/bin/date --date=2013-02-07 ${quote:+%A, %-d %B}}}

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to