Home
last modified time | relevance | path

Searched refs:command_size_limits (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dsmtpd.py127 command_size_limits = collections.defaultdict(lambda x=command_size_limit: x) variable in SMTPChannel
132 return max(self.command_size_limits.values())
161 self.command_size_limits.clear()
353 max_sz = (self.command_size_limits[command]
423 self.command_size_limits['MAIL'] += 26
428 self.command_size_limits['MAIL'] += 10

Completed in 2 milliseconds