INNER CODE UNIT · Python

mail2file

netkiller/netkiller.github.io · postgres/python/server.py:77

def mail2file(filename):
    f=open(filename,'w');
    f.write(mailfrom)
    f.write(mailto)
    f.write(text)
    f.close()
    
mail2pgsql()
mail2file('socket-file.log')


#HELO
#AUTH LOGIN CRAM-MD5 PLAIN
#chen
#chen
#MAIL FROM:
#RCPT TO:
#DATA

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…