>
> I did some reading on using SA with mysql and this having the ability to
> enable / disable per user.  Is there a simple interface to this or is
> mysql even required for what I am trying to do?


In my local copy of my global prefs, I have required_hits 80, then when
one of my customers wants spam filtered email, we add a required_hits of 5
in our SQL database.

I have been toying with the idea of modding my spamd to do a quick
SQL lookup on the username of the e-mail being processed to see if they
want spam filtering.  That way, it won't be spending lots of CPU cycles
on spam filtering messages for people who don't want it.  Our set up right
now is an opt-in system, where so far only a small precentage have
opt'ed-in.  Although that percentage grows almost daily.

Justin


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to