Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dlka_filter.c1112 if (filter->config->auth_regex == NULL) in filter_check_auth_regex()
1115 if (key && table_match(filter->config->auth_regex, K_REGEX, key) > 0) in filter_check_auth_regex()
H A Dsmtpd.h1110 struct table *auth_regex; member
H A Dparse.y1638 filter_config->auth_regex = $4;