692
692
>>> try: arobj = authres.AuthenticationResultsHeader.parse('Authentication-Results: mail.example.org; x-tls=pass version=TLSv1.2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256')
693
693
... except authres.SyntaxError as e: print(e)
696
700
# Valid ptype (OK), unknown method (OK), unknown property (OKish)