Friends,
I'm running SpamAssassin version 3.1.0 with Perl version 5.8.0.
It's a copy of the file Conf.pm
###### 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: Ed Russell [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 13 de fevereiro de 2006 12:30
Para: [email protected]
Assunto: RE:
Have you tried to lint your rules?
---------------------------------------------------
Talk is cheap since supply always exceeds demand.
---------------------------------------------------
-----Original Message-----
From: Marcos Manhanes [mailto:[EMAIL PROTECTED]
Sent: Monday, February 13, 2006 9:53 AM
To: 'Matt Kettler'
Cc: [email protected]
Subject: RES:
Can you help me to fix it ?
-----Mensagem original-----
De: Matt Kettler [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 13 de fevereiro de 2006 10:38
Para: Marcos Manhanes
Cc: [email protected]
Assunto: Re:
Marcos Manhanes wrote:
> Hello for all,
>
> My SpamAssassin show me this messages somebody that means it ?
>
> [10272] warn: Argument "n.nn" isn't numeric in addition (+) at
> /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Conf.pm line 251.
>
Generally that means you've got a configuration option which needs to be
numeric, but isn't.
In this case it appears to be a botched "score" command.
--
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
--
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