doručenky/doručenky.sieve
changeset 21 a5c8edf14f82
parent 20 2a00ee0b740a
child 22 0eca162a758c
     1.1 --- a/doručenky/doručenky.sieve	Wed Nov 30 15:40:16 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 -}