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

0001 require "envelope";
0002 require "subaddress";
0003 require "fileinto";
0004 
0005 # rule:[Script part 0]
0006 # In this example the same user account receives mail for both
0007 # "ken@example.com" and "postmaster@example.com"
0008 
0009 # File all messages to postmaster into a single mailbox,
0010 # ignoring the :detail part.
0011 if envelope :user :is "to" "postmaster"
0012 {
0013     fileinto "inbox.postmaster";
0014     stop;
0015 }