Displaying 1 result from an estimated 1 matches for "rspamd_spam".
Did you mean:
rspamd_ham
2020 Jan 21
0
Getting an extprogram script to work
...2:17 report-ham.sieve
-rw-r--r-- 1 root root 250 Jan 21 02:17 report-ham.svbin
-rw-r--r-- 1 root root 112 Jun 3 2019 report-spam.sieve
-rw-r--r-- 1 root root 258 Jun 3 2019 report-spam.svbin
-rwxr-xr-x 1 root root 105 Jan 21 03:35 rspamd_ham.sh*
-rwxr-xr-x 1 root root 43 Jun 3 2019 rspamd_spam.sh*
---------------------
Then the report-ham.sieve script:
---------------------
require ["vnd.dovecot.pipe", "copy", "imapsieve", "fileinto"];
pipe :copy "rspamd_ham.sh";
#fileinto "INBOX";
---------------------
And the dummy rspamd...