Email over E-mail

While I believe "e-mail" is the actually correct spelling, we tend to
say "email" everywhere else. See:

````
todb@mazikeen:~/git/rapid7/metasploit-framework$ grep -ri "print.*email"
modules/ | wc -l
19
[ruby-2.1.5@metasploit-framework](fixup-grammar)
todb@mazikeen:~/git/rapid7/metasploit-framework$ grep -ri
"print.*e-mail" modules/ | wc -l
1
````
bug/bundler_fix
Tod Beardsley 2014-12-08 10:54:25 -06:00
parent 738fc78883
commit 80dc781625
No known key found for this signature in database
GPG Key ID: BD63D0A3EA19CAAC
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Metasploit3 < Msf::Post
print_good("Account Found:")
print_status(" Type: #{type}")
print_status(" User Display Name: #{displayname}")
print_status(" User E-mail Address: #{email}")
print_status(" User Email Address: #{email}")
if type == "POP3"
pop3_pw = get_valdata(k, 'POP3 Password')