* eMail/SIEVE: finalization of providing the ability of testing the content of the mail in Server Side Mail Filtering (if the CAPABILITY required to do so is reported)

This commit is contained in:
Klaus Leithoff 2013-11-26 11:57:06 +00:00
parent 4e7b978891
commit 49707b5e92

View File

@ -552,7 +552,7 @@ class emailadmin_script {
if ($supportsbody && (!empty($rule['field_bodytransform']) || ($rule['ctype']!= '0' && !empty($rule['ctype'])))) $newscriptfoot .= "&&" . $rule['bodytransform'] . "&&" . $rule['field_bodytransform']. "&&" . $rule['ctype'] . "&&" . $rule['field_ctype_val'];
$newscriptfoot .= "\n";
$pcount = $pcount+2;
error_log(__CLASS__."::".__METHOD__.__LINE__.array2string($newscriptfoot));
//error_log(__CLASS__."::".__METHOD__.__LINE__.array2string($newscriptfoot));
}
}