in the mail test script, forgot to remove the dkim import
This commit is contained in:
parent
6e4670bbd0
commit
ccbbc930e2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
# 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:
|
||||
print("Usage: tests/mail.py hostname emailaddress password")
|
||||
|
|
Loading…
Reference in a new issue