On Wednesday 22 May 2002 02:08 am, Tobias von Koch wrote: > 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:
Urgh, that would mean that $self->{main}->{rules_filename} is an empty string. That doesn't sound good. I'm pretty sure that that should always be defined. -- Give a man a match, and he'll be warm for a minute, but set him on fire, and he'll be warm for the rest of his life. ICQ: 132152059 _______________________________________________________________ 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