Env vars are not available in qmail-autoresponder

This commit is contained in:
Daniel Berteaud 2016-02-04 18:59:36 +01:00
parent 736e4352bd
commit 6cc770a85f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ my $msg = MIME::Lite->new(
From => 'no-reply@' . $DomainName,
Data => gettext("This is an automatic message in reply to your email with the following subject:") . "\n\n" .
'%S' . "\n\n" .
gettext("I'm sorry to inform you that the email address \$RECIPIENT is no longer valid.") . "\n" . $fwd . "\n\n\n\n" .
gettext("I'm sorry to inform you that this email address is no longer valid.") . "\n" . $fwd . "\n\n\n\n" .
gettext("Please note that this is an automatic email. Do not respond, it won't be treated")
);