Searched refs:list (Results 1 - 7 of 7) sorted by relevance

/sendmail/sendmail/
H A Drecipient.c125 ** the rcpt list has been provided already in-order.
135 ** SENDTOLIST -- Designate a send list.
137 ** The parameter is a comma-separated list of people to send to.
141 ** list -- the send list.
153 ** The number of addresses actually on the list.
160 sendtolist(list, ctladdr, sendq, aliaslevel, e)
161 char *list;
168 register ADDRESS *SM_NONVOLATILE al; /* list of addresses to send to */
177 if (list
[all...]
H A Dusersmtp.c374 /* advance pointer in result list */
1388 ** availrealms -- list of available realms
1418 /* check whether context is in list */
1426 "AUTH=client, realm=%s not in list=%s",
1435 ** ITEMINLIST -- does item appear in list?
1437 ** Check whether item appears in list (which must be separated by a
1439 ** of the list or after a space, and it must end with a space or the
1440 ** end of the list.
1444 ** list -- list o
[all...]
H A Dutil.c479 ** COPYPLIST -- copy list of pointers.
485 ** list -- list of pointers to copy.
493 ** a copy of 'list'.
497 copyplist(list, copycont, rpool)
498 char **list;
505 for (vp = list; *vp != NULL; vp++)
510 newvp = (char **) sm_rpool_malloc_x(rpool, (vp - list) * sizeof(*vp));
511 memmove((char *) newvp, (char *) list, (int) (vp - list) * sizeo
[all...]
H A Dmilter.c1339 ** MILTER_CONFIG -- parse option list into an array and check config
1344 ** spec -- the filter list.
1345 ** list -- the array to fill in.
1346 ** max -- the maximum number of entries in list.
1353 milter_config(spec, list, max)
1355 struct milter **list;
1361 /* leave one for the NULL signifying the end of the list */
1378 list[0] = NULL;
1392 list[numitems++] = s->s_milter;
1394 list[numitem
[all...]
/sendmail/vacation/
H A Dvacation.c127 if (!initdb && !list) \
145 bool list = false; local
233 list = true; /* list the database */
294 if (!initdb && !list && !exclude)
414 if (list)
579 strncasecmp(p, "list", 4) == 0)
664 ** read the header and return if automagic/junk/bulk/list mail
670 ** is this some automated/junk/bulk/list mail?
940 ** f -- file pointer with list o
[all...]
/sendmail/contrib/
H A Dbuildvirtuser10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
45 matching the virtual domain name and the contents containing a list of
H A Dexpn.pl39 # notice, this list of conditions and the following disclaimer.
41 # notice, this list of conditions and the following disclaimer in the
82 # @hosts : list of servers still to be contacted
1273 list out of an existing one.

Completed in 21 milliseconds