Searched refs:ignore (Results 1 - 8 of 8) sorted by relevance
/sendmail/vacation/ |
H A D | vacation.c | 480 ** read the rest of the e-mail and ignore it to avoid problems 674 struct ignore struct 680 typedef struct ignore IGNORE_T; 696 static IGNORE_T ignore[] = local 785 ** The address surely can't match any entry in ignore[] 793 for (cur = ignore; cur->name != NULL; ++cur)
|
/sendmail/libsm/ |
H A D | clock.c | 628 sm_endsleep(ignore) 629 int ignore;
|
/sendmail/sendmail/ |
H A D | daemon.c | 366 ** That's also why we currently ignore the 476 /* let's ignore these temporary errors */ 2889 connecttimeout(ignore) 2890 int ignore; 3108 sigfunc_t ignore, oalrm, ousr1; local 3170 SM_NOOP_SIGNAL(SIGCHLD, ignore); 3171 SM_NOOP_SIGNAL(SIGHUP, ignore); 3172 SM_NOOP_SIGNAL(SIGINT, ignore); 3173 SM_NOOP_SIGNAL(SIGPIPE, ignore); 3174 SM_NOOP_SIGNAL(SIGTERM, ignore); [all...] |
H A D | parseaddr.c | 469 ** ignore -- if true, ignore unbalanced addresses 661 prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab, ignore) 668 bool ignore; 775 if (ignore) 803 if (delim == ',' && !route_syntax && !ignore) 854 if (!ignore) 881 if (!ignore) 2329 ** care about the host we just ignore it, etc.
|
H A D | recipient.c | 1904 includetimeout(ignore) 1905 int ignore;
|
H A D | deliver.c | 1410 /* ignore long term host status information if mailer flag W is set */ 3823 endwaittimeout(ignore) 3824 int ignore; 5297 /* ignore set-user-ID and set-group-ID bits */ 5664 mailfiletimeout(ignore) 5665 int ignore;
|
H A D | milter.c | 1198 milter_connect_timeout(ignore) 1199 int ignore; 3981 ** the requirements of SMTP. Therefore, ignore the
|
H A D | queue.c | 2035 ** If we are running part of the queue, always ignore stored 2376 ** and over but gatherq() may ignore entries due to 2433 runqueueevent(ignore) 2434 int ignore; 4213 /* obsolete -- ignore */ 4324 /* ignore this; we want a new message next time */ 4421 default: /* ignore or complain? */
|
Completed in 604 milliseconds