Skip to content

Commit

Permalink
senderscore: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschnepp committed Sep 1, 2012
1 parent 2e566be commit e8d5b84
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugins/senderscore/senderscore
@@ -1,5 +1,13 @@
#!/usr/bin/python

#
# Here's a plugin which lets you monitor your senderscore.org reputation. For
# people sending a large amount of email - this might be useful.
#
# Config env var used:
# [senderscore]
# env.senderscore_check_ip xxx.yyy.zzz.ttt
#

import socket
import sys
import os
Expand Down

0 comments on commit e8d5b84

Please sign in to comment.