spamassassin + results in french (or other language)

pppplus

Verified User
Joined
Dec 19, 2008
Messages
526
Hi everybody

I search a way to have results of spamassassin in french.
I've found this file : 30_text_fr.cf (here : http://svn.apache.org/repos/asf/spamassassin/rules/branches/3.2/30_text_fr.cf) and put it in /usr/share/spamassassin

But how to use it ?

Actually, I do :
Code:
	exec("/usr/bin/spamc -R < $fname",$score,$rr);

But results are always all in english
Code:
[16] = -0.0 NO_RELAYS Informational: message was not relayed via SMTP
[17] = 0.0 HTML_MESSAGE BODY: HTML included in message
[18] = 1.8 HTML_IMAGE_ONLY_08 BODY: HTML: images with 400-800 bytes of words
[19] = 2.2 DRUGS_ERECTILE Refers to an erectile drug
[20] = -0.0 NO_RECEIVED Informational: message has no Received headers
[21] = 0.0 T_REMOTE_IMAGE Message contains an external image

I do not find any page explaining how to have results in french.

Code:
# spamc --version
SpamAssassin Client version 3.3.2


Thanks for your help
 
Last edited:
Back
Top