sieve_extprograms: how to filter original message twice?

2016-06-11 Thread N0T3P4D
Hi, I use dovecot and sieve_extprograms to encrypt all incoming messages with the help of a Python script. Now, I want to process the _original_ message a second time. However, as expected, the second filter is applied to the already filtered message. For reference, here's a copy of the sieve s

Re: sieve_extprograms: how to filter original message twice?

2016-06-15 Thread N0T3P4D
On 06/13/16 19:09, Stephan Bosch wrote: > > > Op 10-6-2016 om 0:57 schreef N0T3P4D: >> Hi, >> >> I use dovecot and sieve_extprograms to encrypt all incoming messages with >> the help of a Python script. >> Now, I want to process the _original_ message