more modules
[old-projects.git] / philter / philter / include / filter.inc.php
index 088d212..ab74a41 100644 (file)
@@ -49,8 +49,8 @@ class Filter {
     
     function to_string() {
         global $mail_pool,$philter;
-        $res = ":0 f\n"
-            .  "|formail -I'X-Philter-Or'\n"
+        $res = "# generated by philter\n"
+            .  "# vim:set syntax=procmail:\n"
             .  "\n";
 
         foreach($this->rules as $id=>$rule)