You can change the "score" line to this, if you simply want the score to be 3:
score PRIVATE_RBL 3.0 Also, make sure that the file you create in your spamassassin directory, has the .cf file extension - ie. it should be: 99_Private_Rbl.cf rather than simply 99_Private_Rbl Cheers, Jeremy "Noc Phibee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Noc Phibee a écrit : >> >> Hi >> >> For add a new personnal rbl list, i can use: >> >> into /etc/mail/spamassassin/ >> i add a 99_Private_Rbl >> and into i put: >> >> uridnsbl PRIVATE_RBL sbl.spamhaus.org. TXT >> body PRIVATE_RBL eval:check_uridnsbl('PRIVATE_RBL') >> describe PRIVATE_RBL Contains an URL listed in the Private Rbl >> blocklist >> tflags PRIVATE_RBL net >> score PRIVATE_RBL 0 1.094 0 1.639 >> >> >> it's correct ? >> Why in score, i have 0 1.094 0 1.639 ? >> if i want a score to 3 when the ip are listed, what is the correct score >> line ? >> >> Thanks for your help >> >> >> > a small error, i change sbl.spamhaus.org by rbl.mydomain.com >