I am actually using prefs perfectly with the DB.

My question is if i can use the DB to create "rules" for users.  Like
putting something like 

header BAD_SUBJECT Subject =~ test 
score BAD_SUBJECT 3.0

stuff like that in the DB

thanks
adam

On Mon, 2003-07-28 at 14:21, Dallas L. Engelken wrote:
> > -----Original Message-----
> > From: Adam Denenberg [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, July 28, 2003 10:44 AM
> > To: SA-Talk
> > Subject: [SAtalk] custom rules with mysql
> > 
> > 
> > Hey guys,
> > 
> >   I am using SA 2.55 with mysql user prefs. 
> > 
> >   Does anybody know if its possible to use per-domain/user 
> > rules using mysql?
> > 
> >  thanks
> > adam
> > 
> > 
> 
> see spamassassin-devel archives on march 14th 2003 for a post by me
> entitled 
> [SAdev] PER-DOMAIN sql prefs patch
> 
>  - it allows you to set up, global, per-domain, and per-user prefs in
> sql.  user takes precendence over domain which takes precedence over
> global.  it defies the @GLOBAL convention due to sorting errors because
> of the @ sign is so high in the ascii chain.  instead it uses $GLOBAL
> for globals, and %domain.com for per-domain... since [A-z] > % > $.
> that post on SAdev should fully explain it.  it was never adopted, but
> if you want to be able to run 3 tiered prefs like this, this is the way
> to go IMHO :)
> 
> dallas
> 



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to