From mboxrd@z Thu Jan 1 00:00:00 1970 From: fifadd@tin.it Date: Tue, 19 Jul 2005 15:34:03 +0000 Subject: Re: mlmmj 1.2.9 UNOFFICIAL release, with qmail support Message-Id: <42D3CDD00000CF71@ims3a.cp.tin.it> List-Id: References: <42D3CDD00000AB73@ims3a.cp.tin.it> In-Reply-To: <42D3CDD00000AB73@ims3a.cp.tin.it> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: mlmmj@mlmmj.org >-- Messaggio originale -- >Date: Tue, 19 Jul 2005 11:11:32 +0200 >From: Mads Martin Joergensen >To: mlmmj@mmj.dk >Subject: Re: mlmmj 1.2.9 UNOFFICIAL release, with qmail support > > >* Morten K. Poulsen [Jul 19. 2005 11:10]: >> On Mon, Jul 18, 2005 at 11:41:03PM +0200, Mads Martin Joergensen wrote: >> > if(owner && strncmp(recipdelim, concatstr(2, RECIPDELIM, "owner@"), >7) == 0) { >> >> Wouldn't >> >> if(owner && strncmp(recipdelim, RECIPDELIM"owner@", 7) == 0) { >> >> do the same? Then the compiler handles the concatenation. > >Indeed! I totally forgot about that. Idem! -Filippo