0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Be a good citizen and include 'Auto-Submitted: auto-replied' in auto replies

SHOULD "requirement" in RFC3834.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
Sven Strickroth 2021-05-07 17:15:52 +02:00
parent 269515b1ad
commit 92d2a378c1

View File

@ -497,6 +497,7 @@ sub send_vacation_email {
Precedence => 'junk',
'Content-Type' => "text/plain; charset=utf-8",
'X-Loop' => 'Postfix Admin Virtual Vacation',
'Auto-Submitted' => 'auto-replied',
],
body => $body,
);