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