from maildroprc(5) : The exit statement causes *maildrop* to terminate
[old-projects.git] / philter / philter / include / plugin_autoreply.inc.php
index 95de752..3cbccc9 100644 (file)
@@ -35,7 +35,7 @@ EOF;
 
         $res = "    if(! /^X-Philter-Autoreply: $uid$/)\n" # TODO : et ne vient pas da démon
             .  "    {\n"
-            .  "        to \"| reformail -rt -A'X-Philter-Autoreply: $uid' \\\n"
+            .  "        cc \"| reformail -rt -A'X-Philter-Autoreply: $uid' \\\n"
             .  "            | ( cat - ; echo '' ; \\\n";
         foreach($text as $line)
             $res .= "                echo ".escapeshellarg(chop($line))."; \\\n";