I saw that the cleaning script has a way to see if it is turned on or off.
In /usr/bin/sa-learn we have
if ( !$spamtest->{conf}->{use_bayes} ) {
warn "ERROR: configuration specifies 'use_bayes 0', sa-learn disabled\n";
exit 1;
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

