milter/doručenky.sieve
changeset 19 9e680fd9d8f8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/milter/doručenky.sieve	Mon Nov 28 13:53:59 2011 +0100
     1.3 @@ -0,0 +1,7 @@
     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 +}