From 40fb05b0e3f0c582c87ba41d70874ceab60bf46a Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Sat, 6 Jan 2007 04:25:12 +0000
Subject: [PATCH] Forgot import

---
 spfmilter.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/spfmilter.py b/spfmilter.py
index c3617df..1c30033 100644
--- a/spfmilter.py
+++ b/spfmilter.py
@@ -1,8 +1,10 @@
 # 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
 
-- 
GitLab