Home
last modified time | relevance | path

Searched refs:highest_spam_score (Results 1 – 3 of 3) sorted by relevance

/dports/mail/mboxstats/mboxstats-3.1/
H A Dmain.cpp1193 double highest_spam_score = -9999999.9; in main() local
1209 if (cur_score > highest_spam_score) in main()
1212 highest_spam_score = cur_score; in main()
1281 …est-writer><score>%f</score><name>%s</name></spammiest-writer>\n", highest_spam_score, to_xml_repl… in main()
1350 …miest writer: %s (%.2f)\n", hide_email_address(from.getstring(spammiest), he), highest_spam_score); in main()
/dports/security/maia/maia_mailguard-7f20bd4/reference/
H A Damavisd-maia.patch2607 + my($total_spam_score, $lowest_spam_score, $highest_spam_score);
2615 + "highest_spam_score " .
2630 + $highest_spam_score = $score;
2661 + $highest_spam_score = $1 if $row[7] =~ /^([0-9\-\.]*)$/si; # untaint
2662 + $highest_spam_score = untaint($highest_spam_score);
2663 + if ($highest_spam_score < $score) {
2664 + $highest_spam_score = $score;
2675 + "highest_spam_score = ? " .
2687 + $highest_spam_score,
2707 + "highest_spam_score) " .
/dports/security/maia/maia_mailguard-7f20bd4/
H A Dmaiad5024 my($total_spam_score, $lowest_spam_score, $highest_spam_score);
5046 $highest_spam_score = $score;
5070 $highest_spam_score = validate($row[7], '^([0-9\-\.]*)$', 'si');
5071 if ($highest_spam_score < $score) {
5072 $highest_spam_score = $score;
5095 $highest_spam_score,