diff options
| author | Barry Warsaw | 2016-11-22 15:52:34 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-22 15:52:34 -0500 |
| commit | 40b586facc07f71be4fd65a1b06af93681ba0441 (patch) | |
| tree | 0629d0ecc4cdca1a08c802d35634fbfe467d3913 /src/mailman/testing/mta.py | |
| parent | 2ca7f91cf4a95cfb91152d0cb8fa342e1883b534 (diff) | |
| download | mailman-40b586facc07f71be4fd65a1b06af93681ba0441.tar.gz mailman-40b586facc07f71be4fd65a1b06af93681ba0441.tar.zst mailman-40b586facc07f71be4fd65a1b06af93681ba0441.zip | |
Diffstat (limited to 'src/mailman/testing/mta.py')
| -rw-r--r-- | src/mailman/testing/mta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/testing/mta.py b/src/mailman/testing/mta.py index c1327f428..fbbb890d8 100644 --- a/src/mailman/testing/mta.py +++ b/src/mailman/testing/mta.py @@ -183,7 +183,7 @@ class ConnectionCountingServer(QueueServer): log.info('[ConnectionCountingServer] accepted: %s', address) StatisticsChannel(self, connection, address) - def process_message(self, peer, mailfrom, rcpttos, data): + def process_message(self, peer, mailfrom, rcpttos, data, **kwargs): # Provide a guaranteed order to recpttos. QueueServer.process_message( self, peer, mailfrom, sorted(rcpttos), data) |
