aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-04-03 14:46:05 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-04-03 14:46:05 +0100
commit830581dee3379beb0cf0662cc90b56674efc0d71 (patch)
tree2c622c2d4aee038e874a9fdeed21a223aef0b1fa
parent30f8efd756b630f402873281a512f864d5acbaa6 (diff)
Might want to ignore some bounce messages as well.
-rwxr-xr-xbin/handlemail-support1
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();