[Workaround.org] Sieve fileinto Public.Folder
MonkeyT
monkey at pudelteam.de
Tue Mar 17 15:57:20 CET 2009
then he creates the directory ".INBOX.Public.Info" under the mailbox of
the user:
/home/vmail/domain.de/user/mail/.INBOX.Public.Info/new/i_am_the_email_in_wrong_dir
/home/vmail/Public/.Info/new/here_is_the_right_place
How can i put the mail into the Public-Folder with sieve?
Christoph Haas schrieb:
> Dear banana eater...
>
> On Dienstag, 17. März 2009, MonkeyT wrote:
>
>> 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";
>> }
>>
>
> Try:
> fileinto "INBOX.Public.Info";
>
> Christoph
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Workaround-chitchat mailing list
> Workaround-chitchat at workaround.org
> http://workaround.org/cgi-bin/mailman/listinfo/workaround-chitchat
>
More information about the Workaround-chitchat
mailing list