On Wed, May 30, 2001 at 02:28:19AM +0200, [EMAIL PROTECTED] wrote:
> the variabeles r,at,i are in the original qmail-lspawn initialized at line
> 405. This is needed because they are used to build the ldap search filter.
> Now in the dash patch, they are also used but never initialised. I think
> the following should be BEFORE line 404 (where the "#ifdef DASH_EXT" part
> begins):
> 
>       at = 0;
>       r = mail->s;
>       i = mail->len;
>       for (at = i - 1; r[at] != '@' && at >= 0 ; at--) ;
>              /* handels also mailwith 2 @ */
> 
> 

Will have a look at this once yesterday's "let's drink one beer"
side-effects left me ;-))

Please Note that I haven't build my patches for the 200105-patch, I'm still
using 200103. I will build them for 200106 asap (after looking at the search
filter routines VERY intensive - these monthly changes due to objectclass
restriction bugs are really annoying...)

Greetings

Henning

-- 
* Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de *
* Roedingsmarkt 14, 20459 Hamburg, Germany               *
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

Reply via email to