OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soft_error
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_trouble.c
231
int
soft_error
= (STR(why->status)[0] == '4');
local
241
if (
soft_error
) {
245
soft_error
= (state->misc_flags & SMTP_MISC_FLAG_FINAL_SERVER) == 0;
254
if ((
soft_error
|| soft_bounce_error)
294
status = (
soft_error
? defer_append : bounce_append)
402
int
soft_error
;
local
418
soft_error
= STR(why->status)[0] == '4';
429
if ((
soft_error
|| soft_bounce_error)
445
status = (
soft_error
? defer_append : bounce_append)
Completed in 14 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026