On Tue, 23 May 2006, Bryan Scott wrote:
> On one system I used to maintain, the users' configs are stored in a MySQL
> database. The spamassassin plugin on that box is just a wrapper around spamc
> that is called with the user's email address as the username (which is how
> they are keyed in the database).
Essentially, the first run would be with a single per-user config
for everything. So I need to figure out how to invoke the per-user (I had
just been calling it "user") config. I have been using a version of the
spamassassin plugin that talks to spamd directly, rather than using spamc,
so I'll have a look at the spamc docs to see how I can do it for the
particular "per-user" config I want to use.
Anyone know if there's a simple way to disable all of the
systemwide scores and settings, or is it done by default when you are
using per-user?
Thanks.