Lines Matching refs:emailid
349 char *principal, *send_to, *emailid, *ends, *tm;
524 /* find first non whitespace after exptime (start of emailid) */
525 for (emailid = ends+1; *emailid && isspace(*emailid); emailid++);
527 /* find end of emailid */
528 if (*emailid) {
529 for (ends = emailid; *ends && !isspace(*ends);
537 if ((strcmp(send_to, "mail") == 0) && (!*emailid)) {
568 if (*emailid) {
569 config_entry->email = strdup(emailid);