Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dsmtpd.h1103 int8_t not_auth; member
Dlka_filter.c1103 return filter->config->not_auth < 0 ? !ret : ret; in filter_check_auth()
Dparse.y1625 filter_config->not_auth = $1 ? -1 : 1;