Changeset 1352


Ignore:
Timestamp:
08/19/09 17:25:59 (15 years ago)
Author:
amuller
Message:

Ticket #615 - Correção de informação na montagem da regra no sieve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ScriptS.inc.php

    r1350 r1352  
    225225          for ( $i = 0; $i < strlen($input); $i++ ) 
    226226          { 
    227                 if ( preg_match('/[^a-z0-9.@~_+=&\'*^"-\[\]]/i', $input[$i]) ) 
     227                if ( preg_match('/[^a-z0-9.@~_+=&\'*^\ \-\[\]]/i', $input[$i]) ) 
    228228              { 
    229229                  $special_char = true; 
Note: See TracChangeset for help on using the changeset viewer.