From: Dylan William Hardison Date: Thu, 25 Oct 2018 01:43:30 +0000 (-0400) Subject: no bug - reportingMTA is optional X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ecc0266534c710db46191571fa04cca984eeab;p=thirdparty%2Fbugzilla.git no bug - reportingMTA is optional --- diff --git a/Bugzilla/Quantum/SES.pm b/Bugzilla/Quantum/SES.pm index 2d19de240..13d482715 100644 --- a/Bugzilla/Quantum/SES.pm +++ b/Bugzilla/Quantum/SES.pm @@ -57,7 +57,7 @@ declare BounceNotification, as Dict [ bounce => Dict [ bouncedRecipients => BouncedRecipients, - reportingMTA => Str, + reportingMTA => Optional[Str], bounceSubType => Str, bounceType => Str, slurpy Any,