ASSP development mailing list <[email protected]>
schreibt:
>You are missing the point -


There is a possible bug in the code.
In V1 the part of this code is:

} elsif (  !$this->{islocalmailaddress}
                && $LocalAddresses_Flat
                && $uh =~ /^(.*)(@.*)$/
                && matchSL( $2, 'LocalAddresses_Flat' ))
                {
                                $this->{islocalmailaddress} = 1;
                d("$2 validated by LocalAddresses_Flat\n");
                mlog( $fh, "$2 validated by LocalAddresses_Flat" ) if
$ValidateUserLog ==3;


This is meant to have a match when the domain is inLocalAddresses_Flat,
so that f...@iworld will match
LocalAddresses_Flat with 
a...@iworld 
@iworld


Please send me your final peace of code.


------------------------------------------------------------------------------
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
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to