X-Git-Url: https://code.th-h.de/?p=mail%2Fcheckmail.git;a=blobdiff_plain;f=checkmail.pl;h=2d8bfb08a770c6b15f70903c2ff38e86a399e472;hp=53aa21f84b1c08b379a6222bd30cd19c88858134;hb=9518c3941780f392d05b59918088fc8264a1d026;hpb=2121a934c390ce377c21a88cca5374dc3d70ebff diff --git a/checkmail.pl b/checkmail.pl index 53aa21f..2d8bfb0 100644 --- a/checkmail.pl +++ b/checkmail.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -W # -# checkmail Version 0.3 by Thomas Hochstein +# checkmail Version 0.4 by Thomas Hochstein # # This script tries to verify the deliverability of (a) mail address(es). # @@ -9,7 +9,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -our $VERSION = "0.3"; +our $VERSION = "0.4"; ################################# Configuration ################################ # Please fill in a working configuration! @@ -514,6 +514,9 @@ B You shouldn't try to validate addresses while working from a dial-up or blacklisted host. If in doubt, use the B<-l> option to have a closer look on the SMTP dialog yourself. +B To avoid shell expansion on addresses you submit to +B, use B. + =head1 OPTIONS =over 3