Allow ACCEPT as an exception policy.

This commit is contained in:
Stuart Gathman
2013-03-15 20:50:01 +00:00
parent f357be1e99
commit a8f373ea65
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -59,6 +59,7 @@ class milterContext(object):
# M_CONNECT, M_HELO, M_ENVFROM, M_ENVRCPT, M_DATA, M_EOM, M_EOH.
# Calls <a href="https://www.milter.org/developers/api/smfi_setsymlist">smfi_setsymlist</a>.
# @param stage protocol stage in which the macro list should be used
# @param macrolist a space separated list of macro names
def setsymlist(self,stage,macrolist): pass
class error(Exception): pass