Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dlka_filter.c1178 if (filter->config->rcpt_to_regex == NULL) in filter_check_rcpt_to_regex()
1181 if (table_match(filter->config->rcpt_to_regex, K_REGEX, key) > 0) in filter_check_rcpt_to_regex()
H A Dsmtpd.h1122 struct table *rcpt_to_regex; member
H A Dparse.y1664 filter_config->rcpt_to_regex = $4;