On 12/5/03 5:56 PM, "Mark Mackay - Orcon" <[EMAIL PROTECTED]> wrote:
> One other note -- I don't think everyone wants the header cache. A lot of > people are using IMAP webmail clients, and unless dbmail itself can benefit > from such a cache, I'd suggest it's a compile-time option. No processing > overhead if you don't need it, and typically you're gonna choose the list of > headers you want once or twice in the lifetime of a dbmail setup. If people > want more headers, it should only affect DB size and processing time at > delivery/rebuild. Selects from I should still be fast and only the desired > headers can be returned. Perhaps if we started with a few really basic headers to base the implementation on, then peope could extend it on their own past there. Like From: and Subject: Actually, now that I think about this, shouldn't these headers just be added into the messages table? How about... Date: (I'm assuming internal_date is something else) From: Subject: Message-ID: That should cover 98% of what people are looking to accomplish, yes? Brian