Searched refs:postmaster_status (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_warn_service.c95 int postmaster_status = 1; local
274 postmaster_status = post_mail_fclose(bounce);
275 if (postmaster_status == 0)
281 postmaster_status = 0;
284 if (postmaster_status)
H A Dbounce_notify_service.c95 int postmaster_status = 1; local
290 postmaster_status = post_mail_fclose(bounce);
291 if (postmaster_status == 0)
298 postmaster_status = 0;
301 if (postmaster_status)
H A Dbounce_notify_verp.c99 int postmaster_status; local
239 postmaster_status = post_mail_fclose(bounce);
240 if (postmaster_status == 0)
244 postmaster_status = 1;
246 if (postmaster_status)
H A Dbounce_one_service.c95 int postmaster_status = 1; local
244 postmaster_status = post_mail_fclose(bounce);
245 if (postmaster_status == 0)
249 if (postmaster_status)

Completed in 204 milliseconds