list_match
if (tok == NULL || list_match(NULL, item, match_fn) == NO)
static int list_match(char *, const char *,
match = (list_match(froms, from, from_match)
&& list_match(users, user, user_match));