Home
last modified time | relevance | path

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

/openbsd/libexec/spamd/
H A Dgrey.c99 struct mail_addr { struct
100 SLIST_ENTRY(mail_addr) entry;
105 SLIST_HEAD(, mail_addr) match_suffix = SLIST_HEAD_INITIALIZER(match_suffix); argument
255 struct mail_addr *m; in readsuffixlists()
284 if ((m = malloc(sizeof(struct mail_addr))) == NULL) in readsuffixlists()
633 struct mail_addr *m; in trapcheck()