David Carter wrote:
> On Tue, 20 May 2008, Matthew Hodgson wrote:
>
>> If I create a hierarchy of folders such as:
>>
>> test
>> test.SPAM
>> test-foo
>>
>> and try to list the folder hierarchy with something like:
>>
>> 11 LIST &quo
stname, name, matchlen) == 0
-&& (lastname[matchlen] == '\0' || lastname[matchlen] == '.'))) {
+&& strncmp(lastname, name, matchlen) == 0)) {
return;
}
thanks,
M.
--
Matthew Hodgson <[EMAIL PROTECTED]>
Media & Systems Project Manager
Tel
This seemed to disappear into the void first time, so i'll try resending
it from pine rather than thunderbird...
-- Forwarded message --
Date: Thu, 22 Apr 2004 11:31:56 +0100
From: Matthew Hodgson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libconfig patch fo
le make distclean & autogen. Mea
culpa.
thanks,
Matthew.
--
__________
Matthew Hodgson [EMAIL PROTECTED] Tel: +44 845 6667778
Systems Analyst, MX Telecom Ltd.
Ken Murhcison wrote:
> Matthew Hodgson wrote:
>
>
> > Looking at the process_recipient() code in lmtpengine.c,
> I'm not sure
> > that the
> > quote-string parsing has been updated fully to reflect
> virtual domains - so
> > I've fiddled around a
Matthew Hodgson wrote:
Looking at the process_recipient() code in lmtpengine.c, I'm not sure
that the quote-string parsing has been updated fully to reflect
> virtual domains - so I've fiddled around and come up with a version
> based on the existing code, and also a compl
just say - any feedback & flames appreciated.
cheers,
M.
__________
Matthew Hodgson [EMAIL PROTECTED] Tel: +44 845 6667778
Systems Analyst, MX Telecom Ltd.
Index: lmtpengine.c
===
RCS file: /cvs/src/cyru