Skip to content

Instantly share code, notes, and snippets.

@hoosteeno
Created January 30, 2015 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoosteeno/8d7d3d416d37489ea693 to your computer and use it in GitHub Desktop.
Save hoosteeno/8d7d3d416d37489ea693 to your computer and use it in GitHub Desktop.
check url on surbl
from surblclient import surbl
print 'freecreditreportblog.net' in surbl
print 'garagedoorrepairslandolakesfl.com' in surbl
print 'foo.bar.test.surbl.org' in surbl
@hoosteeno
Copy link
Author

(venv)spam_experiment$ python surbl_lookup.py
False
False
True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment