Searched defs:ignore (Results 1 - 2 of 2) sorted by relevance

/sendmail/vacation/
H A Dvacation.c480 ** 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/sendmail/
H A Ddaemon.c366 ** 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...]

Completed in 104 milliseconds