Benedict Verheyen wrote: <snip> Some more interesting stuff from /var/log/syslog:
Oct 14 09:15:08 loki spamd[1274]: auto-whitelist: attempt to add a nan to AWL entry ignored 177 Oct 14 09:15:08 loki spamd[1274]: !!!!!! rules: score 'nan' for rule 'AWL' in 'AWL: ' 'From: address is in the auto white-list' at /usr/ share/perl5/Mail/SpamAssassin/PerMsgStatus.pm line 2147. Oct 14 09:16:02 loki spamd[2256]: !!!!!! rules: score 'nan' for rule 'MISSING_SUBJECT' in '' 'Missing Subject: header' at /usr/share/perl5/ Mail/SpamAssassin/PerMsgStatus.pm line 2147. 5 Oct 14 10:10:23 loki spamd[1321]: plugin: eval failed: Sort subroutine didn't return a numeric value at /usr/share/perl5/Mail/SpamAssassin/ AsyncLoop.pm line 278. The 2 above where seen already on the debug runs but the last one wasn't. It has to do with this: sub log_lookups_timing { my ($self) = @_; my $timings = $self->{timing_by_query}; for my $key (sort { $timings->{$a} <=> $timings->{$b} } keys %$timings) { dbg("async: timing: %.3f %s", $timings->{$key}, $key); } } I run several uml's so could it be that the timing is causing nan's to appear ? Regards, Benedict