Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: contact details

by grinder (Bishop)
on Jul 16, 2008 at 13:40 UTC ( [id://697974]=note: print w/replies, xml ) Need Help??


in reply to contact details

Just remember, there are such things as dictionary attacks. I wrote a brute force walker through ('A' .. 'Z', 'a' .. 'z', 0 .. 9) generating all 5 letter names. It took 238 seconds starting from AAAAA to get to PugSA.

Sending out email is certainly slower, although a botnet of 50000 zombies gives you a certain amount of parallelism. Sooner or later you're going to receive spam, whether your address is "published" or not.

Oh wait, SMTP address are case-insensitive... make that 27 seconds.

• another intruder with the mooring in the heart of the Perl

Replies are listed 'Best First'.
Re^2: contact details
by kyle (Abbot) on Jul 16, 2008 at 14:55 UTC

    The local part of an email address (i.e., the "PugSA" in "PugSA@example.com") is case sensitive. This is specified in RFC 2821. It's a good idea not to treat your local addresses case sensitively, but it's a bad idea to assume a remote system is not case sensitive until you know otherwise.

      True, though the spec also mentions that:
      . . . exploiting the case sensitivity of mailbox local-parts impedes interoperability and is discouraged.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://697974]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 06:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found