Skip to content
Snippets Groups Projects
Commit bfd6f270 authored by Stuart D. Gathman's avatar Stuart D. Gathman
Browse files

Merge branch 'master' of https://github.com/sdgathman/pymilter

parents 547fb39f 6394b871
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment