mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
rfc2047 in autoreply + utf8 headers
This commit is contained in:
parent
930398cea4
commit
6ad6c0dbca
14 changed files with 28 additions and 14 deletions
|
@ -348,7 +348,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -351,7 +351,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -348,7 +348,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -350,7 +350,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -347,7 +347,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
|
@ -351,7 +351,8 @@ userautoreply:
|
||||||
driver = autoreply
|
driver = autoreply
|
||||||
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
file = /etc/exim4/domains/$domain/autoreply.${local_part}.msg
|
||||||
from = "${local_part}@${domain}"
|
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}"
|
to = "${sender_address}"
|
||||||
|
|
||||||
devnull:
|
devnull:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue