milter/doručenky.sieve
changeset 20 2a00ee0b740a
parent 19 9e680fd9d8f8
child 21 a5c8edf14f82
     1.1 --- a/milter/doručenky.sieve	Mon Nov 28 13:53:59 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,7 +0,0 @@
     1.4 -require ["fileinto"];
     1.5 -# rule:[doručenky]
     1.6 -if anyof (header :contains "Content-Type" "report-type=disposition-notification;", header :contains "Content-Type" "report-type=delivery-status;")
     1.7 -{
     1.8 -        fileinto "Sent";
     1.9 -        stop;
    1.10 -}