search for: madawg

Displaying 1 result from an estimated 1 matches for "madawg".

Did you mean: maawg
2009 Aug 13
1
Tilde expansion in ManageSieve for dovecot-1.1.
...es not exist: ~/Maildir After some analysis, it would appear that ManageSieve (looks like 0.10.4 is included in the debian backports) doesn't do the tilde expansion before doing a stat test to see if the ~/Maildir exists. Here's a quick diff of the change I made to make it work: sodor at madawg:~/tmp/deb-dove/dovecot-1.1-managesieve-0.10.4/src/lib-sievestorage$ diff sieve-storage.c ../../../sieve-storage.c 73c73 < const char *root_dir, *dir, *p, *d; --- > const char *root_dir, *dir, *p, *d, *home; 127a128,133 > /* expand tilde in root so that the stat below work...