Bug Tracker item #2903922, was opened at 2009-11-25 18:45 Message generated for change (Comment added) made by sbajic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2903922&group_id=250683
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Aria Stewart (aredridel) >Assigned to: Stevan Bajic (sbajic) Summary: Problem with fallbackDomains (reopen bug 2896879) Initial Comment: the fix in 2896879 doesn't work: if (!strcmp(username, "@")) { returns a sort order (-1, 0, 1), not a false-or-position-of-match, and so the if condition never works if the user starts with @ if (strchr(username, '@')) { would be the correct condition. Patch attached. ---------------------------------------------------------------------- >Comment By: Stevan Bajic (sbajic) Date: 2009-12-06 18:43 Message: Hello Adria Fixed in GIT. Thanks for reporting. -- Kind Regards from Switzerland, Stevan Bajić ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2903922&group_id=250683 ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Dspam-devel mailing list Dspam-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-devel