| /src/external/ibm-public/postfix/dist/src/bounce/ |
| bounce_service.h | 61 extern int bounce_one_service(int, char *, char *, char *, int, char *, char *, int, RCPT_BUF *, DSN_BUF *, BOUNCE_TEMPLATES *); 91 RCPT_BUF *rcpt_buf; /* recipient info */ member in struct:__anon23057 101 extern BOUNCE_INFO *bounce_mail_one_init(const char *, const char *, const char *, int, const char *, RCPT_BUF *, DSN_BUF *, BOUNCE_TEMPLATE *);
|
| bounce_notify_verp.c | 129 RCPT_BUF *rcpt_buf = rcpb_create(); local 133 vstring_strcpy(rcpt_buf->address, "(recipient address unavailable)"); 134 (void) RECIPIENT_FROM_RCPT_BUF(rcpt_buf); 137 dsn_envid, dsn_ret, rcpt_buf, 139 rcpb_free(rcpt_buf); 153 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf, 155 RECIPIENT *rcpt = &bounce_info->rcpt_buf->rcpt;
|
| bounce.c | 206 #include <rcpt_buf.h> 240 static RCPT_BUF *rcpt_buf; variable 274 RECV_ATTR_FUNC(rcpb_scan, (void *) rcpt_buf), 288 VS_NEUTER(rcpt_buf->address); 289 VS_NEUTER(rcpt_buf->orig_addr); 290 VS_NEUTER(rcpt_buf->dsn_orcpt); 298 (void) RECIPIENT_FROM_RCPT_BUF(rcpt_buf); 303 * rcpt_buf buffers instead. See DSN_FROM_DSN_BUF() and 309 STR(rcpt_buf->orig_addr), STR(rcpt_buf->address) [all...] |
| bounce_notify_util.c | 29 /* rcpt_buf, dsn_buf, template) 36 /* RCPT_BUF *rcpt_buf; 231 RCPT_BUF *rcpt_buf, 278 bounce_info->rcpt_buf = rcpt_buf; 437 RCPT_BUF *rcpt_buf; local 451 rcpt_buf = 0 [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| deliver_request.c | 134 #include "rcpt_buf.h" 220 static RCPT_BUF *rcpt_buf; local 247 rcpt_buf = rcpb_create(); 319 RECV_ATTR_FUNC(rcpb_scan, (void *) rcpt_buf), 324 recipient_list_add(&request->rcpt_list, rcpt_buf->offset, 325 vstring_str(rcpt_buf->dsn_orcpt), 326 rcpt_buf->dsn_notify, 327 vstring_str(rcpt_buf->orig_addr), 328 vstring_str(rcpt_buf->address)) [all...] |
| /src/external/ibm-public/postfix/dist/src/showq/ |
| showq.c | 157 static void showq_reasons(VSTREAM *, const char *, BOUNCE_LOG *, RCPT_BUF *, 177 RCPT_BUF *rcpt_buf = 0; local 192 if (rcpt_buf) \ 193 rcpb_free(rcpt_buf); \ 327 if (rcpt_buf == 0) 328 rcpt_buf = rcpb_create(); 334 showq_reasons(client, *cpp, logfile, rcpt_buf, dsn_buf, 348 RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf [all...] |