--- src/dspam.c 2006-05-30 11:03:55.000000000 -0400 +++ src/dspam.c.new 2006-11-02 15:28:45.000000000 -0500 @@ -2321,8 +2321,8 @@ while (user != NULL) { - if (!strcmp (user, username) || user[0] == '*' || - (!strncmp(user, "*@", 2) && !strcmp(user+2, strchr(username,'@')))) + if (!strcmp (user, username) || !strcmp(user, "*") || + (!strncmp(user, "*@", 2) && !strcmp(user+1, strchr(username,'@')))) { /* If we're reporting a spam, report it as a spam to all other