Displaying 13 results from an estimated 13 matches for "sievepip".
Did you mean:
sievepipe
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
Hi Ralph!
This is, what calls the correct sive-filter rules. I have that already
in use.
But the file
file:/etc/dovecot/sievepipe/report-spam
contains my sieve-script from my first posting.
So, the difference from setflag to addflag is, setflag sets the flags,
and only the given flags (removing all other flags), and addflag adds a
flag to the existing flags...
I fiddled around a little...
The sieve-script sets the Junk-Fla...
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
Hi there!
I want to set the \seen and the Junk Flag to an email, which i move
manually to my Junk-Folder.
I tried a lot... but nothing worked like expected.
I have a sieve-filter, which takes an email and copy it to a pipe to
rspamc. This filter is working correctly, i get a debug-message from the
script, which is called through the sieve-filter.
But adding another rule (addflag
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...>
> from the dovecot-wiki!
>
> BG jakob
>
>
>
> Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
>> Hi Ralph!
>>
>> This is, what calls the correct sive-filter rules. I have that already
>> in use.
>> But the file
>>
>> file:/etc/dovecot/sievepipe/report-spam
>>
>> contains my sieve-script from my first posting.
>> So, the difference from setflag to addflag is, setflag sets the flags,
>> and only the given flags (removing all other flags), and addflag adds a
>> flag to the existing flags...
>>
>> I...
2018 Dec 04
0
set seen flag and junk moving a mail manually to JUNK
...the \\seen-Flag.
I have the line
addflag "\\seen";
from the dovecot-wiki!
BG jakob
Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
> Hi Ralph!
>
> This is, what calls the correct sive-filter rules. I have that already
> in use.
> But the file
>
> file:/etc/dovecot/sievepipe/report-spam
>
> contains my sieve-script from my first posting.
> So, the difference from setflag to addflag is, setflag sets the flags,
> and only the given flags (removing all other flags), and addflag adds a
> flag to the existing flags...
>
> I fiddled around a little...
&...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...addflag "\\seen";
>
> from the dovecot-wiki!
>
> BG jakob
>
>
>
> Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
>
> Hi Ralph!
>
> This is, what calls the correct sive-filter rules. I have that already
> in use.
> But the file
> file:/etc/dovecot/sievepipe/report-spam
>
> contains my sieve-script from my first posting.
> So, the difference from setflag to addflag is, setflag sets the flags,
> and only the given flags (removing all other flags), and addflag adds a
> flag to the existing flags...
>
> I fiddled around a little...
&...
2018 Dec 04
0
set seen flag and junk moving a mail manually to JUNK
* Jakobus Sch?rz:
> addflag "Junk";
> setflag "\\seen";
That's probably not what you want, because the 'setflag' command
replaces all existing flags. In any case, I recommend you use this
method instead:
plugin {
sieve_pipe_bin_dir = /etc/dovecot/sievepipe
# Message moved into Spam folder
imapsieve_mailbox1_name = Junk
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_before = file:/etc/dovecot/sievepipe/report-spam
# Message moved out of Spam folder
imapsieve_mailbox2_name = *
imapsieve_mailbox2_from = Junk
imaps...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...ot-wiki!
>>
>> BG jakob
>>
>>
>>
>> Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
>>
>> Hi Ralph!
>>
>> This is, what calls the correct sive-filter rules. I have that already
>> in use.
>> But the file
>> file:/etc/dovecot/sievepipe/report-spam
>>
>> contains my sieve-script from my first posting.
>> So, the difference from setflag to addflag is, setflag sets the flags,
>> and only the given flags (removing all other flags), and addflag adds a
>> flag to the existing flags...
>>
>> I...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
> >>
> >> Hi Ralph!
> >>
> >> This is, what calls the correct sive-filter rules. I have that
> already
> >> in use.
> >> But the file
> >> file:/etc/dovecot/sievepipe/report-spam
> >>
> >> contains my sieve-script from my first posting.
> >> So, the difference from setflag to addflag is, setflag sets the
> flags,
> >> and only the given flags (removing all other flags), and
> addflag adds a
>...
2018 Dec 04
3
BUG: sieve does not set seen-Flag
...eb Jakobus Sch?rz:
> >> >>
> >> >> Hi Ralph!
> >> >>
> >> >> This is, what calls the correct sive-filter rules. I have that already
> >> >> in use.
> >> >> But the file
> >> >> file:/etc/dovecot/sievepipe/report-spam
> >> >>
> >> >> contains my sieve-script from my first posting.
> >> >> So, the difference from setflag to addflag is, setflag sets the flags,
> >> >> and only the given flags (removing all other flags), and addflag adds a
>...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...>>
> >>
> >> Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
> >>
> >> Hi Ralph!
> >>
> >> This is, what calls the correct sive-filter rules. I have that already
> >> in use.
> >> But the file
> >> file:/etc/dovecot/sievepipe/report-spam
> >>
> >> contains my sieve-script from my first posting.
> >> So, the difference from setflag to addflag is, setflag sets the flags,
> >> and only the given flags (removing all other flags), and addflag adds a
> >> flag to the existing flag...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...>> Am 04.12.18 um 14:06 schrieb Jakobus Sch?rz:
>> >>
>> >> Hi Ralph!
>> >>
>> >> This is, what calls the correct sive-filter rules. I have that already
>> >> in use.
>> >> But the file
>> >> file:/etc/dovecot/sievepipe/report-spam
>> >>
>> >> contains my sieve-script from my first posting.
>> >> So, the difference from setflag to addflag is, setflag sets the flags,
>> >> and only the given flags (removing all other flags), and addflag adds a
>> >> flag...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...>
>>>>>> Hi Ralph!
>>>>>>
>>>>>> This is, what calls the correct sive-filter rules. I have that
>>>>>> already
>>>>>> in use.
>>>>>> But the file
>>>>>> file:/etc/dovecot/sievepipe/report-spam
>>>>>>
>>>>>> contains my sieve-script from my first posting.
>>>>>> So, the difference from setflag to addflag is, setflag sets the
>>>>>> flags,
>>>>>> and only the given flags (removing all oth...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...;> Hi Ralph!
>>>>>>>
>>>>>>> This is, what calls the correct sive-filter rules. I have that
>>>>>>> already
>>>>>>> in use.
>>>>>>> But the file
>>>>>>> file:/etc/dovecot/sievepipe/report-spam
>>>>>>>
>>>>>>> contains my sieve-script from my first posting.
>>>>>>> So, the difference from setflag to addflag is, setflag sets the
>>>>>>> flags,
>>>>>>> and only the given fla...