Displaying 1 result from an estimated 1 matches for "pelmorex".
2009 Nov 12
2
Sieve and ACL problem
...;
if envelope :all :is "from" "sopprde at newport.th.gov.bc.ca" {
fileinto "Public/Weather";
} elsif envelope :all :is "from" "apache at ldmltd.ca" {
fileinto "hwcr";
} elsif envelope :all :is "from" "weatherdirect at pelmorex.ca" {
fileinto "Public/Weather";
} elsif envelope :all :is "from" "Drive.BC at gems2.gov.bc.ca" {
fileinto "Public/Weather";
} elsif header :contains "List-Id" "Dovecot Mailing List" {
fileinto "Dovecot";
} else {...