Home
last modified time | relevance | path

Searched refs:denied_from_hdrs (Results 1 – 3 of 3) sorted by relevance

/dports/mail/masqmail/masqmail-0.3.5/src/
H A Droute.c352 …if (route->denied_from_hdrs && g_list_find_custom(route->denied_from_hdrs, addr, _g_list_addrcmp))… in route_from_hdr_is_allowed()
H A Dmasqmail.h89 GList *denied_from_hdrs; member
H A Dconf.c630 route->denied_from_hdrs = parse_address_glob_list(rval); in read_route()