mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Improve Python tree-shaking
This commit is contained in:
parent
5bb2275788
commit
4f41f2184d
169 changed files with 4182 additions and 2411 deletions
6
third_party/python/Lib/smtpd.py
vendored
6
third_party/python/Lib/smtpd.py
vendored
|
@ -785,9 +785,9 @@ class MailmanProxy(PureProxy):
|
|||
|
||||
def process_message(self, peer, mailfrom, rcpttos, data):
|
||||
from io import StringIO
|
||||
from Mailman import Utils
|
||||
from Mailman import Message
|
||||
from Mailman import MailList
|
||||
# from Mailman import Utils
|
||||
# from Mailman import Message
|
||||
# from Mailman import MailList
|
||||
# If the message is to a Mailman mailing list, then we'll invoke the
|
||||
# Mailman script directly, without going through the real smtpd.
|
||||
# Otherwise we'll forward it to the local proxy for disposition.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue