Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsmtpd.py124 command_size_limits = collections.defaultdict(lambda x=command_size_limit: x) variable in SMTPChannel
129 return max(self.command_size_limits.values())
158 self.command_size_limits.clear()
350 max_sz = (self.command_size_limits[command]
420 self.command_size_limits['MAIL'] += 26
425 self.command_size_limits['MAIL'] += 10