Displaying 1 result from an estimated 1 matches for "phill_optus_fold".
Did you mean:
phill_optus_folder
2009 Jul 06
3
Sieve vacation not working
...masked:
require ["fileinto", "vacation"];
if address :is "to" "xxxxxxxxxxxxxxx at ozemail.com.au" {
fileinto "Phill_OzEmail_Folder";
stop;
} elsif address :is "to" "yyyyyyyyyyyyyyyyy at optusnet.com.au" {
fileinto "Phill_Optus_Folder";
stop;
} elsif address :matches "to" "aaaaaaaa at optus*" {
vacation "Please update my email address to bbbbbbbbb at exemail.com.au";
fileinto "Sarah_Optus_Folder";
stop;
} else {
keep;
stop;
}
The problem I'm having is that no...