Searched refs:delivered (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/virtual/
H A Drecipient.c75 if (state.msg_attr.delivered == 0)
76 state.msg_attr.delivered = state.msg_attr.rcpt.address;
H A Dvirtual.h77 const char *delivered; /* for loop detection */ member in struct:DELIVER_ATTR
87 #define FEATURE_NODELIVERED (1<<0) /* no delivered-to */
112 attr.sender, attr.rcpt.orig_addr, attr.delivered, attr.fp
118 p.msg_attr.delivered ? p.msg_attr.delivered : "")
H A Ddeliver_attr.c63 attrp->delivered = 0;
81 msg_info("delivered: %s", attrp->delivered ? attrp->delivered : "null");
H A Dmaildir.c110 * Initialize. Assume the operation will fail. Set the delivered
115 state.msg_attr.delivered = state.msg_attr.rcpt.address;
138 * delivered."
243 dsb_simple(why, "2.0.0", "delivered to maildir");
H A Dmailbox.c105 * Initialize. Assume the operation will fail. Set the delivered
110 state.msg_attr.delivered = state.msg_attr.rcpt.address;
159 dsb_simple(why, "2.0.0", "delivered to mailbox");
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Ddeliver_attr.c70 attrp->delivered = 0;
95 msg_info("delivered: %s", attrp->delivered ? attrp->delivered : "null");
H A Dforward.c28 /* and delivered-to addresses.
90 * Use one cleanup service connection for each (delivered to, sender) pair.
210 msg_info("forward delivered=%s sender=%s recip=%s",
211 attr.delivered, attr.sender, attr.rcpt.address);
217 * delivered-to header address, then by envelope sender address.
219 if ((table_snd = (HTABLE *) htable_find(forward_dt, attr.delivered)) == 0) {
221 htable_enter(forward_dt, attr.delivered, (char *) table_snd);
250 DELIVER_ATTR attr, char *delivered)
263 vstring_strcpy(buffer, delivered);
336 char *delivered; local
249 forward_send(FORWARD_INFO *info, DELIVER_REQUEST *request, DELIVER_ATTR attr, char *delivered) argument
[all...]
H A Dlocal.h87 const char *delivered; /* for loop detection */ member in struct:DELIVER_ATTR
149 attr.sender, attr.rcpt.orig_addr, attr.delivered, attr.fp
158 p.msg_attr.delivered ? p.msg_attr.delivered : "", \
H A Drecipient.c29 /* so that mail for \fIuser+foo\fR is delivered to \fIuser\fR,
37 /* A table with delivered-to: addresses taken from the message.
157 * delivered directly, instead of going through username->first.last
165 * when mail for `user@secondary.name' is delivered to a .forward file
243 * leave the delivered attribute alone, so that the forwarded message
246 if (state.msg_attr.delivered == 0)
247 state.msg_attr.delivered = state.msg_attr.rcpt.address;
H A Ddotforward.c28 /* A table with delivered-to: addresses taken from the message.
141 * Set the delivered message attribute to the recipient, so that this
145 state.msg_attr.delivered = state.msg_attr.rcpt.address;
H A Dmaildir.c114 * Initialize. Assume the operation will fail. Set the delivered
120 state.msg_attr.delivered = state.msg_attr.rcpt.address;
144 * delivered."
246 dsb_simple(why, "2.0.0", "delivered to maildir");
H A Dalias.c20 /* or when the message should be delivered to the user instead.
40 /* A table with delivered-to: addresses taken from the message.
277 * Set the delivered message attribute to the recipient, so that
281 state.msg_attr.delivered = state.msg_attr.rcpt.address;
347 * specified, report a DSN of "delivered".
361 "delivered" : "expanded",
H A Dcommand.c110 * Skip this command if it was already delivered to as this user.
216 PIPE_CMD_DELIVERED, state.msg_attr.delivered,
234 dsb_simple(why, "2.0.0", "delivered to command: %s", command);
H A Dmailbox.c19 /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR;
124 * Initialize. Assume the operation will fail. Set the delivered
130 state.msg_attr.delivered = state.msg_attr.rcpt.address;
230 dsb_simple(why, "2.0.0", "delivered to mailbox");
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_copy.c11 /* int mail_copy(sender, orig_to, delivered, src, dst, flags, eol, why)
14 /* const char *delivered;
27 /* .IP delivered
28 /* Null pointer or delivered-to: header address.
131 const char *delivered,
151 * delivered again and again until someone removes it from the queue by
158 "causes large messages to be delivered repeatedly "
207 if (delivered == 0)
208 msg_panic("%s: null delivered", myname);
209 quote_822_local(buf, delivered);
129 mail_copy(const char *sender, const char *orig_rcpt, const char *delivered, VSTREAM *src, VSTREAM *dst, int flags, const char *eol, DSN_BUF *why) argument
[all...]
H A Dpipe_command.c175 char *delivered; /* envelope recipient */ member in struct:pipe_args
204 args->delivered = 0;
233 args->delivered = va_arg(ap, char *);
589 args.delivered, src,
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dinet6.c495 u_quad_t delivered; local
521 delivered = udp6stat[UDP6_STAT_IPACKETS] -
528 if (delivered || sflag <= 1)
529 printf("\t%llu delivered\n", (unsigned long long)delivered);
836 "\t%llu datagram%s delivered to an upper layer protocol\n");
1304 u_quad_t delivered; local
1328 delivered = rip6stat[RIP6_STAT_IPACKETS] -
1333 if (delivered || sflag <= 1)
1334 printf("\t%llu delivered\
[all...]
H A Dinet.c521 u_quad_t delivered; local
551 delivered = udpstat[UDP_STAT_IPACKETS] -
558 if (delivered || sflag <= 1)
559 printf("\t%" PRIu64 " delivered\n", delivered);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch53 a file of this name instead of delivered to a printer.

Completed in 113 milliseconds