search for: spamlearn

Displaying 1 result from an estimated 1 matches for "spamlearn".

Did you mean: salearn
2018 Jul 30
2
[SIEVE] pipe :copy to external program with arguments
Hi all, quick questions about sieve pipe: I want to pipe spam messages to an external program with additional parameters my spamlearn.sieve script: require ["vnd.dovecot.pipe", "copy", "imapsieve"]; pipe :copy "mybin" ["-h 127.0.0.1:44444" , "markspam"]; I also tried: pipe :copy "mybin" ["-h 127.0.0.1:44444 markspam"]; pipe :copy "mybin" [...