Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dsmtpd.h1094 int8_t not_src_regex; member
Dlka_filter.c1064 return filter->config->not_src_regex < 0 ? !ret : ret; in filter_check_src_regex()
Dparse.y1605 filter_config->not_src_regex = $1 ? -1 : 1;