Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 39

Thread: How to validate an email address

  1. #11
    rebmeM roineS enilnOitnA steve.milner's Avatar
    Join Date
    Jul 2003
    Posts
    1,021
    Do you speak SMTP?

    Get the MX record for the_domain.com for example smtp.the_domain.com

    then from a bash prompt type:
    telnet smtp.the_domain.com 25
    ehlo from_me.com
    mail from:<me@123.456.com>
    rcpt to:<someone@the_domain.com>

    if you get a "user unknown" message here then that's an indication the mail doesn't exist

    next type "quit"

    And the connection will be broken, without any mail having been sent regardless.

    Just an idea.

    Steve
    IT, e-commerce, Retail, Programme & Project Management, EPoS, Supply Chain and Logistic Services. Yorkshire. http://www.bigi.uk.com

  2. #12
    Senior Member
    Join Date
    Nov 2007
    Location
    Phoenix, Arizona
    Posts
    102
    Although this is a good idea in practice.. unless he is part of that domain this will not work. Most if not all ISP's deny a connection from an IP that is not part of their domain to prevent relaying, and anyone running a mail server would be retarded to not implement this feature
    LOGIN: yes
    PASSWORD: I dont have one
    "Login Failed"

  3. #13
    Junior Member
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    4
    "Just for sake of completeness, you *could* verify the existence of email addresses using the VRFY and EXPN commands of the SMTP protocol (see RFC 2821).

    Unfortunately, thanks to spammers, these commands are ignored or return an error on most servers, despite the fact that they would be quite useful in practice."

    http://social.msdn.microsoft.com/For...-3af8ae06cec9/

  4. #14
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    You think spammers are the reason those commands are blocked, how so? I am interested in that...

    I figured it would be more of a privacy thing but maybe that ties in to the whole spam theory as well?

  5. #15
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    I guess I am cynical, but I believe that people are more interested in their bandwidth than my privacy.

    I assume that it would be advantageous to spammers to verify the existence of an e-mail address before sending anything to it?

  6. #16
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    I think you may be right about the bandwidth that was another thing I was thinking.

    And I think it would be yes, because they could maintain their "distribution list" of victims...

  7. #17
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    I doubt that any spammers would go through the trouble of verifying email addresses before spamming them. I sometimes send out more than 200,000 emails on a single day (from one server with a decent pipe); all I do is keep track of the returned ones so that I don't hit those anymore next time. But verifying their existence before sending? Just an extra step that doesn't really help me out...

  8. #18
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    Negative, really! I didn't know that you were a spammer

    I sometimes send out more than 200,000 emails on a single day (from one server with a decent pipe); all I do is keep track of the returned ones so that I don't hit those anymore next time.
    Correct me if I am wrong, but don't spammers use fake addresses, so they wouldn't get the feedback (and the Feds ).

    I don't know much about the details, but I believe that there is quite a market for spamming lists. If you could sell them as verified I would guess that you could charge more for them? The basic difference between legitimate and illegitimate usage?

  9. #19
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    I play by the rules - most of them are customers

    Correct me if I am wrong, but don't spammers use fake addresses, so they wouldn't get the feedback (and the Feds ).
    I don't know what spammers do - I was talking about what I do, not about what spammers do

  10. #20
    AO's Filibustier Cheap Scotch Ron's Avatar
    Join Date
    Nov 2008
    Location
    Swamps of Jersey
    Posts
    378
    I sometimes send out more than 200,000 emails on a single day (from one server with a decent pipe);
    don't know what spammers do - I was talking about what I do, not about what spammers do
    Oh sure.
    In God We Trust....Everything else we backup.

Similar Threads

  1. An Intro to ProcMail
    By roswell1329 in forum The Security Tutorials Forum
    Replies: 4
    Last Post: December 11th, 2002, 12:35 AM
  2. Three ways to get your MAC address Tested on Win2K Server & WinXP Pro
    By blunt23 in forum AntiOnline's General Chit Chat
    Replies: 0
    Last Post: April 16th, 2002, 12:01 AM
  3. The Worlds Longest Thread!
    By Noble Hamlet in forum AntiOnline's General Chit Chat
    Replies: 1100
    Last Post: March 17th, 2002, 09:38 AM
  4. hehe...for those who hate AO newbies...
    By zigar in forum AntiOnline's General Chit Chat
    Replies: 10
    Last Post: February 22nd, 2002, 02:24 PM
  5. Anonymoity Tutorial
    By ac1dsp3ctrum in forum The Security Tutorials Forum
    Replies: 8
    Last Post: February 13th, 2002, 12:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •