Fix closing double quote

tags/smeserver-expire-accounts-0.1.7-1
Daniel Berteaud 9 years ago
parent 0c7a2fd24c
commit 347ea187ea
  1. 2
      root/etc/e-smith/templates-user/.lock-auto-reply/message.txt/10Message

@ -26,7 +26,7 @@ my $msg = MIME::Lite->new(
Data => gettext("This is an automatic message in reply to your email with the following subject:") . "\n\n" . Data => gettext("This is an automatic message in reply to your email with the following subject:") . "\n\n" .
'%S' . "\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 the email address \$RECIPIENT 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') gettext("Please note that this is an automatic email. Do not respond, it won't be treated")
); );
$msg->scrub([ 'Date', 'X-Mailer' ]); $msg->scrub([ 'Date', 'X-Mailer' ]);

Loading…
Cancel
Save