|
|
@@ -348,7 +348,8 @@ userautoreply:
|
|
|
driver = autoreply
|
|
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
|
|
from = "${local_part}@${domain}"
|
|
|
- subject = "${if def:h_Subject: {Autoreply: ${quote:${escape:$h_Subject:}}} {Autoreply Message}}"
|
|
|
+ headers = Content-Type: text/plain; charset=utf-8;\nContent-Transfer-Encoding: 8bit
|
|
|
+ subject = "${if def:h_Subject: {Autoreply: \"${rfc2047:$h_Subject:}\"} {Autoreply Message}}"
|
|
|
to = "${sender_address}"
|
|
|
|
|
|
devnull:
|