http://bugzilla.spamassassin.org/show_bug.cgi?id=2827





------- Additional Comments From [EMAIL PROTECTED]  2004-03-09 09:14 -------
Subject: Re:  [review] SA fails with 'Argument "" isn't numeric' runtime error

On Tue, Mar 09, 2004 at 08:05:53AM -0800, [EMAIL PROTECTED] wrote:
> I snipped out ~100 messages from my 100+MB Spam corpus.  I tested and the
> attached (mbox) file definitely throws the error:

Excellent!

> However, once learned, the errors wouldn't show up, so you'll have to clear 
> the
> bayes DBs to test multiple times:
> 
> [EMAIL PROTECTED] /pkg/spamassassin-2.63/bin/sa-learn --spam --mbox 
> Spam_example  
> Learned from 0 message(s) (104 message(s) examined).

$ wget -O 4 
'http://bugzilla.spamassassin.org/attachment.cgi?id=1825&action=view'

With 2.63:
$ ls -la SA/spamassassin-2.60/masses/spamassassin/bayes*
ls: No match.
$ sa-learn-260 --spam --mbox --showdots 4
........................................................................................................
Learned from 104 message(s) (104 message(s) examined).

With 3.0:
$ ls -la SA/spamassassin-head/masses/spamassassin/bayes*
ls: No match.
$ sa-learn-cvs --mbox --spam --showdots 4
........................................................................................................
Learned from 104 message(s) (104 message(s) examined).


The only configuration involved is:

# for 3.0, it's head instead of 2.60 ...
bayes_path /home/felicity/SA/spamassassin-2.60/masses/spamassassin/bayes
use_razor2 0
bayes_auto_learn 0


So...  It's looking like something on your system unfortunately. :(

FYI: The line of code in SA has a check for oldmagic being "", so the
only other variable in there that could be that is $atime, which is
guaranteed to be set by the time the line in question gets run.





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to