[Bb-trac] [bbPress] #698: email recognition in posts
bbPress
bb-trac at lists.bbpress.org
Tue Jul 17 19:09:06 GMT 2007
#698: email recognition in posts
----------------------+-----------------------------------------------------
Reporter: fel64 | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Back-end | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
Currently bb seems to take anything at anything as an email address (it
changes it to a link, with mailto: that supposed email). It could be
changed to at least require a dot at the end, using (a regex like) this:
{{{\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b}}}
Grabbed from http://www.regular-expressions.info/email.html, which also
has justifications for using that particular regex.
--
Ticket URL: <http://trac.bbpress.org/ticket/698>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list