fireman949
Verified User
- Joined
- Aug 15, 2006
- Messages
- 7
Currently the autoresponder changes the subject line to :
Autoreponse: $foo
I have a customer that wants it to say "Re: $foo"
I found in the exim.conf the following:
Would it be possible to change the subject = line to check the autoresponder.conf or is that the wrong purpose for the autoresponder.conf?
Autoreponse: $foo
I have a customer that wants it to say "Re: $foo"
I found in the exim.conf the following:
Code:
userautoreply:
driver = autoreply
bcc = ${lookup{${local_part}} lsearch {/etc/virtual/${domain}/autoresponder.conf}{$value}}
file = /etc/virtual/${domain}/reply/${local_part}.msg
from = "${local_part}@${domain}"
log = /etc/virtual/${domain}/reply/${local_part}.log
no_return_message
subject = "${if def:h_Subject: {Autoreply: ${quote:${escape:$h_Subject:}}} {Autoreply Message}}"
to = "${sender_address}"
user = mail
#once = /etc/virtual/${domain}/reply/${local_part}.once
Would it be possible to change the subject = line to check the autoresponder.conf or is that the wrong purpose for the autoresponder.conf?