On Wed, Mar 08, 2006 at 09:17:52PM -0500, Dan Mahoney, System Admin wrote:
> >>Mar  7 20:19:12 quark spamd[83564]: config: failed to parse line,
> >>skipping: rewrite_subject_0
> >Why are these odd?  None of these are valid config lines for 3.1.
> 
> Because my configs are in a SQL database, and for that user, the config 
> lines look totally normal.  For this user only, the SQL interpreter is 
> adding an underscore where there shouldn't be one.

I have a feeling this is a display issue with the error message and not
when reading in the options (or else every option would throw an error).
Regardless of that, the options are invalid so the errors are valid.

> Mar  8 00:01:57 quark spamd[83570]: config: failed to parse line, 
> skipping: report_header_1
> Mar  8 00:01:57 quark spamd[83570]: config: failed to parse line, 
> skipping: use_terse_report_0
> Mar  8 00:01:57 quark spamd[83570]: config: failed to parse line, 
> skipping: defang_mime_1
> Mar  8 00:01:57 quark spamd[83570]: config: failed to parse line, 
> skipping: bayes_auto_learn_threshold_spa_6.6
> Mar  8 00:01:57 quark spamd[83570]: config: failed to parse line, 
> skipping: bayes_auto_learn_threshold_non_2.0

these are all invalid options as well.

> Mar  8 00:01:57 quark spamd[83570]: Use of uninitialized value in pattern 
> match (m//) at /usr/local/lib/perl5/site_perl/5.8.6/Mail/S
> pamAssassin/Conf/Parser.pm line 547, <GEN2284> line 2.

      $set_score = -$set_score if ( $conf->{tflags}->{$k} =~ /\bnice\b/ );

$conf->{tflags}->{$k} is undefined, which shouldn't be possible with the
standard code (tflags are set to '' whenever a test is added).

> >Do you have a firewall blocking those services from working?
> 
> No firewall at all, and those processes hit (as in, generate scores) most 
> of the time.  I'm under the impression if they were going to be killed by 
> a firewall config, it would be a very all or nothing type thing.

Sure.  If it's intermittant, and not a local system issue, it could just be
timeouts on the Internet connect, at the remote end, etc.

-- 
Randomly Generated Tagline:
"The quickest way to double your money is to fold it in half and put it
 back in your pocket." - Zen Musings

Attachment: pgpjqP1iE8ku0.pgp
Description: PGP signature

Reply via email to