On Mar 19, 2010, at 4:30 PM, Yarko Tymciurak wrote: > On Mar 19, 6:02 pm, Jonathan Lundell <[email protected]> wrote: >> I think IS_EMAIL should permit @localhost. Anybody disagree? > > I can see your motivation (development), but do you need that? > Would you also allow [email protected]? or [email protected] (I have > no idea what that is)?
It's a Level3 address. > > At first blush, it feels like you're opening a can of worms... It's a fairly common convention for delivering mail to users on the local machine; you'll see eg 'r...@localhost' and the like. sendmail knows that it's for local delivery. (.localhost is also a legal tld, but that's another story.) IP addresses generally, no. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

