Skip to content
Snippets Groups Projects
Commit 40fb05b0 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Forgot import

parent 8ae7bd42
No related branches found
No related tags found
No related merge requests found
# A simple SPF milter.
# You must install pyspf for this to work.
# http://www.sendmail.org/doc/sendmail-current/libmilter/docs/installation.html
# Author: Stuart D. Gathman <stuart@bmsi.com>
# Copyright 2001 Business Management Systems, Inc.
# Copyright 2007 Business Management Systems, Inc.
# This code is under GPL. See COPYING for details.
import sys
......@@ -13,6 +15,7 @@ import spf
import struct
import socket
import syslog
import anydbm
from Milter.config import MilterConfigParser
from Milter.utils import iniplist,parse_addr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment