Everything works fine.
The only thing I need to do is a user could change its Subject header value.
Now it is always "Autoreply: Vacation message for ${local_part}@${domain}"
but I want to read the content of Subject header from a file, for example
from /home/${local_part}/.subject.
I know that the subject can be read from MySQL database, but I don't want
to involve MySQL.
How to make exim to read Subject value from a file?