Handle @ in localpart.

This commit is contained in:
Stuart Gathman
2009-07-02 19:41:12 +00:00
parent f6a3b57fb9
commit 939fc61df7
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -458,6 +458,10 @@ class Milter(Base):
# This factory method is called for each connection to create the
# python object that tracks the connection. It should return
# an object derived from Milter.Base.
#
# Note that since python is dynamic, this variable can be changed while
# the milter is running: for instance, to a new subclass based on a
# change in configuration.
factory = Milter
## @private