Displaying 3 results from an estimated 3 matches for "visible_default_script".
2018 May 23
3
Autofile Junk for all users
How would I get the rule
if header :contains "X-spam-flag" "YES" {
fileinto "Junk";
}
To apply to all users mail at delivery time?
2018 May 23
1
Autofile Junk for all users
On 2018-05-23 (08:17 MDT), Andr? Rodier <andre at rodier.me> wrote:
> Use the default scripts, works well for me.
>
> https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Visible_Default_Script
>
> The Dovecot wiki is really helpful, have a look on it ;-)
Excellent, that's exactly what I want.
Question from that page, my users are (almost) all virtual, so what should i put in the sieve = line for the file: and active= fields since they don't really have home folders, just...
2018 May 23
0
Autofile Junk for all users
...ow would I get the rule
>
> if header :contains "X-spam-flag" "YES" {
> fileinto "Junk";
> }
>
> To apply to all users mail at delivery time?
Use the default scripts, works well for me.
https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Visible_Default_Script
The Dovecot wiki is really helpful, have a look on it ;-)
--
Andr?