Re: Sieve removeflag Action

2017-02-26 Thread Thomas Leuxner
* Stephan Bosch 2017.02.26 19:49: > I created the following file in ~/message-lmtp.eml (substitute MAIL > FROM/RCPT TO with whatever you need): > > LHLO frop > MAIL FROM: > RCPT TO: > DATA > From: User > To: step...@rename-it.nl > Subject: Frop! > List-Id: > > Frop! > . I tested a couple of

Re: Sieve removeflag Action

2017-02-26 Thread Stephan Bosch
Op 2/26/2017 om 4:02 PM schreef Thomas Leuxner: >> Am 26.02.2017 um 15:52 schrieb Thomas Leuxner : >> >>> So, I cannot reproduce your problem. >>> >>> Could you try this at your end? >> Hi Stephan, >> >> Tried with: >> >> $ /usr/lib/dovecot/dovecot-lda -d t...@leuxner.net -p ./message.eml >> >> Fro

Re: Sieve removeflag Action

2017-02-26 Thread Stephan Bosch
Op 2/24/2017 om 10:30 AM schreef Thomas Leuxner: > * Stephan Bosch 2017.02.24 10:20: > >> Could you show me your full configuration (`dovecot -n`)? >> >> Regards, >> >> Stephan > Live configuration and scripts sent off-list. Tried this with your full scripts, part of your public mailbox configura

Re: Sieve removeflag Action

2017-02-24 Thread Thomas Leuxner
* Stephan Bosch 2017.02.24 10:20: > Could you show me your full configuration (`dovecot -n`)? > > Regards, > > Stephan Live configuration and scripts sent off-list. Regards Thomas signature.asc Description: Digital signature

Re: Sieve removeflag Action

2017-02-24 Thread Stephan Bosch
Op 2/22/2017 om 8:40 PM schreef Thomas Leuxner: > * Thomas Leuxner 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 wi

Re: Sieve removeflag Action

2017-02-22 Thread Thomas Leuxner
* Thomas Leuxner 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 > b

Re: Sieve removeflag Action

2017-02-20 Thread Thomas Leuxner
* Stephan Bosch 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 dovec

Re: Sieve removeflag Action

2017-02-17 Thread Stephan Bosch
Op 19-1-2017 om 10:43 schreef Thomas Leuxner: * Stephan Bosch 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"; -

Re: Sieve removeflag Action

2017-01-31 Thread Thomas Leuxner
* Stephan Bosch 2017.01.31 21:31: > This slipped my attention for the moment. Will look at this soon... Thanks. signature.asc Description: Digital signature

Re: Sieve removeflag Action

2017-01-31 Thread Stephan Bosch
Op 1/19/2017 om 10:43 AM schreef Thomas Leuxner: > * Stephan Bosch 2017.01.19 10:32: > >> Could you provide a more detailed example? > Sure. Personal script v This slipped my attention for the moment. Will look at this soon... Regards, Stephan.

Re: Sieve removeflag Action

2017-01-19 Thread Thomas Leuxner
* Stephan Bosch 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/

Re: Sieve removeflag Action

2017-01-19 Thread Stephan Bosch
Op 1/19/2017 om 10:07 AM schreef Thomas Leuxner: > * Stephan Bosch 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 li

Re: Sieve removeflag Action

2017-01-19 Thread Thomas Leuxner
* Stephan Bosch 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 ["include","copy","fileinto","imap4flags","vaca

Re: Sieve removeflag Action

2017-01-14 Thread Larry Rosenman
I guess I should pick this up for the FreeBSD port :) -- will do. On 1/14/17, Thomas Leuxner wrote: > * Stephan Bosch 2017.01.14 12:35: > >> Fixed: >> >> https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737 >> >> Regards, >> >> Stephan. > > Confirmed effective.

Re: Sieve removeflag Action

2017-01-14 Thread Thomas Leuxner
* Stephan Bosch 2017.01.14 12:35: > Fixed: > > https://github.com/dovecot/pigeonhole/commit/772485538302957ebada484b6eedec57136bc737 > > Regards, > > Stephan. Confirmed effective. Thanks! signature.asc Description: Digital signature

Re: Sieve removeflag Action

2017-01-14 Thread Stephan Bosch
Op 1/13/2017 om 2:22 PM schreef Thomas Leuxner: > * Stephan Bosch 2017.01.13 13:50: > >> So, that performs as expected. However, when I test this with LDA, Í can >> reproduce your problem: >> >> $ doveadm fetch flags mailbox "Trash" 1 >> flags: \Recent >> $ doveadm fetch flags mailbox "INBOX" 1 >>

Re: Sieve removeflag Action

2017-01-13 Thread Thomas Leuxner
* Stephan Bosch 2017.01.13 13:50: > So, that performs as expected. However, when I test this with LDA, Í can > reproduce your problem: > > $ doveadm fetch flags mailbox "Trash" 1 > flags: \Recent > $ doveadm fetch flags mailbox "INBOX" 1 > flags: \Recent > > Will investigate more later today...

Re: Sieve removeflag Action

2017-01-13 Thread Stephan Bosch
Op 13-1-2017 om 9:15 schreef Thomas Leuxner: Hi, I recently noticed that some of my automatically processed mails do no longer show flags with current Dovecot builds. This used to work before, not sure what broke it or whether I used it in the wrong way. When the removeflag line is dropped

Re: Sieve removeflag Action

2017-01-13 Thread Thomas Leuxner
* Steffen Kaiser 2017.01.13 10:49: > from point of "logic" I would turn around both actions: > > removeflag "\\Flagged $MailFlagBit1"; > fileinto "Trash"; > > addflag "\\Flagged $MailFlagBit1"; > keep; Hi Steffen, that works thanks. Not sure why it worked before. Regards Thomas signature.a

Re: Sieve removeflag Action

2017-01-13 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 13 Jan 2017, Thomas Leuxner wrote: I recently noticed that some of my automatically processed mails do no longer show flags with current Dovecot builds. This used to work before, not sure what broke it or whether I used it in the wrong way.