Skip to content
Snippets Groups Projects
Commit 2937935f authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Comment updates

parent 31aa3903
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class Base(object):
return ALL_OPTS
return CONTINUE
# Milter methods which can be invoked from callbacks
# Milter methods which can be invoked from most callbacks
def getsymval(self,sym):
return self.__ctx.getsymval(sym)
......@@ -104,6 +104,7 @@ class Base(object):
def setreply(self,rcode,xcode=None,msg=None,*ml):
return self.__ctx.setreply(rcode,xcode,msg,*ml)
# may only be called from negotiate callback
def setsmlist(self,stage,macros):
if not self.__actions & SETSMLIST: raise DisabledAction("SETSMLIST")
if type(macros) in (list,tuple):
......
......@@ -83,6 +83,9 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 28 2009 Stuart Gathman <stuart@bmsi.com> 0.9.2-1
- Add new callback support: data,negotiate,unknown
* Thu Feb 05 2009 Stuart Gathman <stuart@bmsi.com> 0.9.1-1
- Fix missing address of optional param to addrcpt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment