Searched refs:al (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dalias.c649 ADDRESS al, bl; local
726 if (parseaddr(line, &al, RF_COPYALL, ':', NULL, CurEnv, true)
735 ** 'al' is the internal form of the LHS address.
802 if (!bitnset(M_ALIASABLE, al.q_mailer->m_flags))
805 al.q_paddr);
815 if (sm_strcasecmp(al.q_user, "postmaster") == 0)
816 makelower(al.q_user);
818 lhssize = strlen(al.q_user);
835 map->map_class->map_store(map, al.q_user, rhs);
849 if (al
[all...]
H A Drecipient.c168 register ADDRESS *SM_NONVOLATILE al; /* list of addresses to send to */ local
198 al = NULL;
234 a->q_next = al;
289 al = a;
293 while (al != NULL)
295 register ADDRESS *a = al;
297 al = a->q_next;
H A Dreadcf.c2642 char *al; local
2644 SET_OPT_DEFAULT(al, "aliases");
2645 setalias(al);

Completed in 22 milliseconds