Displaying 1 result from an estimated 1 matches for "p20090218".
Did you mean:
20090218
2012 Sep 05
1
Trouble implementing Antispam plug-in for Dovecot
...MAP client (Thunderbird v15) reports the
following whenever I attempt 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 ad...