[Workaround.org] Sieve fileinto Public.Folder
Christoph Haas
email at christoph-haas.de
Tue Mar 17 15:38:12 CET 2009
On Dienstag, 17. März 2009, MonkeyT wrote:
> Hi!
>
> I use dovecot and sieve. Here is the dovecot.conf:
>
> namespace private {
> separator = .
> prefix = ""
> inbox = yes
> hidden = no
> }
>
> namespace public {
> separator = .
> prefix = "Public."
> location = maildir:/home/vmail/public
> hidden = no
> inbox = no
> }
>
> It works fine. And I can move E-Mails with my E-Mail Client to
> Public.Info Folder (Info is my Folder in Public).
> Now sieve should filter the mails into Public.Info
>
> require ["fileinto"];
> # Move spam to spam folder
> if header :contains "X-Spam-Flag" ["YES"] {
> fileinto "Junk";
> stop;
> } else
> {
> fileinto "Public.Info";
> }
>
> But when I send an email sieve creates a a folder ".Public.Info" under
> the mailbox from the user. What is wrong?
> _______________________________________________
> Workaround-chitchat mailing list
> Workaround-chitchat at workaround.org
> http://workaround.org/cgi-bin/mailman/listinfo/workaround-chitchat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://workaround.org/pipermail/workaround-chitchat/attachments/20090317/090a5ebe/attachment.pgp>
More information about the Workaround-chitchat
mailing list