OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnsbl_score
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_early.c
79
&& state->
dnsbl_score
< var_psc_dnsbl_thresh
81
&& state->
dnsbl_score
<= var_psc_dnsbl_althresh) {
171
if (state->
dnsbl_score
== NO_DNSBL_SCORE) {
172
state->
dnsbl_score
=
180
if (state->
dnsbl_score
< var_psc_dnsbl_thresh) {
186
state->
dnsbl_score
, PSC_CLIENT_ADDR_PORT(state));
236
if (state->
dnsbl_score
== NO_DNSBL_SCORE
255
if (state->
dnsbl_score
== NO_DNSBL_SCORE
310
state->
dnsbl_score
=
358
state->
dnsbl_score
= NO_DNSBL_SCORE
[
all
...]
postscreen.h
87
int
dnsbl_score
; /* saved DNSBL score */
member in struct:__anon23160
Completed in 13 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026