Dears, actually, I see the Bayes database in SA can be either per-user or system-wide.
I would like to have a way to put bayes tokens on a per-user basis, and fetch them on a more system-wide (or pheraps domain-wide) way. My intention is to have each user's bayes to contribute to scoring every other user's incoming mail, while still let each user's db be prominent in scoring mails delivered to the user's mailbox. To accomplish this, I would probably need to write my own version of the BayesStore::(My|Pg)SQL, but I'm facing a problem: how can I get the message's destinators from a subclass of BayesStore::SQL? I see a $self::_userid defined, but it seems to be meant to store the username used to access the db (and it is a scalar, not an array or something like that which may be needed if the message is targeted to multiple destinators). Also, I have a question which is loosely related to this. Why tokens get hashed before storing to/retrieving by the db? Wasn't it better to have them in clear, just to allow, in example, an easy identification of the "really spam words" which could be used to build rules further penalizing spam messages? Thanks, ----------------------------------- Giampaolo Tomassoni - IT Consultant Piazza VIII Aprile 1948, 4 I-53044 Chiusi (SI) - Italy Ph: +39-0578-21100 MAI inviare una e-mail a: NEVER send an e-mail to: [EMAIL PROTECTED]
