Displaying 1 result from an estimated 1 matches for "spamaddr".
Did you mean:
sasaddr
2012 Sep 05
1
Trouble implementing Antispam plug-in for Dovecot
...to move mail from Inbox to "Junk" directory:
"[CANNOT] antispam plugin not configured"
That exact phrase appears only once in a Google search (
http://dovecot-antispam.sourcearchive.com/documentation/1.1plus-p20090218.git.g28075fa/mailtrain_8c-source.html
):
if (!hamaddr || !spamaddr) {
mail_storage_set_error(t->box->storage,
ME(NOTPOSSIBLE)
"antispam plugin not configured");
return -1;
}
Based on the surrounding source code, which I realize may be old, it
seems that Ham and Spam addresses are required, or similar.
I am using the following configur...