sieve-2----Page:15
1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19 

Externally stored lists (Example)
# Submission from list members is sent to all members
if allof (
envelope :detail :list "to" "mylist",
header :contains :list "from" "mylist"
)
{
redirect :list "mylist";
}
PPT Version