[interchange] Make bounce abort further ITL processing

Josh Lavin interchange-cvs at icdevgroup.org
Fri Dec 11 14:50:06 UTC 2015


commit 275e4e6b5533d66d88f2b95d3f6c6ed12eb3e7e7
Author: Josh Lavin <jlavin at endpoint.com>
Date:   Fri Dec 11 06:23:39 2015 -0800

    Make bounce abort further ITL processing

 lib/Vend/Parse.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/Vend/Parse.pm b/lib/Vend/Parse.pm
index 59da2f4..ad7d1d8 100644
--- a/lib/Vend/Parse.pm
+++ b/lib/Vend/Parse.pm
@@ -774,6 +774,7 @@ EOF
 			$::Pragma->{download} = 1;
 			::response($body);
 			$Vend::Sent = 1;
+			$self->{ABORT} = 1;
 			$self->{SEND} = 1;
 			return 1;
 		}



More information about the interchange-cvs mailing list