if (!strcmp (user, username) || user[0] == '*' || |
if (!strcmp (user, username) || !strcmp(user, "*") || |
(!strncmp(user, "*@", 2) && !strcmp(user+2, strchr(username,'@')))) |
(!strncmp(user, "*@", 2) && !strcmp(user+1, strchr(username,'@')))) |
/* If we're reporting a spam, report it as a spam to all other | /* If we're reporting a spam, report it as a spam to all other |