do not detect abc@doremi.org: with : in it

This commit is contained in:
Nikos Kouremenos 2005-07-23 13:50:38 +00:00
parent 332ce86bc1
commit 586d268c72
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ class Interface:
sre.IGNORECASE)
# at least one character in 3 parts (before @, after @, after .)
self.sth_at_sth_dot_sth_re = sre.compile(r'\S+@\S+\.\S*[^\s)?]')
self.sth_at_sth_dot_sth_re = sre.compile(r'\S+@\S+\.\S*[^\s)?:]')
def on_launch_browser_mailer(self, widget, url, kind):
self.launch_browser_mailer(kind, url)