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

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