add quarantine() and progress() as not implemented functions for now. (#6)
This commit is contained in:
committed by
Stuart D. Gathman
parent
ded1412294
commit
6394b8714b
@@ -69,6 +69,14 @@ class TestBase(object):
|
||||
self._envfromchanged = True
|
||||
self._sender = sender
|
||||
|
||||
# TODO: write implement quaratine()
|
||||
def quarantine(self,reason):
|
||||
raise NotImplemented
|
||||
|
||||
# TODO: write implement progress()
|
||||
def progress(self):
|
||||
raise NotImplemented
|
||||
|
||||
# FIXME: rfc822 indexing does not really reflect the way chg/add header
|
||||
# work for a %milter
|
||||
def chgheader(self,field,idx,value):
|
||||
|
||||
Reference in New Issue
Block a user