11.03.2023 19:23:21 Benny Pedersen <m...@junc.eu>:
> spi skrev den 2023-03-11 13:34: > >> if address :domain "From" "whatever.com"{ >> fileinto :flags ["\\todo"] "working/whatever"; >> } > > require ["fileinto","imap4flags"]; imap4flags seems not to be accepted in an user script. My sieve editor shows an error. If I add require ["fileinto","imap4flags"]; to the script it just does not work. As said it works in a global script, but not an user one. > > # rule:[set todo] > if allof (header :contains "subject" "set imap flags in user sieve scripts", > header :contains "from" "u...@example.org", header :contains "to" > "dovecot@dovecot.org") > { > setflag "todo"; > fileinto "todofolder"; > stop; > } > > created in roundcube webmail