mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
changed default.sieve to send displayed name
This commit is contained in:
parent
2954d84790
commit
999d2a9557
@ -33,5 +33,5 @@ if exists "X-Virus" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{% if user.reply_active %}
|
{% if user.reply_active %}
|
||||||
vacation :days 1 :subject "{{ user.reply_subject }}" "{{ user.reply_body }}";
|
vacation :days 1 {% if user.displayed_name != "" %}:from "{{ user.displayed_name }} <{{ user.email }}>"{% endif %} :subject "{{ user.reply_subject }}" "{{ user.reply_body }}";
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user