spf-discuss
[Top] [All Lists]

Re: Case Sensitivity

2004-08-01 00:01:02
Le dimanche 1 Août 2004 08:20, wayne a écrit :

Yes, I left out two tolower()'s in SPF_eval_id.c in libspf2. It is a
bug.  It can be fixed with the following patch:

601c603
<                                   && *pc-- == *ps-- )
---

                                  && tolower( *pc-- ) == tolower( *ps-- )
)

RPMs for Mandrake 10.0 of libspf2 including this patch are available from:
http://www.bouissou.net/spftools/

(libspf2*-1.0.4-2.100mdk.*.rpm)

Please feel free to put them in the download section of the libspf2.org site.

Cheers.

-- 
Michel Bouissou <michel(_at_)bouissou(_dot_)net> OpenPGP ID 0xDDE8AC6E


<Prev in Thread] Current Thread [Next in Thread>