OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEL_RCPT_STAT_OK
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/verify/
verify.c
343
if ((*status ==
DEL_RCPT_STAT_OK
358
if (addr_status ==
DEL_RCPT_STAT_OK
)
401
if (addr_status ==
DEL_RCPT_STAT_OK
403
|| STATUS_FROM_RAW_ENTRY(raw_data) !=
DEL_RCPT_STAT_OK
) {
479
(addr_status ==
DEL_RCPT_STAT_OK
&& updated + var_verify_pos_exp < now)
481
(addr_status !=
DEL_RCPT_STAT_OK
&& updated + var_verify_neg_exp < now)
532
(addr_status ==
DEL_RCPT_STAT_OK
&& updated + var_verify_pos_try < now)
534
(addr_status !=
DEL_RCPT_STAT_OK
&& updated + var_verify_neg_try < now)
/src/external/ibm-public/postfix/dist/src/global/
deliver_request.h
118
#define
DEL_RCPT_STAT_OK
0
verify.c
116
if (var_verify_neg_cache || vrfy_stat ==
DEL_RCPT_STAT_OK
) {
sent.c
138
DEL_RCPT_STAT_OK
);
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_out_recipient.c
237
cleanup_verify_append(state, &rcpt, &dsn,
DEL_RCPT_STAT_OK
);
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.c
2278
case
DEL_RCPT_STAT_OK
:
6080
*addr_status =
DEL_RCPT_STAT_OK
;
Completed in 22 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026