Displaying 2 results from an estimated 2 matches for "imapsieve_plugin".
Did you mean:
imap_sieve_plugin
2019 Mar 08
2
Sieve scripts not triggered on IMAP inbound messages using IMAPC
...require ["fileinto"];
if anyof (header :contains "Subject" "[SPAM]",
header :contains "X-Spam-Flag" "Yes")
{
fileinto "Spam";
stop;
}
I can see in the logs that Sieve is loaded, and also the imapsieve_plugin
Debug: sieve: Pigeonhole version 0.5.5 (2483b085) initializing
Debug: sieve: Sieve imapsieve plugin for Pigeonhole version 0.5.5
(2483b085) loaded
Sieve detects outbound messages (from the log: Debug: imapsieve: mailbox
INBOX.Sent: APPEND event) but nothing registers for inbound, and...
2019 Mar 11
0
Sieve scripts not triggered on IMAP inbound messages using IMAPC
...ader :contains "Subject" "[SPAM]",
>
> ?? ??????????header :contains "X-Spam-Flag" "Yes")
>
> ?? {
>
> ?? ????fileinto "Spam";
>
> ?? ????stop;
>
> ?? }
>
> I can see in the logs that Sieve is loaded, and also the imapsieve_plugin
>
> ?? Debug: sieve: Pigeonhole version 0.5.5 (2483b085) initializing
>
> ?? Debug: sieve: Sieve imapsieve plugin for Pigeonhole version 0.5.5
> (2483b085) loaded
>
> Sieve detects outbound messages (from the log: Debug: imapsieve:
> mailbox INBOX.Sent: APPEND event) but n...