i try to make an email fliter to move email to another folder ### BEGIN FILTER_ID:3 if header :regex "from" [".*post@dekbed-discounter\\.nl"] { fileinto "Reclame"; stop; } ### END FILTER_ID:3 THis won't work even if i create the Reclame folder the email goes to Postvak In however this works ### BEGIN FILTER_ID:3 if header :regex "from" [".*post@dekbed-discounter\\.nl"] { fileinto "Junk"; stop; } ### END FILTER_ID:3 What am i doing wrong?
Please put content such as configuration in CODE tags (Insert > Code). Can you show your directory structure for this mailbox?
Hi Th0m, thanks for your repaly, the structure is normal postvak i, sent, junk, trash according to the manual the map Reclame should by maked but it isn't, if i make it myself it still goes to postvak in. i have staterd outlook again, no change must i restart the server?
Please create the folder "Reclame" for this account. This can be done in your email client or though webmail. Make sure the folder exists in the top level of the mailbox, and not under INBOX.
I already did that and now for the second time, it won.t work , send an email and it comes in inbox reclame is not under the inbox, i don't know what goes wrong
Please login to the server and check the actually directories listed under /var/vmail/example.com/username/Maildir - replace example.com and username with your values.
i can't find any structure there, only maps new, cur, supscrptions and a lot of dovecot files, however a don't think that the problem is the structure because the reclame map also appairs on my phone at the correct place. also capital R or r does'nt change it
Oke very strange it suddenly works now, maybe there was some time needed before changes are in effect, thanks for your help