Changeset 2219


Ignore:
Timestamp:
03/11/10 14:06:06 (14 years ago)
Author:
niltonneto
Message:

Ticket #788 - Adicionando pipe à expressão regular que busca urls no mail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/expressoMail1_2/inc/class.imap_functions.inc.php

    r2215 r2219  
    11891189                        . 'ua|ug|uk|um|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|yu|za|zm|zw))+\b'; 
    11901190                 
    1191                 $path = '(?>\/[\w\d~?\/_=&#;\.!*\'\(\),\-\+:@$%]+)?'; 
     1191                $path = '(?>\/[\w\d\/\.\'\(\)\-\+~?!&#@$%|:;,*=_]+)?'; 
    11921192                $port = '(?>:\d{2,5})?'; 
    11931193                $domain = '(?>[\w\d_\-]+)'; 
Note: See TracChangeset for help on using the changeset viewer.