X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Finclude%2Fplugin_autoreply.inc.php;fp=philter%2Fphilter%2Finclude%2Fplugin_autoreply.inc.php;h=3cbccc9b78b3cd736eba323ef727e37e462472eb;hb=f0ed5f13e36d72031cab6a7cfc39a420bfce08b5;hp=95de7524daa39b527bbc952bffc6f847eeb47d99;hpb=5534b9a9cdb5efbb53add0e36a9a1148c16527de;p=old-projects.git diff --git a/philter/philter/include/plugin_autoreply.inc.php b/philter/philter/include/plugin_autoreply.inc.php index 95de752..3cbccc9 100644 --- a/philter/philter/include/plugin_autoreply.inc.php +++ b/philter/philter/include/plugin_autoreply.inc.php @@ -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";