Searched refs:recipients (Results 1 – 25 of 134) sorted by relevance
123456
| /netbsd/src/external/ibm-public/postfix/dist/src/sendmail/ |
| D | sendmail.c | 574 ARGV *recipients; /* recipients from regular headers */ member 642 rcpt = state->recipients; in output_header() 681 const char *full_name, char **recipients) in enqueue() argument 815 if (recipients) { in enqueue() 816 for (cpp = recipients; *cpp != 0; cpp++) { in enqueue() 860 if (recipients) { in enqueue() 862 for (cpp = recipients; *cpp != 0; cpp++) { in enqueue() 874 state.recipients = argv_alloc(2); in enqueue() 959 state.recipients->argv; *cpp; cpp++) { in enqueue() 969 argv_free(state.recipients); in enqueue()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/local/ |
| D | Musings | 12 of expanded recipients. Sort/uniq the list and deliver by re-injecting 21 to expanded recipients by re-submitting the message into the mail 31 expanded recipient: remote recipients, shell commands and files,
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-2.7 | 40 reject recipients of a multi-recipient message. It is OK to reject 41 all recipients of the same multi-recipient message, as is deferring 42 or accepting all recipients of the same multi-recipient message. 144 reject recipients of a multi-recipient message. It is OK to reject 145 all recipients of the same multi-recipient message, as is deferring 146 or accepting all recipients of the same multi-recipient message.
|
| D | RELEASE_NOTES-2.1 | 156 specified recipients of a message. Wietse would never recommend 213 recipients, canonical mapping, virtual alias expansion, masquerading, 214 automatic BCC recipients and header/body checks. See postconf(5) 223 recipients of a message. Wietse would never recommend that people 311 [Feature 20030417] Automatic BCC recipients depending on sender or 392 qmgr_message_recipient_limit recipients. 562 [Incompat 20030417] "sendmail -t" no longer complains when recipients 563 are given on the command line. Instead, it now adds recipients from 564 headers to the recipients from the command-line.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/ |
| D | qmqp-source.c | 156 static int recipients = 1; variable 530 if ((recipients = atoi(optarg)) <= 0) in main() 641 if (recipients == 1) { in main() 647 for (n = 0; n < recipients; n++) { in main()
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | virtual | 15 # applies to all recipients: local(8), virtual, and remote. 21 # applies only to local(8) recipients. That table is only 122 # non-existent recipients and then tries to return 263 # apply to all recipients: local(8), virtual, and 266 # domain) and that apply only to local(8) recipients.
|
| D | aliases | 51 # for local recipients. The redirections are processed by 57 # which applies to all recipients: local(8), virtual, and 211 # apply only to local(8) recipients; this is unlike 214 # apply to all recipients: local(8), virtual, and
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | test-queue-file5 | 2 …6 -0500 (EST)N&From: me@porcupine.org (Wietse Venema)NTo: undisclosed-recipients:;p …
|
| D | cleanup_milter.in12 | 5 # so that all the recipients are in the extracted queue file segment.
|
| D | cleanup_milter.in13a | 5 # so that all the recipients are in the extracted queue file segment.
|
| D | test-queue-file11 | 2 …27 Apr 2009 20:41:30 -0400 (EDT)NFrom: MAILER-DAEMONNTo: undisclosed-recipients:;p …
|
| D | test-queue-file13d | 2 …27 Apr 2009 20:41:30 -0400 (EDT)NFrom: MAILER-DAEMONNTo: undisclosed-recipients:;p …
|
| D | cleanup_milter.ref5 | 23 541 regular_text: To: undisclosed-recipients:;
|
| D | cleanup_milter.ref13d | 35 907 regular_text: To: undisclosed-recipients:;
|
| D | bug1.file | 2 …2007 19:52:41 -0500 (EST)NFrom: wietse@porcupine.orgNTo: undisclosed-recipients:;p …
|
| D | test-queue-file4 | 2 …2007 19:52:41 -0500 (EST)NFrom: wietse@porcupine.orgNTo: undisclosed-recipients:;p …
|
| D | test-queue-file | 2 …2007 19:52:41 -0500 (EST)NFrom: wietse@porcupine.orgNTo: undisclosed-recipients:;p …
|
| D | bug1.file.ref | 2 …2006 21:04:18 -0400 (EDT)NFrom: wietse@porcupine.orgNTo: undisclosed-recipients:;p 11…
|
| D | bug1.text.ref | 41 To: undisclosed-recipients:;
|
| D | cleanup_milter.ref4 | 53 1182 regular_text: To: undisclosed-recipients:;
|
| D | bug1.ref | 44 1182 regular_text: To: undisclosed-recipients:;
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | aliases | 13 # mail for local recipients. The redirections are processed 19 # which applies to all recipients: local(8), virtual, and remote, 163 # localpart (no domain) and that apply only to \fBlocal\fR(8) recipients; 165 # full email address (including domain) and that apply to all recipients:
|
| D | virtual | 14 # applies to all recipients: local(8), virtual, and remote. 21 # applies only to \fBlocal\fR(8) recipients. That table is 110 # non-existent recipients and then tries to return that mail 252 # address (including domain) and that apply to all recipients: \fBlocal\fR(8), 255 # only to \fBlocal\fR(8) recipients.
|
| /netbsd/src/external/ibm-public/postfix/dist/src/bounce/ |
| D | 2template_test.in | 10 be delivered to one or more recipients. It's attached below. 78 be delivered to one or more recipients. It's attached below.
|
| /netbsd/src/usr.bin/mail/misc/ |
| D | mail.help | 11 r <message list> reply to message senders and all recipients
|
123456