Hi All,
Instead of placing the message in a string like so:
quota_warn_message = "very long email\
etc"
I want to have it taken from a file, something like:
quota_warn_message = {$file /etc/exim/quota_warn_message.txt} or some
such thing.
I don't want to go have all these message in the exim config file and it
is a pain to modify the message whenever management change their minds
as to what it should look like.
I was thinking of using a lookup lsearch command however I would still
have to escape the end of lines. Does anyone have any thoughts as how to
accomplish this?
I am using exim v3.something