Home
last modified time | relevance | path

Searched refs:bounce_status (Results 1 – 10 of 10) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/bounce/
H A Dbounce_notify_service.c92 int bounce_status = 1; in bounce_notify_service() local
163 bounce_status = 0; in bounce_notify_service()
175 bounce_status = 0; in bounce_notify_service()
200 bounce_status = post_mail_fclose(bounce); in bounce_notify_service()
201 if (bounce_status == 0) in bounce_notify_service()
208 bounce_status = 0; in bounce_notify_service()
241 bounce_status = post_mail_fclose(bounce); in bounce_notify_service()
242 if (bounce_status == 0) in bounce_notify_service()
249 bounce_status = 0; in bounce_notify_service()
308 if (bounce_status == 0 && (flags & BOUNCE_FLAG_DELRCPT)) in bounce_notify_service()
[all …]
H A Dbounce_warn_service.c92 int bounce_status = 1; in bounce_warn_service() local
152 bounce_status = 0; in bounce_warn_service()
164 bounce_status = 0; in bounce_warn_service()
189 bounce_status = post_mail_fclose(bounce); in bounce_warn_service()
190 if (bounce_status == 0) in bounce_warn_service()
196 bounce_status = 0; in bounce_warn_service()
228 bounce_status = post_mail_fclose(bounce); in bounce_warn_service()
229 if (bounce_status == 0) in bounce_warn_service()
235 bounce_status = 0; in bounce_warn_service()
246 if (bounce_status == 0 && SEND_POSTMASTER_DELAY_NOTICE in bounce_warn_service()
[all …]
H A Dbounce_one_service.c92 int bounce_status = 1; in bounce_one_service() local
133 bounce_status = 0; in bounce_one_service()
145 bounce_status = 0; in bounce_one_service()
166 bounce_status = post_mail_fclose(bounce); in bounce_one_service()
167 if (bounce_status == 0) in bounce_one_service()
183 bounce_status = 0; in bounce_one_service()
204 bounce_status = post_mail_fclose(bounce); in bounce_one_service()
205 if (bounce_status == 0) in bounce_one_service()
220 if (bounce_status == 0 && SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE in bounce_one_service()
256 if (bounce_status == 0 && (flags & BOUNCE_FLAG_DELRCPT)) in bounce_one_service()
[all …]
H A Dbounce_notify_verp.c96 int bounce_status = 0; in bounce_notify_verp() local
133 bounce_status = bounce_one_service(flags, queue_name, queue_id, in bounce_notify_verp()
140 return (bounce_status); in bounce_notify_verp()
163 bounce_status = 0; in bounce_notify_verp()
185 bounce_status = post_mail_fclose(bounce); in bounce_notify_verp()
186 if (bounce_status == 0) in bounce_notify_verp()
190 bounce_status = 1; in bounce_notify_verp()
196 if (bounce_status != 0) in bounce_notify_verp()
255 if (bounce_status == 0 && mail_queue_remove(service, queue_id) in bounce_notify_verp()
266 return (bounce_status); in bounce_notify_verp()
H A Dbounce_trace_service.c90 int bounce_status = 1; in bounce_trace_service() local
194 bounce_status = post_mail_fclose(bounce); in bounce_trace_service()
195 if (bounce_status == 0) in bounce_trace_service()
201 bounce_status = 0; in bounce_trace_service()
209 if (bounce_status == 0 && mail_queue_remove(service, queue_id) in bounce_trace_service()
219 return (bounce_status); in bounce_trace_service()
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Dbounce.pl9 $bounce_status, $bounce_speed, $bounce_running, $bounce_counter);
77 $bounce_status = $feedback->Text(
83 $bounce_status->pack(-side => 'left', -fill => 'x', -expand => 1);
252 $bounce_status->insert('1.0', $msg);
258 $bounce_status->delete('1.0', 'end');
/dports/games/wolfpack/empire-4.4.1/src/client/
H A Dplay.c91 static int bounce_status, bounce_error; variable
166 bounce_status = -1; in stdin_read_thread()
170 bounce_status = _read(0, bounce_buf, sizeof(bounce_buf)); in stdin_read_thread()
297 if (bounce_status < 0) { in w32_ring_from_file_or_bounce_buf()
299 res = bounce_status; in w32_ring_from_file_or_bounce_buf()
301 for (i = 0; i < bounce_status; i++) { in w32_ring_from_file_or_bounce_buf()
304 memmove(bounce_buf, bounce_buf + i, bounce_status - i); in w32_ring_from_file_or_bounce_buf()
305 bounce_status -= i; in w32_ring_from_file_or_bounce_buf()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dbounce.c100 static void bounce_status(struct bounce_session *, const char *, ...);
663 bounce_status(struct bounce_session *s, const char *fmt, ...) in bounce_status() function
725 bounce_status(s, "Input too long"); in bounce_io()
740 bounce_status(s, "Bad response: %s", error); in bounce_io()
753 bounce_status(s, "%s", line); in bounce_io()
756 bounce_status(s, "%s", line); in bounce_io()
778 bounce_status(s, "442 i/o error %d", evt); in bounce_io()
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/WWW/
H A DTools.pm91 our %bounce_status = (
/dports/mail/sympa/sympa-6.2.62/src/cgi/
H A Dwwsympa.fcgi.in10005 $Sympa::WWW::Tools::bounce_status{$2};