arteryplanet
Nov 13 2006, 01:29 AM
Thanx Pairote!
Im receiving the attached error after run rulesdojour update, any idea what could be the problem?
pairote
Nov 13 2006, 12:27 PM
Here is your problem:
19161] warn: config: SpamAssassin failed to parse line, no value provided for "score", skipping: score URIBL_AB_SURBL 6.50score URIBL_OB_SURBL 4.50
[19161] info: config: score: requires a symbolic rule name and 1 or 4 scores
[19161] warn: config: SpamAssassin failed to parse line, no value provided for "score", skipping: score URIBL_SC_SURBL 6.00score URIBL_WS_SURBL 4.50
Edit file /etc/mail/spamassassin/local.cf, and change
score URIBL_SC_SURBL 6.00score URIBL_WS_SURBL 4.50
to
score URIBL_SC_SURBL 6.00
score URIBL_WS_SURBL 4.50