Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dsmtpd.h1100 int8_t not_helo_regex; member
H A Dlka_filter.c1077 return filter->config->not_helo_regex < 0 ? !ret : ret; in filter_check_helo_regex()
H A Dparse.y1618 filter_config->not_helo_regex = $1 ? -1 : 1;