On 4/3/07, JOYDEEP <[EMAIL PROTECTED]> wrote:
how can I configure spamassassin to look after the spam and ham folder
of all the cyrus mail boxes,
so that all the users has their own spamassasin trainer ? it is
something like white box and black box per user
could any one kindly suggest me how to implement this ?
I don't know if sa-learn can read cyrus mailboxes; I suspect it can't.
So it's up to you to get the mail out of the mailboxes and into a
format sa-learn can read.
As for how you do this, you'll have to set up a periodic cron job
(overnight may be often enough) to pull the mail out of the mailboxes
and feed it through sa-learn. You may be able to do this with
"logrotate" and some pre/postrotate scripts in the config file, but
having cyrus in the equation may interfere with that approach.