Commit ccbbc930 authored by Joshua Tauberer's avatar Joshua Tauberer

in the mail test script, forgot to remove the dkim import

parent 6e4670bb
#!/usr/bin/python3 #!/usr/bin/python3
# Tests sending and receiving mail by sending a test message to yourself. # Tests sending and receiving mail by sending a test message to yourself.
import sys, imaplib, smtplib, uuid, time, dkim import sys, imaplib, smtplib, uuid, time
if len(sys.argv) < 3: if len(sys.argv) < 3:
print("Usage: tests/mail.py hostname emailaddress password") print("Usage: tests/mail.py hostname emailaddress password")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment