View | Details | Raw Unified
Collapse All | Expand All

(-) src/dspam.c (-2 / +2 lines)
 Lines 2321-2328    Link Here 
  
  
          while (user != NULL)
          while (user != NULL)
          {
          {
            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