aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2009-02-11 11:04:48 +0000
committermatthew <matthew>2009-02-11 11:04:48 +0000
commit5e4fd4f5845c90f9d93213a328ce7299dadc9212 (patch)
tree1f0154f034263f0282bbdaa35859efa9ec79b75e
parent4547e0b237debe1df4d3777edff40dda25f99ce3 (diff)
Don't need Sender.
-rwxr-xr-xbin/handlemail3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/handlemail b/bin/handlemail
index 7aeef218d..e1a218eaf 100755
--- a/bin/handlemail
+++ b/bin/handlemail
@@ -11,7 +11,7 @@
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-my $rcsid = ''; $rcsid .= '$Id: handlemail,v 1.1 2009-02-11 10:53:41 matthew Exp $';
+my $rcsid = ''; $rcsid .= '$Id: handlemail,v 1.2 2009-02-11 11:04:48 matthew Exp $';
use strict;
require 5.8.0;
@@ -53,7 +53,6 @@ close FP;
# We generate this as a bounce.
my $mail = mySociety::Email::construct_email({
- Sender => '<>',
From => [ mySociety::Config::get('CONTACT_EMAIL'), 'FixMyStreet' ],
To => $data{return_path},
_template_ => $template,