Skip to content

infin8/spfcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPFChecker

version: 0.1.7dev

Description: This package is used to validate SPF or SenderID for your emails. It is your job to gather the sending domain and ip, once this is done you can use this package to validate it.

Usage:

from sikwan.spfcheck import SPFCheck


sc = SPFCheck()
print sc.verify(ip, domain, version=1)

Changelog:

  • 0.1.6dev : Added PermError if DNS query timeout.
  • 0.1.5dev : Changed message when SPF check fail on "all" rule (was ambiguous)
  • 0.1.4dev : Hotfix remove all rule from includes.

About

Python SPF checker package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%