Warning, /pim/libksieve/src/ksieveui/autocreatescripts/autotests/data/wierd-script-ref.siv is written in an unsupported language. File is not indexed.

0001 # Declare any optional features or extension used by the script.
0002 require ["fileinto", "reject"]
0003 
0004 if header :contains "subject" ["order", "buy"] {
0005         # Forward mails with "order" or "buy" in their subject to another address.
0006         redirect "order@example.com";
0007         stop;
0008 }
0009