milter/doručenky.sieve
author František Kučera <franta-hg@frantovo.cz>
Mon Nov 28 13:53:59 2011 +0100 (2011-11-28)
changeset 19 9e680fd9d8f8
permissions -rw-r--r--
Doručenky: návrh milteru a lepšího řešení problému s chybějící hlavičkou References u doručenek.
     1 require ["fileinto"];
     2 # rule:[doručenky]
     3 if anyof (header :contains "Content-Type" "report-type=disposition-notification;", header :contains "Content-Type" "report-type=delivery-status;")
     4 {
     5         fileinto "Sent";
     6         stop;
     7 }