Thread: Zimlets
View Single Post
  #5 (permalink)  
Old 04-12-2006, 08:45 AM
Kirkaiya Kirkaiya is offline
Senior Member
 
Posts: 55
Default Possibly a dumb question..

I've done a few searches (and found this thread), but ... in what format does the address zimlet recognize addresses?

It recognizes phone numbers, FedEx tracking numbers, Skype numbers... but not addresses. I've tried single line, with and without commas, plain text and html...

Is this just not turned on by default? Or am I being extremely obtuse about something?

Update:
I see the RegEx pattern in com_zimbra_ymaps.xml, which is

[\w]{3,}([A-Za-z]\.)?([ \w]*\#\d+)?(\r\n| )[ \w]{3,}\x20[A-Za-z]{2}\x20\d{5}(-\d{4})?\b

(which is just checking until a line-break...), but I'll need to break out a regular expression reference guide to see why it's not matching addresses for me...)

Last edited by Kirkaiya; 04-12-2006 at 08:54 AM..
Reply With Quote