Changeset 4240


Ignore:
Timestamp:
05/06/11 11:22:21 (13 years ago)
Author:
airton
Message:

Ticket #1844 - Corrigir o suporte a REFERRAL no servico de filtro sieve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/inc/class.SieveS.inc.php

    r4236 r4240  
    189189                 
    190190                // DEBUG: Para compatibilizar o sieve com o REFERRAL 
    191                 //$tmp = array(); 
    192         /*if ( preg_match('|^BYE \(REFERRAL "(sieve://)?([^/"]+)"\)|', $said, $tmp) ){ 
     191                $tmp = array(); 
     192        if ( preg_match('|^BYE \(REFERRAL "(sieve://)?([^/"]+)"\)|', $said, $tmp) ){ 
    193193                        // Redefine a configuracao do servidor sieve, baseado no referral 
    194194                        $this->host = $tmp[2]; 
     
    206206                        fputs($this->socket,"LISTSCRIPTS\r\n"); 
    207207                        $said = $this->read(); 
    208         }*/ 
     208        } 
    209209 
    210210                 
Note: See TracChangeset for help on using the changeset viewer.