[Dovecot] listescape und sieve
Hello,
bug or feature?
I'm using Dovecot 1.2.11. And because of a migration projekt I'm tempted to use the listescape plugin.
If I understood well, it
plugin {
escape_char = "%"
}
should change the escape character to %. But it doesnt. Bug or feature?
But more important:
# sieve
fileinto "a.b";
does not work as expected - the folder is visible as "a.b" in a normal imap client - because of the listescape plugin.
# sieve
fileinto "a\\2eb";
works. But the user won't understand this.
Any ideas?
Best regards from Dresden/Germany
Viele Grüße aus Dresden
Heiko Schlittermann
-- SCHLITTERMANN.de ---------------------------- internet & unix support - Heiko Schlittermann HS12-RIPE ----------------------------------------- gnupg encrypted messages are welcome - key ID: 48D0359B --------------- gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2 7E92 EE4E AC98 48D0 359B -
On Fri, 2010-04-30 at 23:49 +0200, Heiko Schlittermann wrote:
plugin { escape_char = "%" }
should change the escape character to %. But it doesnt. Bug or feature?
listescape_char, not escape_char.
But more important:
# sieve fileinto "a.b";
does not work as expected - the folder is visible as "a.b" in a normal imap client - because of the listescape plugin. # sieve fileinto "a\\2eb";
works. But the user won't understand this.
Have you enabled listescape plugin for lda?
Timo Sirainen tss@iki.fi (Mi 26 Mai 2010 18:53:56 CEST):
On Fri, 2010-04-30 at 23:49 +0200, Heiko Schlittermann wrote:
plugin { escape_char = "%" }
should change the escape character to %. But it doesnt. Bug or feature?
listescape_char, not escape_char.
Hm. Assuming that you're right I've edited now
http://wiki.dovecot.org/Plugins/Listescape
(because the information above I've found there seems to be wrong)
But more important: # sieve fileinto "a.b";
does not work as expected - the folder is visible as "a.b" in a normal imap client - because of the listescape plugin. # sieve fileinto "a\\2eb";
works. But the user won't understand this.
Have you enabled listescape plugin for lda?
No. But now. And I've tested it. It seems to work, for both sieve and for the „-m“ option of deliver.
I've added some note about this and some example to the above mentioned Wiki page. (But forgot the write some useful comment :-/)
Thank you for your answer.
Heiko
participants (2)
-
Heiko Schlittermann
-
Timo Sirainen