It information arrived to you ?

###### Conf.pm #################
    245         # Set the actual scoreset values appropriately
    246         for my $index (0..3) {
    247           my $score = $relative ?
    248             $self->{scoreset}->[$index]->{$rule} + $scores[$index] :
    249             $scores[$index];
    250
    251           $self->{scoreset}->[$index]->{$rule} = $score + 0.0;
    252         }
    253       }
    254       else {
    255         my $msg = "config: score configuration option without actual
scores, skipping: $line";
    256
    257         if ($self->{lint_rules}) {
    258           warn $msg."\n";
    259         } else {
    260           info($msg);
    261         }
    262         $self->{errors}++;
    263         return $MISSING_REQUIRED_VALUE;
    264       }
    265     }
    266   });
    267
###################################


-----Mensagem original-----
De: Matt Kettler [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 13 de fevereiro de 2006 14:13
Para: Marcos Manhanes
Cc: [email protected]
Assunto: Re: RES:


Marcos Manhanes wrote:
> Friends,
>
> I'm running SpamAssassin version 3.1.0 with Perl version 5.8.0.
>
> It's a copy of the file Conf.pm

Ok, so it's DEFINITELY a score command.. So follow my advice with the grep
statements from the previous email I posted from my comcast.net account.


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date: 10/2/2006

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.5/256 - Release Date: 10/2/2006

Reply via email to