more modules
[old-projects.git] / philter / philter / include / philter.inc.php
index 463f772..4a71714 100644 (file)
@@ -28,7 +28,7 @@ class Philter {
     function Philter() {
         $this->config = array(
             'db'      => array('host', 'name', 'user', 'pwd', 'link'),
-            'path'    => array('procmail', 'spool'),
+            'path'    => array('spool'),
             'match_plugins' => array(),
             'action_plugins' => array(),
             'global_plugins' => array(),
@@ -93,6 +93,9 @@ class Philter {
         fwrite($f, $procmail, strlen($procmail));
         fclose($f);
         rename($file.".tmp", $file);
+        echo "<pre>\n";
+        echo $procmail;
+        echo "</pre>\n";
         return true;
     }