mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-05 00:05:26 +01:00
fix regression: port 25 is the one for --mx
This commit is contained in:
@@ -4119,6 +4119,7 @@ parse_cmd_line() {
|
|||||||
;;
|
;;
|
||||||
--mx)
|
--mx)
|
||||||
do_mx_all_ips=true
|
do_mx_all_ips=true
|
||||||
|
PORT=25
|
||||||
;;
|
;;
|
||||||
--mx465) # doesn't work with major ISPs
|
--mx465) # doesn't work with major ISPs
|
||||||
do_mx_all_ips=true
|
do_mx_all_ips=true
|
||||||
@@ -4438,4 +4439,4 @@ fi
|
|||||||
exit $ret
|
exit $ret
|
||||||
|
|
||||||
|
|
||||||
# $Id: testssl.sh,v 1.310 2015/07/13 21:41:48 dirkw Exp $
|
# $Id: testssl.sh,v 1.311 2015/07/14 10:35:25 dirkw Exp $
|
||||||
|
|||||||
Reference in New Issue
Block a user