174
174
>>> dsr_fail.match_signature_algorithm('mail-router.example.net', 'rsa-sha256')
179
>>> dss_pass = authres.DKIMAuthenticationResult(result = 'pass', result_comment = 'Good 256 bit ed25519-sha256 signature.',
181
>>> dss_fail = authres.DKIMAuthenticationResult(result = 'fail', result_comment = 'Bad 1024 bit rsa-sha256 signature.',
177
187
# Missing parsing header comment.