diff options
Diffstat (limited to 'bin/handlemail')
-rwxr-xr-x | bin/handlemail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/handlemail b/bin/handlemail index c5854a9ab..8b8e03be9 100755 --- a/bin/handlemail +++ b/bin/handlemail @@ -47,7 +47,7 @@ if ($data{is_bounce_message}) { # Not a bounce, send an automatic response my $template = 'reply-autoresponse'; -open FP, "$FindBin::Bin/../templates/emails/$template" or exit 75; +open FP, "$FindBin::Bin/../templates/email/default/$template" or exit 75; $template = join('', <FP>); close FP; |