On Tue, 21 May 2002 12:06:06 -0500, Neulinger, Nathan wrote:

NN> 
NN> This code:
NN> 
NN>   if (!$triplets_loaded) {
NN>     my $filename = $self->{main}->{rules_filename} .
NN>     "/triplets.txt";
NN> 
NN>     if (!open (TRIPLETS, "<$filename")) {
NN>       dbg ("failed to open '$filename', cannot check dictionary");
NN>       return 1;
NN>     }
NN> 
NN> 
NN> is giving me this output from spamd:
NN> 
NN> debug: checking RBL ipwhois.rfc-ignorant.org., set rfci
NN> debug: checking RBL relays.visi.com., set relay
NN> debug: failed to open '/triplets.txt', cannot check dictionary
NN> debug: checking RBL results in set relay for 127.0.0.6
NN> debug: checking RBL results in set relay for 127.0.0.4
NN> 
NN> Looks like rules_filename isn't set for some reason. In my case,
NN> that file is located at:

Yes, this option seems not to be in the current CVS .cf files. 

But do we really need an extra option for the path of this file?
triplets.txt normally is in one of the standard rules directories
(/usr/share/spamassassin, /etc/mail/...) and SA knows where they are.

tobias
-- 
 .deSecure Digital Security
 www.desecure.de

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to