This code:
if (!$triplets_loaded) { my $filename = $self->{main}->{rules_filename} . "/triplets.txt"; if (!open (TRIPLETS, "<$filename")) { dbg ("failed to open '$filename', cannot check dictionary"); return 1; } is giving me this output from spamd: debug: checking RBL ipwhois.rfc-ignorant.org., set rfci debug: checking RBL relays.visi.com., set relay debug: failed to open '/triplets.txt', cannot check dictionary debug: checking RBL results in set relay for 127.0.0.6 debug: checking RBL results in set relay for 127.0.0.4 Looks like rules_filename isn't set for some reason. In my case, that file is located at: /products/perl561/redhat62/share/spamassassin/triplets.txt -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 _______________________________________________________________ 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