]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - reportingMTA is optional
authorDylan William Hardison <dylan@hardison.net>
Thu, 25 Oct 2018 01:43:30 +0000 (21:43 -0400)
committerGitHub <noreply@github.com>
Thu, 25 Oct 2018 01:43:30 +0000 (21:43 -0400)
Bugzilla/Quantum/SES.pm

index 2d19de2400ce544760b1ebb9e26d007deef007f5..13d482715e2bb86767b914a60e5dbf9732be1646 100644 (file)
@@ -57,7 +57,7 @@ declare BounceNotification,
   as Dict [
   bounce => Dict [
     bouncedRecipients => BouncedRecipients,
-    reportingMTA      => Str,
+    reportingMTA      => Optional[Str],
     bounceSubType     => Str,
     bounceType        => Str,
     slurpy Any,