I found a semantic error in the LMTP module: the various domain checks assume one or more "handled domains" that consist of exactly 2 host components. Therefore, if you try to create an LMTP server object with a domain of "foo.bar.com", checks will fail due to the code ignoring the "foo" component.
Is a fix for this something that is allowable for 7.7, or shall it be held for 7.9?
Bill
Bill Welliver wrote:
I found a semantic error in the LMTP module: the various domain checks assume one or more "handled domains" that consist of exactly 2 host components. Therefore, if you try to create an LMTP server object with a domain of "foo.bar.com", checks will fail due to the code ignoring the "foo" component.
Is a fix for this something that is allowable for 7.7, or shall it be held for 7.9?
That qualifies as a bug, and should go into 7.7, IMHO.
pike-devel@lists.lysator.liu.se