diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 12:29:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 12:29:21 +0100 |
commit | a0740c6513a2bb21bfbeda02c5fe673a191f72af (patch) | |
tree | 2a2f901b88f802860583ad5fea3d26935fe1b92b /bin/handlemail | |
parent | e8d2fd68b5a594e1f03fc4a4ca338fcd83f16bdf (diff) |
Move alert emails to new location, delete some unused ones.
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; |