doručenky/doručenky.sieve
author František Kučera <franta-hg@frantovo.cz>
Wed Nov 30 15:40:16 2011 +0100 (2011-11-30)
changeset 20 2a00ee0b740a
parent 19 milter/doručenky.sieve@9e680fd9d8f8
permissions -rw-r--r--
doručenky milter a sieve
     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 }