diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-04-03 14:46:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-04-03 14:46:05 +0100 |
commit | 830581dee3379beb0cf0662cc90b56674efc0d71 (patch) | |
tree | 2c622c2d4aee038e874a9fdeed21a223aef0b1fa /bin | |
parent | 30f8efd756b630f402873281a512f864d5acbaa6 (diff) |
Might want to ignore some bounce messages as well.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/handlemail-support | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/handlemail-support b/bin/handlemail-support index d6a9517ab..9808e447a 100755 --- a/bin/handlemail-support +++ b/bin/handlemail-support @@ -26,7 +26,6 @@ use mySociety::EmailUtil; use mySociety::HandleMail; my %data = mySociety::HandleMail::get_message(); -forward_on() if $data{is_bounce_message}; exit 0 if is_ignorable($data{message}); forward_on(); |