Searched refs:usermatch (Results 1 - 1 of 1) sorted by relevance
| /ast/src/cmd/mailx/ |
| H A D | spam.c | 364 usermatch(const char* a, const char* b, int to) function 504 if (addrmatch(t, state.var.user) || state.var.spamfromok && usermatch(t, state.var.spamfromok, 0)) 506 if (addrmatch(t, to) || state.var.spamfrom && usermatch(t, state.var.spamfrom, 0)) 593 if (addrmatch(t, state.var.user) || state.var.spamfromok && usermatch(t, state.var.spamfromok, 0)) 595 if (addrmatch(t, to) || state.var.spamfrom && usermatch(t, state.var.spamfrom, 0)) 734 else if (state.var.spamtook && usermatch(t, state.var.spamtook, state.var.local != 0)) 740 else if (state.var.spamto && usermatch(t, state.var.spamto, state.var.local != 0))
|
Completed in 8 milliseconds