I've been looking at a bunch of files to determine
where and why SA either uses or does not use
a particular user pref from the database.

my intention is to purposely increase the score
of an existing rule, for example, if the username
of the email address USERNAME_IN_ADDRESS
rule is triggered I want that score to be 20.

the entries I tried to enter in the sql database
1)
preferences = 'score USERNAME_IN_ADDRESS'
value = '20'

2)
preferences = 'USERNAME_IN_ADDRESS'
value = '20'

3)
preferences = 'score USERNAME_IN_ADDRESS'
value = '20'

4)
preferences = 'score'
value = ' USERNAME_IN_ADDRESS 20'


It appears the code needs to be changed to allow
this from the sql database. Most logically in the 
format of (1) above

It works fine when read from the user_prefs file

Any direction to that code would be appreciated.

Regards
Greg Cirino
___________________________________

When You Want It Done Well, Just Call Cirelle
It's not just a Rhyme... There's a Reason!
603.425.2221

Cirelle Enterprises Inc.

Shared and Dedicated Hosting www.CEData.net
Web Site Design Management www.Cirelle.com
Nationwide Internet Access www.Cirelle.net






-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to