Skip to content
Discussion options

You must be logged in to vote

I have tried that, which helped me solve my problem: Stalwart does not use the . as a path delimiter, but uses the /. So when porting my Sieve scripts from Dovecot to Stalwart, the paths didn't line up anymore and because I was not specifying the :create parameter, the fileinto command always silently failed. By adjusting my script to the following, I have everything working again.

require ["fileinto", "mailbox"];
if address :matches "To" ["[email protected]", "[email protected]"] {
  fileinto "INBOX/Uni";
}

Thank you for your pointer and your help!

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@elia-blue
Comment options

Comment options

You must be logged in to vote
1 reply
@elia-blue
Comment options

Comment options

You must be logged in to vote
5 replies
@elia-blue
Comment options

@pepa65
Comment options

@andreymal
Comment options

@elia-blue
Comment options

@pepa65
Comment options

Comment options

You must be logged in to vote
1 reply
@elia-blue
Comment options

Answer selected by elia-blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants