Charles Sprickman wrote: > I had a look at that page - I use mysql to store the data, have multiple > spamd boxes, and spamc on the inbound servers passing mail to spamd once all > the “front door” checks are done. In that config, I end up with unique > per-user bayes tokens. I’m looking to just pool everyone together, but don’t > see an obvious way to do that. It seems like folks in this thread are > however doing that somehow (perhaps just because they are using a milter or > similar).
Really short answer: bayes_sql_username spamassassin man Mail::SpamAssassin::Conf (IIRC) for details. That directive overrides the spamd per-user behaviour for Bayes, putting it all in one basket. -kgd