Update doc version to 0.9.6

This commit is contained in:
Stuart Gathman
2012-11-10 03:38:47 +00:00
parent 7502c29e47
commit 23defb880b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -35,7 +35,9 @@ class sampleMilter(Milter.Milter):
# multiple messages can be received on a single connection
# envfrom (MAIL FROM in the SMTP protocol) seems to mark the start
# of each message.
@Milter.noreply
def envfrom(self,f,*str):
"start of MAIL transaction"
self.log("mail from",f,str)
self.fp = StringIO.StringIO()
self.tempname = None