First of all - I double-posted this Q to the list by mistake and I
apologize.

Secondly, I installed this version of SpamAssassin from the FreeBSD port of
3.03. I built the port again and checked the Conf.pm file inside the port
folder against the installed Conf.pm file and there are no differences.

This is the section in question:
***************************
See B<report_safe_copy_headers> if you want to copy headers from
the original mail into tagged messages.

=cut

  push (@cmds, {
    setting => 'report_safe',
    default => 1,
    code => sub {
      my ($self, $key, $value, $line) = @_;
      $self->{report_safe} = $value+0;
      if (! $self->{report_safe}) {
        $self->{headers_spam}->{"Report"} = "_REPORT_";
      }
    }
  });

=back
***************************

Does it seem correct?


Regards,
 
 
 
John Schneider,
Information Systems Manager,
GVA DAUM Worldwide Real Estate Solutions
123 S Figueroa Street
Suite 400
Los Angeles, CA 90012
 
213-270-2262 Direct
213-947-1431 Fax
 
WEBSITE:  www.gvadaum.com
EMAIL:  [EMAIL PROTECTED]


>> -----Original Message-----
>> From: Theo Van Dinter [mailto:[EMAIL PROTECTED] 
>> Sent: Tuesday, May 17, 2005 9:55 PM
>> To: users@spamassassin.apache.org
>> Subject: Re: Argument "" isn't numeric in addition (+) at 
>> /usr/local/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin/Conf.p
>> m line 743.
>> 
>> 
>> On Tue, May 17, 2005 at 05:50:32PM -0700, John Schneider wrote:
>> > Argument "" isn't numeric in addition (+) at 
>> > 
>> /usr/local/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin/Conf.pm line 
>> > 743.
>> > 
>> > I've searched .. What could it be?
>> 
>> Bad config line.  Looking at the code, a bad "report_safe" line.
>> 
>> -- 
>> Randomly Generated Tagline:
>>  Earth men are real men! 
>> 


Reply via email to