Update smtp.py

This commit is contained in:
Namhyeon Go 2024-03-01 00:49:20 +09:00 committed by GitHub
parent c2d4a5e030
commit 03649d8e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
smtp.py
View File

@ -1,3 +1,14 @@
#!/usr/bin/python3
#
# smtp.py
#
# Caterpillar - The simple and parasitic web proxy with spam filter
# Namyheon Go (Catswords Research) <gnh1201@gmail.com>
# https://github.com/gnh1201/caterpillar
# Created at: 2024-03-01
# Updated at: 2024-03-01
#
import asyncore
from smtpd import SMTPServer
import json