-
|
Hi, I tried enabling it with But, while the server is ingesting my mails just fine, no filter is applied and no trace of my filters are present in the logs. I did not set and sieve configuration options, as I understand, sieve user scripting is always active with the untrusted compiler? Is there anything else I am missing? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Try |
Beta Was this translation helpful? Give feedback.
-
|
Ah, you will also need these: |
Beta Was this translation helpful? Give feedback.
-
|
You have added the script's name at Oh, and if it's a User script, you need something more, but I can't help you there, I'm only using a System script. |
Beta Was this translation helpful? Give feedback.
-
|
First of all, remove If even |
Beta Was this translation helpful? Give feedback.

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:createparameter, thefileintocommand always silently failed. By adjusting my script to the following, I have everything working again.Thank you for your pointer and your help!