X-Git-Url: http://git.home-dn.net/?p=manu%2Fsmtpt.git;a=blobdiff_plain;f=smtpt;h=40932f1b48e2132a2f1e8aaf4cf4183f8616fb0d;hp=5021c716af0e6fe68a694aee1bf43b0d14c75008;hb=HEAD;hpb=f4890a7acf0fced6dc6cc2808d5fd8a89e10aee5 diff --git a/smtpt b/smtpt index 5021c71..40932f1 100755 --- a/smtpt +++ b/smtpt @@ -27,7 +27,7 @@ use Net::SMTP; use AppConfig qw(:expand :argcount); my $NAME = 'smtpt'; -my $VERSION = '0.1'; +my $VERSION = '0.2'; my $AUTHOR = 'Emmanuel Lacour, '; my %count; @@ -125,7 +125,8 @@ sub usage { ARGUMENTS: --host=HOST the host to connect to --from=FROM the sender email - --to=TO the recipient email + --to=TO the recipient email (use it multiple time for more than + one recipient) --spam=SPAM_COUNT the number of spam emails to sent --virus=VIRUS_COUNT the number of virus emails to sent --normal=NORMAL_COUNT the number of nonspam/nonvirus emails to sent @@ -259,7 +260,7 @@ The sender email. =head2 B<--to>=I -The recipient email. +The recipient email. (use it multiple time to specify more than one recipient) =head2 B<--spam>=I