Weedpacket;10899944 wrote:They shouldn't have been so overly-restrictive in the first place. One of the principles of Internet protocol design is Postel's Law: "Be conservative in what you do; be liberal in what you accept from others"; also paraphrased as "be strict in what you generate, but forgiving in what you accept".
Oh I agree completely.. Just that I see many people coming into PHP forums and asking for precision regex email validation patterns...and sooner or later, someone is going try to send them an email via their site, and (while the sender's email address is perfectly correct and valid), will be denied in the face of ultra strict validation that didn't take such addresses into aco****).
I must admit, I was initially tempted to go this route when constructing my contact page, but then realized it's best to have some flexible allowance and know that odds are good that they'll get through. So I no longer concerned myself with such tight-fisted approaches.