Fix a typo.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
f7d7d75555
commit
382c5a59e4
|
@ -227,7 +227,7 @@ sub checksmtp {
|
||||||
# verification impossible?
|
# verification impossible?
|
||||||
} elsif ($success) {
|
} elsif ($success) {
|
||||||
$status = 3;
|
$status = 3;
|
||||||
print " > Address verificaton impossible. You'll have to send a test mail ...\n" if !($options{'q'});
|
print " > Address verification impossible. You'll have to send a test mail ...\n" if !($options{'q'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# if -r is not set or status was not set to 3: valid address
|
# if -r is not set or status was not set to 3: valid address
|
||||||
|
|
Loading…
Reference in a new issue