First-pass copyediting on the remaining scripts.

This commit is contained in:
david 2010-07-12 17:19:26 +00:00
parent 4cdc50e95d
commit 1ff1a4f892
24 changed files with 128 additions and 132 deletions

View file

@ -12,7 +12,7 @@ The user can specify which methods to use and in which order. The script will ig
repeated methods. If not specified the script will use the RCPT first, then VRFY and EXPN.
An example of how to specify the methods to use and the order is the following:
smtp-enum-users.methods={EXPN,RCPT,VRFY}
<code>smtp-enum-users.methods={EXPN,RCPT,VRFY}</code>
]]
---