^FROM_DAEMON is not a header match, I have to read procmailrc(5) a little
[old-projects.git] / philter / philter / include / plugin_header.inc.php
index 8b044c5..b9b8e56 100644 (file)
@@ -33,7 +33,6 @@ class HdrPlugin extends MatchPlugin {
     hdr_s.options[6] = new Option('Organization:',6,false,data[1]==6);
     hdr_s.options[7] = new Option('List-Id:',7,false,data[1]==7);
     hdr_s.options[8] = new Option('X-Mailing-List:',8,false,data[1]==8);
-    hdr_s.options[9] = new Option('<"._i18n('2_daemon').">',9,false,data[1]==9);
     hdr_s.selectIndex = data[1];
     
     Node.appendChild(document.createTextNode(' '));