Fix MX check activation on -verify or --use-smtp-vrfy
This commit is contained in:
parent
d5c2363b8c
commit
f0bd6d132d
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ if __name__ == '__main__':
|
|||
|
||||
# Configure other options from command line arguments
|
||||
options.debugsmtp = opts.debugsmtp
|
||||
options.checkmx = opts.checkmx
|
||||
options.checkmx = opts.checkmx or opts.verifyaddress or opts.usesmtpvrfy
|
||||
options.verifyaddress = opts.verifyaddress
|
||||
options.usesmtpvrfy = opts.usesmtpvrfy
|
||||
options.refusemailifnotpermit = opts.refusemailifnotpermit
|
||||
|
|
Loading…
Reference in a new issue