From: Pierre Habouzit Date: Fri, 12 Sep 2003 07:45:13 +0000 (+0000) Subject: ^FROM_DAEMON is not a header match, I have to read procmailrc(5) a little X-Git-Tag: procmail~15 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=7f05a9a415f8edc83f385a851670bd2f8b60e234;hp=77996e74858bf378b0958cda34af82f0e71db4b6;p=old-projects.git ^FROM_DAEMON is not a header match, I have to read procmailrc(5) a little better --- diff --git a/philter/philter/include/plugin_header.inc.php b/philter/philter/include/plugin_header.inc.php index 8b044c5..b9b8e56 100644 --- a/philter/philter/include/plugin_header.inc.php +++ b/philter/philter/include/plugin_header.inc.php @@ -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(' ')); diff --git a/philter/philter/locales/plugins/header.en.inc.php b/philter/philter/locales/plugins/header.en.inc.php index 8beeb18..8aa9d7c 100644 --- a/philter/philter/locales/plugins/header.en.inc.php +++ b/philter/philter/locales/plugins/header.en.inc.php @@ -8,7 +8,6 @@ $philter->config['i18n']['2_hdr'] = 'Header'; $philter->config['i18n']['2_dests'] = 'recipients'; -$philter->config['i18n']['2_daemon'] = 'from daemon'; $philter->config['i18n']['2_contains'] = 'contains'; $philter->config['i18n']['2_not_contains'] = 'contains not'; diff --git a/philter/philter/locales/plugins/header.fr.inc.php b/philter/philter/locales/plugins/header.fr.inc.php index 0065cfd..a80eec9 100644 --- a/philter/philter/locales/plugins/header.fr.inc.php +++ b/philter/philter/locales/plugins/header.fr.inc.php @@ -8,7 +8,6 @@ $philter->config['i18n']['2_hdr'] = 'Sur Entête'; $philter->config['i18n']['2_dests'] = 'destinataires'; -$philter->config['i18n']['2_daemon'] = 'mail de démon'; $philter->config['i18n']['2_contains'] = 'contient'; $philter->config['i18n']['2_not_contains'] = 'ne contient pas';