Env vars are not available in qmail-autoresponder

tags/smeserver-expire-accounts-0.1.7-1
Daniel Berteaud 8 years ago
parent 736e4352bd
commit 6cc770a85f
  1. 2
      root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message

@ -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")
);

Loading…
Cancel
Save