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

Forgot to initialize TestBase._sender

parent ded14122
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ class TestBase(object):
def __init__(self,logfile='test/milter.log'):
self._protocol = 0
self.logfp = open(logfile,"a")
## The MAIL FROM for the current email being fed to the %milter
self._sender = None
## List of recipients deleted
self._delrcpt = []
## List of recipients added
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment