HomeSort by: relevance | last modified time | path
    Searched defs:postmaster_status (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_service.c 95 int postmaster_status = 1; local
302 postmaster_status = post_mail_fclose(bounce);
307 postmaster_status = 0;
310 if (postmaster_status)
bounce_one_service.c 95 int postmaster_status = 1; local
256 postmaster_status = post_mail_fclose(bounce);
258 if (postmaster_status)
bounce_warn_service.c 95 int postmaster_status = 1; local
286 postmaster_status = post_mail_fclose(bounce);
290 postmaster_status = 0;
293 if (postmaster_status)
bounce_notify_service.c 95 int postmaster_status = 1; local
302 postmaster_status = post_mail_fclose(bounce);
307 postmaster_status = 0;
310 if (postmaster_status)
bounce_one_service.c 95 int postmaster_status = 1; local
256 postmaster_status = post_mail_fclose(bounce);
258 if (postmaster_status)
bounce_warn_service.c 95 int postmaster_status = 1; local
286 postmaster_status = post_mail_fclose(bounce);
290 postmaster_status = 0;
293 if (postmaster_status)
bounce_notify_verp.c 99 int postmaster_status; local
247 postmaster_status = post_mail_fclose(bounce);
249 postmaster_status = 1;
251 if (postmaster_status)
bounce_notify_verp.c 99 int postmaster_status; local
247 postmaster_status = post_mail_fclose(bounce);
249 postmaster_status = 1;
251 if (postmaster_status)

Completed in 119 milliseconds