Searched refs:new (Results 1 - 13 of 13) sorted by relevance

/sendmail/sendmail/
H A Drecipient.c189 /* heuristic to determine old versus new style addresses */
356 /* heuristic to determine old versus new style addresses */
439 ** new -- the (preparsed) address header for the recipient.
453 recipient(new, sendq, aliaslevel, e)
454 register ADDRESS *new;
477 initialdontsend = QS_IS_DEAD(new->q_state);
478 e->e_to = new->q_paddr;
479 m = new->q_mailer;
482 new->q_flags |= QPRIMARY;
486 printaddr(sm_debug_file(), new, fals local
822 printaddr(sm_debug_file(), new, false); local
953 printaddr(sm_debug_file(), new, false); local
1051 printaddr(sm_debug_file(), new, false); local
[all...]
H A Dmain.c198 QUEUE_CHAR *new; local
1028 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1029 new->queue_match = newstr(&optarg[1]);
1030 new->queue_negate = negate;
1031 new->queue_next = QueueLimitId;
1032 QueueLimitId = new;
1036 new = (QUEUE_CHAR *) xalloc(sizeof(*new));
1037 new
[all...]
H A Dqueue.c77 /* Get new load average every 30 seconds. */
485 newid ? " (new id)" : "");
885 char new = queue_letter(e, ANYQFL_LETTER); local
902 e->e_qfletter != new)
907 e->e_qfletter, new);
921 e->e_qfletter = new;
1331 ** Only set a new time if a queue run was performed
1333 ** we could starve it by setting a new time on each
1771 ** Get new load average every GET_NEW_LA_TIME seconds.
2052 ** The caller of the "domorework" label must setup a new envelop
[all...]
H A Dsrvrsmtp.c581 QUEUE_CHAR *new; local
760 /* SASL server new connection */
3113 new = (QUEUE_CHAR *) sm_malloc(sizeof(QUEUE_CHAR));
3114 if (new == NULL)
3119 new->queue_match = id;
3120 new->queue_negate = false;
3121 new->queue_next = NULL;
3122 QueueLimitRecipient = new;
H A Dmilter.c1499 ** new number of macros
2894 ** pointer to new string
2905 char *new; local
2910 new = sm_rpool_malloc_x(rp, l + 2);
2911 new[0] = ' ';
2912 new[1] = '\0';
2913 sm_strlcpy(new + 1, str, l + 1);
2914 return new;
3627 ** MILTER_REPLBODY -- Replace the current data file with new body
3630 ** response -- encoded form of new bod
[all...]
H A Dmap.c1347 char *new; local
1350 new = xalloc(sz);
1351 (void) sm_snprintf(new, sz, "%s%c%s",
1354 vp = new;
1537 /* if new file, get "before" bits for later filechanged check */
2104 /* if new file, get the "before" bits for later filechanged check */
3412 sm_dprintf("opening new connection\n");
7184 /* if we are looking at a NULL ns_map_list_t, then create a new one */
7515 sm_dprintf("opening new connection\n");
/sendmail/contrib/
H A Dbuildvirtuser67 If a new domain is added (i.e., by adding a new file to
103 my $newvirthosts = "$maildir/virthosts.new";
105 my $newvirt = "$maildir/virtusertable.new.db";
115 my $new = shift;
120 chmod($st->mode, $new) || warn "Could not chmod($st->mode, $new): $!\n";
121 chown($st->uid, $st->gid, $new) || warn "Could not chmod($st->uid, $st->gid, $new): $!\n";
128 $newvirt = "$maildir/virtusertable.new";
[all...]
/sendmail/devtools/OS/
H A DNEXTSTEP.4.x11 # For new sendmail Makefile structure, this must go in the ENVDEF and LDOPTS
H A DNeXT.3.x11 # For new sendmail Makefile structure, this must go in the ENVDEF and LDOPTS
H A DNeXT.4.x11 # For new sendmail Makefile structure, this must go in the ENVDEF and LDOPTS
/sendmail/libsm/
H A Dmbdb.c443 /* interpolate new ldap_base and ldap_host from arg if given */
446 char *new; local
451 new = sm_malloc(len);
452 if (new == NULL)
454 (void) sm_strlcpy(new, arg, len);
455 sep = strrchr(new, '@');
461 LDAPLMAP.ldap_base = new;
/sendmail/libmilter/
H A Dworker.c93 #define WKST_WAITING 4 /* waiting for new command */
184 /* if there is an idle worker, signal it, otherwise start new worker */
340 ** launch new thread if no worker available
466 size_t new; local
468 new = (dim_pfd + PFD_STEP) *
471 realloc(pfd, new);
706 ("worker %d: new task -> let's handle it",
732 ** Signal task controller to add new session
792 ** MI_LIST_ADD_CTX -- add new session to linked list
H A Dengine.c138 #define ST_Q_NC 14 /* quit, new connection follows */
298 ** Hence r must be set to _SMFIS_NONE if a new buf is
357 /* is new state ok? */
360 sm_dprintf("[%lu] cur %x new %x nextmask %x\n",
367 sm_dprintf("[%lu] abort: cur %d (%x) new %d (%x) next %x\n",
378 ** try to reach the new state from HELO
1647 ** new -- new state
1654 trans_ok(old, new)
1655 int old, new;
[all...]

Completed in 489 milliseconds