avoid needing full email regexp
authorJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 17:40:10 +0000 (13:40 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 23 Jun 2010 17:40:10 +0000 (13:40 -0400)
commit19dcd50c8497eca4981f9a90cc3e014789a50f76
tree7db66e82f646cdcb527e11018a26b2f389fc8826
parent07a08122d926ab6b7741c94bc6c0038ffe0113fb
avoid needing full email regexp

Fully validating the email address is not necessary,
all that matters is not matching an url like http://foo@bar/
as an email address.
IkiWiki/Plugin/link.pm