search for: mailflagbit1

Displaying 10 results from an estimated 10 matches for "mailflagbit1".

2017 Jan 13
4
Sieve removeflag Action
...OX and one in Trash. With removeflag in place, *both* messages are unflagged, the one in INBOX and the one in Trash. This used to work differently before if memory doesn't fail me. #Test if address :is "From" "user at example.com" { addflag "\\Flagged $MailFlagBit1"; keep; removeflag "\\Flagged $MailFlagBit1"; fileinto "Trash"; } # 2.2.devel (01867a4): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.devel (3c071a4) # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.6 Regards Thomas -------------- next part...
2017 Jan 19
4
Sieve removeflag Action
...pt 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" &...
2017 Feb 24
4
Sieve removeflag Action
Op 2/22/2017 om 8:40 PM schreef Thomas Leuxner: > * Thomas Leuxner <tlx at leuxner.net> 2017.02.20 12:56: > >> 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.
2017 Feb 26
0
Sieve removeflag Action
...1D/3FPsfs1ge/QAASZWA2w Saved Evaluating the results shows that there is still no problem here, since the last delivery is fine (I initially forgot to enable Sieve for LMTP): stephan at drieka:~$ doveadm -f table fetch "uid flags" mailbox "INBOX" uid flags 14 \Flagged \Recent $MailFlagBit1 15 \Flagged \Recent $MailFlagBit1 16 \Flagged \Recent $MailFlagBit1 17 \Flagged \Recent $MailFlagBit1 18 \Flagged \Recent $MailFlagBit1 19 \Recent 20 \Flagged \Recent $MailFlagBit1 stephan at drieka:~$ doveadm -f table fetch "uid flags" mailbox ":public/Newsletters/Debian/Secur...
2017 Jan 13
0
Sieve removeflag Action
...removeflag in place, *both* messages are unflagged, the one in INBOX and the one in Trash. This used to work differently before if memory doesn't fail me. > > #Test > if address :is "From" "user at example.com" > { > addflag "\\Flagged $MailFlagBit1"; > keep; > removeflag "\\Flagged $MailFlagBit1"; > fileinto "Trash"; > } > > # 2.2.devel (01867a4): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.4.devel (3c071a4) > # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8...
2017 Jan 13
0
Sieve removeflag Action
...With removeflag in place, *both* messages are unflagged, the one in INBOX and the one in Trash. This used to work differently before if memory doesn't fail me. > > #Test > if address :is "From" "user at example.com" > { > addflag "\\Flagged $MailFlagBit1"; > keep; > removeflag "\\Flagged $MailFlagBit1"; > fileinto "Trash"; > } > from point of "logic" I would turn around both actions: removeflag "\\Flagged $MailFlagBit1"; fileinto "Trash"; addflag &q...
2017 Jan 19
2
Sieve removeflag Action
* Stephan Bosch <stephan at rename-it.nl> 2017.01.14 12:35: > Fixed: > > https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737 Hi Stephan, I recently noticed that the 'flags' still cause issues when using an _include_ script like: require
2017 Feb 17
0
Sieve removeflag Action
...ner.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: &g...
2018 Aug 17
0
imapsieve: Change message flags on COPY
...te completed (0.059 + 0.000 + 0.058 secs). - Choose a message from INBOX (in this case without any flags assigned): 23423 SELECT INBOX imap(stephan)<15247><fmJGKYEsd1uPOwAAmoV78g>: Mailbox INBOX: Debug: Mailbox opened because: SELECT * FLAGS (\Answered \Flagged \Deleted \Seen \Draft $MailFlagBit1 $label1 Flagged FreeBSD $Label3 $Label5 $Label4 $Label2) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $MailFlagBit1 $label1 Flagged FreeBSD $Label3 $Label5 $Label4 $Label2 \*)] Flags permitted. * 57 EXISTS * 0 RECENT * OK [UNSEEN 6] First unseen. * OK [UIDVALIDITY 1415917190] U...
2018 Aug 17
2
imapsieve: Change message flags on COPY
On Friday 17 August 2018 01:41:39 CEST Stephan Bosch wrote: > dovecot -n Hi, here it is (I don't know why I get the SSLv2 warning because it is disabled in ssl_protocols, any ideas about that too?). BTW, even when storing the message in a different folder with fileinto, the original message is still saved in the original mailbox. I also tried using `discard;` and makes no difference, I