Auto whitelist refinements.

This commit is contained in:
Stuart Gathman
2005-10-14 16:17:31 +00:00
parent bc516456c1
commit 8f8de8fa97
6 changed files with 124 additions and 24 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Milter:
for i in msg: print i,
print
def connect(self,hostname,unused,hostaddr):
def connect(self,hostname,family,hostaddr):
"Called for each connection to sendmail."
self.log("connect from %s at %s" % (hostname,hostaddr))
return CONTINUE