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

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