* Stephan Bosch <stephan at rename-it.nl> 2017.01.19 10:32:> Could you provide a more detailed example?Sure. Personal script v /var/vmail/domains/leuxner.net/tlx/.dovecot.sieve: require ["include","copy","fileinto","imap4flags","vacation"]; include :global "global"; -- Global script referenced v /var/vmail/conf.d/leuxner.net/sieve/global.sieve: require ["fileinto","imap4flags","duplicate"]; #Newsletters if header :contains "List-Id" "debian-security-announce.lists.debian.org" { removeflag "\\Flagged $MailFlagBit1"; fileinto ":public/Newsletters/Debian/Security"; addflag "\\Flagged $MailFlagBit1"; keep; } -- Basically it is reproducible with the same stanza we used before by putting this in the included script: #Test if address :is "From" "user at example.com" { removeflag "\\Flagged $MailFlagBit1"; fileinto "Trash"; addflag "\\Flagged $MailFlagBit1"; keep; } Regards Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20170119/fef3d583/attachment.sig>
Op 1/19/2017 om 10:43 AM schreef Thomas Leuxner:> * Stephan Bosch <stephan at rename-it.nl> 2017.01.19 10:32: > >> Could you provide a more detailed example? > Sure. Personal script vThis slipped my attention for the moment. Will look at this soon... Regards, Stephan.
* Stephan Bosch <stephan at rename-it.nl> 2017.01.31 21:31:> This slipped my attention for the moment. Will look at this soon...Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20170201/5db16dcf/attachment-0001.sig>
Op 19-1-2017 om 10:43 schreef Thomas Leuxner:> * Stephan Bosch <stephan at rename-it.nl> 2017.01.19 10:32: > >> Could you provide a more detailed example? > Sure. Personal script v > > /var/vmail/domains/leuxner.net/tlx/.dovecot.sieve: > > require ["include","copy","fileinto","imap4flags","vacation"]; > include :global "global"; > > -- > > Global script referenced v > > /var/vmail/conf.d/leuxner.net/sieve/global.sieve: > > require ["fileinto","imap4flags","duplicate"]; > > #Newsletters > > if header :contains "List-Id" "debian-security-announce.lists.debian.org" > { > removeflag "\\Flagged $MailFlagBit1"; > fileinto ":public/Newsletters/Debian/Security"; > addflag "\\Flagged $MailFlagBit1"; > keep; > } > > -- > Basically it is reproducible with the same stanza we used before by putting this in the included script: > > #Test > if address :is "From" "user at example.com" > { > removeflag "\\Flagged $MailFlagBit1"; > fileinto "Trash"; > addflag "\\Flagged $MailFlagBit1"; > keep; > }Couldn't reproduce this with v2.3.devel yesterday (i.e. no flags set for the Security mailbox and all flags set for the message in INBOX), but I will try later with some older version. Regards, Stephan.
* Stephan Bosch <stephan at rename-it.nl> 2017.02.17 14:34:> Couldn't reproduce this with v2.3.devel yesterday (i.e. no flags set for the > Security mailbox and all flags set for the message in INBOX), but I will try > later with some older version.I did install a newer build this morning: Feb 20 07:00:23 nihlus dovecot: master: Dovecot v2.2.devel (8f42a89) starting up for imap, lmtp This one processed the dovecot-news mail for 2.2.28.rc1 fine which uses a similar sieve rule. I will monitor global rules with this build and report back. Regards Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20170220/4899c262/attachment.sig>