From 50d22b447383e9ac2a88dde5a61cb4eeaf83236f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 8 Aug 2018 22:36:24 -0400 Subject: one more slurpy type --- Bugzilla/Quantum/SES.pm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Bugzilla/Quantum/SES.pm b/Bugzilla/Quantum/SES.pm index 4badbc247..824ce58d3 100644 --- a/Bugzilla/Quantum/SES.pm +++ b/Bugzilla/Quantum/SES.pm @@ -125,12 +125,16 @@ my $BouncedRecipients = ArrayRef[ slurpy Any, ], ]; -my $BounceNotification = Dict[ - bounce => Dict[ +my $BounceNotification = Dict [ + bounce => Dict [ bouncedRecipients => $BouncedRecipients, - reportingMTA => Str, + reportingMTA => Str, + bounceSubType => Str, + bounceType => Str, + slurpy Any, ], ]; + sub _process_bounce { state $check = compile($Invocant, $BounceNotification); my ($self, $notification) = $check->(@_); -- cgit v1.2.3-24-g4f1b