~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to authres/tests

  • Committer: Scott Kitterman
  • Date: 2015-01-26 00:10:11 UTC
  • Revision ID: scott@kitterman.com-20150126001011-prnmtjoo559s71te
Add README info on SPF related results.
Bump version to 0.702.

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
>>> str(arobj.results[0].properties[0].value)
498
498
'authenticated@example.net'
499
499
>>> str(arobj.results[1])
500
 
'spf=pass smtp.helo=mailserver.example.net'
 
500
'spf=none smtp.helo=mailserver.example.net'
501
501
>>> str(arobj.results[1].method)
502
502
'spf'
503
503
>>> str(arobj.results[1].result)