Re: Trying to do antispam with Sieve

2018-11-14 Thread Marcus Rueckert
I compiled all the needed stuff into a nice repository https://github.com/darix/dovecot-sieve-antispam-rspamd -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org

Re: Trying to do antispam with Sieve

2018-11-13 Thread Adi Pircalabu
For the archives: after reading https://www.dovecot.org/list/dovecot/2017-February/107039.html I found & fixed the issue, it appears I *must* use the inbox prefix, hence the configuration should be: plugin { sieve_plugins = sieve_imapsieve sieve_extprograms imapsieve_mailbox1_name = INBOX.

Re: Trying to do antispam with Sieve

2018-11-13 Thread Adi Pircalabu
On 2018-11-14 14:25, Adi Pircalabu wrote: On 2018-11-14 13:51, Adi Pircalabu wrote: On 2018-11-14 13:11, Adi Pircalabu wrote: Hi, Using https://wiki.dovecot.org/HowTo/AntispamWithSieve I'm trying to execute scripts when moving to/from Spam folder, however nothing's happening. The actions are:

Re: Trying to do antispam with Sieve

2018-11-13 Thread Adi Pircalabu
On 2018-11-14 13:51, Adi Pircalabu wrote: On 2018-11-14 13:11, Adi Pircalabu wrote: Hi, Using https://wiki.dovecot.org/HowTo/AntispamWithSieve I'm trying to execute scripts when moving to/from Spam folder, however nothing's happening. The actions are: 1. Move to Spam: redirect :copy "spamcop_sp

Re: Trying to do antispam with Sieve

2018-11-13 Thread Adi Pircalabu
On 2018-11-14 13:11, Adi Pircalabu wrote: Hi, Using https://wiki.dovecot.org/HowTo/AntispamWithSieve I'm trying to execute scripts when moving to/from Spam folder, however nothing's happening. The actions are: 1. Move to Spam: redirect :copy "spamcop_spam@domain.local"; 2. Move from Spam: redire

Trying to do antispam with Sieve

2018-11-13 Thread Adi Pircalabu
Hi, Using https://wiki.dovecot.org/HowTo/AntispamWithSieve I'm trying to execute scripts when moving to/from Spam folder, however nothing's happening. The actions are: 1. Move to Spam: redirect :copy "spamcop_spam@domain.local"; 2. Move from Spam: redirect :copy "spamcop_ham@domain.local"; He