Displaying 2 results from an estimated 2 matches for "135596".
Did you mean:
135496
2009 Apr 17
2
Sieve "redirect"
Is there an alternative to the "redirect" Sieve capability?
For example:
if header :contains "Subject" "Listserv" {
redirect "list-user1 at example.com";
redirect "list-user2 at example.com";
redirect "list-user3 at example.com";
stop;
}
How can I do the above without using "redirect"?
Unfortunately,
2009 Feb 12
3
Corrupted index cache file
Hello
I got this error yesterday
dovecot: Feb 11 16:07:27 Error: IMAP(dumontj): FETCH for mailbox Sent UID 7139 got too little data: 11112 vs 11160
dovecot: Feb 11 16:07:27 Error: IMAP(dumontj): Corrupted index cache file /user/dumontj/.imap/Sent/dovecot.index.cache: Broken virtual size for mail UID 7139
Does remove the cache will cure the problem ?
Thanks