Hi, after testing unsuccessfully for the presence of spamphrases in mails, i started looking into the maillog. The problem is reported through sendmail as : mimedefang-multiplexor: Slave 1 stderr: Use of uninitialized value at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/PhraseFreq s.pm line 91. which is $self->{phrase_score} in sub extra_score_phrase_freqs as a reminder... sub extra_score_phrase_freqs { my ($self, $fulltext, $threshold) = @_; if ($self->{phrase_score} > $threshold) { return 0; } return 1; }
which leads to non checking for spam phrases. i couldn't found a bugreport for this in the bug database. Any idea anyone? _________________________________________________________________ Discutez en ligne avec vos amis ! http://messenger.msn.fr ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk