Bug Tracker item #2903922, was opened at 2009-11-25 10:45
Message generated for change (Tracker Item Submitted) made by aredridel
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aria Stewart (aredridel)
Assigned to: Nobody/Anonymous (nobody)
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2903922&group_id=250683

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to