tbrehm
2012-10-25 a7ab4826d47f1f6784c05ca60f1f99bbb876e657
Fixed: FS#2498 - Problem with mail filter rules.
2 files modified
12 ■■■■■ changed files
interface/lib/plugins/mail_user_filter_plugin.inc.php 2 ●●●●● patch | view | raw | blame | history
remoting_client/examples/soap_config.php 10 ●●●● patch | view | raw | blame | history
interface/lib/plugins/mail_user_filter_plugin.inc.php
@@ -141,6 +141,8 @@
            $content .= 'if header :regex    ["'.strtolower($page_form->dataRecord["source"]).'"] ["';
            
            $searchterm = preg_quote($page_form->dataRecord["searchterm"]);
            $searchterm = str_replace('\\[','\\\\[',$searchterm);
            $searchterm = str_replace('\\]','\\\\]',$searchterm);
            
            if($page_form->dataRecord["op"] == 'contains') {
                $content .= ".*".$searchterm;
remoting_client/examples/soap_config.php
@@ -3,12 +3,12 @@
$username = 'admin';
$password = 'admin';
/*
$soap_location = 'http://localhost:8080/ispconfig3/interface/web/remote/index.php';
$soap_uri = 'http://localhost:8080/ispconfig3/interface/web/remote/';
*/
$soap_location = 'http://localhost:8080/ispconfig3_3.0.5/interface/web/remote/index.php';
$soap_uri = 'http://localhost:8080/ispconfig3_3.0.5/interface/web/remote/';
/*
$soap_location = 'http://192.168.0.105:8080/remote/index.php';
$soap_uri = 'http://192.168.0.105:8080/remote/';
*/
?>