Show More
@@ -363,6 +363,7 test-parents.t | |||||
363 | test-parseindex2.py |
|
363 | test-parseindex2.py | |
364 | test-patch-offset.t |
|
364 | test-patch-offset.t | |
365 | test-patch.t |
|
365 | test-patch.t | |
|
366 | test-patchbomb-tls.t | |||
366 | test-pathconflicts-merge.t |
|
367 | test-pathconflicts-merge.t | |
367 | test-pathconflicts-update.t |
|
368 | test-pathconflicts-update.t | |
368 | test-pathencode.py |
|
369 | test-pathencode.py |
@@ -26,7 +26,7 class dummysmtpserver(smtpd.SMTPServer): | |||||
26 | def __init__(self, localaddr): |
|
26 | def __init__(self, localaddr): | |
27 | smtpd.SMTPServer.__init__(self, localaddr, remoteaddr=None) |
|
27 | smtpd.SMTPServer.__init__(self, localaddr, remoteaddr=None) | |
28 |
|
28 | |||
29 | def process_message(self, peer, mailfrom, rcpttos, data): |
|
29 | def process_message(self, peer, mailfrom, rcpttos, data, **kwargs): | |
30 | log('%s from=%s to=%s\n' % (peer[0], mailfrom, ', '.join(rcpttos))) |
|
30 | log('%s from=%s to=%s\n' % (peer[0], mailfrom, ', '.join(rcpttos))) | |
31 |
|
31 | |||
32 | def handle_error(self): |
|
32 | def handle_error(self): |
General Comments 0
You need to be logged in to leave comments.
Login now