diff options
author | matthew <matthew> | 2009-02-11 11:04:48 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-02-11 11:04:48 +0000 |
commit | 5e4fd4f5845c90f9d93213a328ce7299dadc9212 (patch) | |
tree | 1f0154f034263f0282bbdaa35859efa9ec79b75e /bin/handlemail | |
parent | 4547e0b237debe1df4d3777edff40dda25f99ce3 (diff) |
Don't need Sender.
Diffstat (limited to 'bin/handlemail')
-rwxr-xr-x | bin/handlemail | 3 |
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, |