Re: Question for reputation stuff

From: Murray S. Kucherawy <msk_at_blackops.org>
Date: Mon, 8 Sep 2014 22:19:00 -0700 (PDT)

On Mon, 8 Sep 2014, Christian R??ner wrote:
>> opendkim-genrates: using standard score 1.15
>> opendkim-genrates: connected to database
>> opendkim-genrates: computing low-time threshold
>> opendkim-genrates: unable to determine low-time threshold
>>
>> Is that normal?

There's a large SQL command generated at line 373 of opendkim-genrates.
It looks as if that query is returning no rows for your database. This is
likely because of one of the two constraints in that SELECT. The purpose
of that computation is to figure out how long a spammy domain tends to
send mail before going away, and a spammy domain is one that sends at
least 75% spam before it goes away. Do you have any domains that have
sent you 75% spam?

The other constraint in there is to require that any domain considered
above also has to have sent you at least two messages. Otherwise a single
spammy message means that domain passes the 75% threshold. Is that also
the case?

I suspect that query is returning zero rows. You might need to adjust
those limits and try it again.

-MSK
Received on Tue Sep 09 2014 - 05:19:20 PST

This archive was generated by hypermail 2.3.0 : Tue Sep 09 2014 - 05:27:02 PST