Displaying 1 result from an estimated 1 matches for "sarah_optus_folder".
2009 Jul 06
3
Sieve vacation not working
...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 auto-replies are sent. I removed
.dovecot.lda-dupes and that didn't help; so then I touched it and now
it's a 0 byte file and that didn't help. There is no dovecot.sieve.err
file and I can't see anyt...