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

0001 require "envelope";
0002 require "subaddress";
0003 
0004 # rule:[Script part 0]
0005 #Script name: test-envelop
0006 
0007 if allof (envelope :user :is "to" "foo@example.com"
0008 , not envelope :localpart :is "cc" "foo@example.com"
0009 , not envelope :detail :matches "from" "foo@example.com"
0010 )
0011 {
0012     stop;
0013 }