Sentry Discourse forum notification mails have invalid DKIM signature

This Sentry Discourse forum sends notifications mails which carry a DKIM signature:

DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=discoursemail.com;
	s=sjc2; t=1524252263;
	bh=lYNptf8FcspdO8izQ6yzPgKNs17yycpA+ixdRr4MsPw=;
	h=Date:From:Reply-To:To:Subject:List-Unsubscribe;
	b=jMb9G1OiqS...

However, this DKIM signature is invalid:

Authentication-Results: <<spam control gateway server>>;
	dkim=fail reason="signature verification failed" (2048-bit key) header.d=discoursemail.com header.i=@discoursemail.com header.b=jMb9G1Oi;
	dkim-atps=neutral

It would be great if this could be fixed, so that spam filter software would not mark the Sentry Discourse forum notification mails as forged and thus spam.

Other Discourse forums send mails which pass the DKIM signature verification, so there must be something odd about the Sentry Discourse forum setup.