Hi all, Hector García has solved the problem settings vacation.
patch attached -- *Manuel Argiz* *ISIT -* implementación y servicios IT T. 91.185.32.00
diff -ru /var/www/webcyradm/lib/sieve-php.lib
/var/www/webcyradm.old/lib/sieve-php.lib
--- /var/www/webcyradm/lib/sieve-php.lib 2007-05-23 18:54:24.000000000
+0200
+++ /var/www/webcyradm.old/lib/sieve-php.lib 2007-04-30 00:44:55.000000000
+0200
@@ -318,8 +318,7 @@
}
$this->len=strlen($auth);
- $string = "AUTHENTICATE \"PLAIN\" {". "$this->len+". "}\r\n";
- fputs($this->fp, $string);
+ fputs($this->fp, "AUTHENTICATE \"PLAIN\" \{$this->len+}\r\n");
fputs($this->fp, "$auth\r\n");
$this->line=fgets($this->fp,1024);
@@ -349,8 +348,7 @@
return false;
$this->script=stripslashes($script);
$len=strlen($this->script);
- $string = "PUTSCRIPT \"$scriptname\" {" . "$len+" ."}\r\n";
- fputs($this->fp, $string);
+ fputs($this->fp, "PUTSCRIPT \"$scriptname\" \{$len+}\r\n");
fputs($this->fp, "$this->script\r\n");
return sieve::get_response();
signature.asc
Description: OpenPGP digital signature
_______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
