Lines Matching refs:al
651 ADDRESS al, bl; local
728 if (parseaddr(line, &al, RF_COPYALL, ':', NULL, CurEnv, true)
804 if (!bitnset(M_ALIASABLE, al.q_mailer->m_flags))
807 al.q_paddr);
817 if (sm_strcasecmp(al.q_user, "postmaster") == 0)
818 makelower(al.q_user);
820 lhssize = strlen(al.q_user);
837 map->map_class->map_store(map, al.q_user, rhs);
851 if (al.q_paddr != NULL)
852 sm_free(al.q_paddr); /* disabled */
853 if (al.q_host != NULL)
854 sm_free(al.q_host); /* disabled */
855 if (al.q_user != NULL)
856 sm_free(al.q_user); /* disabled */