mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-02-06 15:05:00 +00:00
Update smtp.py
This commit is contained in:
parent
c2d4a5e030
commit
03649d8e53
11
smtp.py
11
smtp.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user