161
161
log.info('[ConnectionCountingServer] accepted: %s', address)
162
162
StatisticsChannel(self, connection, address)
164
def process_message(self, peer, mailfrom, rcpttos, data):
167
self, peer, mailfrom, sorted(rcpttos), data)
165
170
"""See `lazr.smtp.server.Server`."""