rfc-ex1-always_allow.sieve   [plain text]


if header :is "From" "boss@example.com"
{
	keep;
}
elsif header :is "From" "ceo@example.com"
{
	keep;
}