Hallo Everyone, What about the function in db.c named db_insert_message_block_multiple ? It seems to only be called by injector.c as well. Is that function also a candidate for removal?
Blessings in Jesus, Paul F. De La Cruz ---------- Original Message ------------- Subject: Re: [Dbmail-dev] What is injector.c and do we need it anymore? Date: Mon, 1 Mar 2004 13:38:04 -0000 From: "Aaron Stone" <[EMAIL PROTECTED]> To: <dbmail-dev@dbmail.org> Ok, all posted. Also, forgot to mention: injector.c is now obsoleted and should probably be removed! Hope everything integrates well, I'm looking forward to another 2.0-RC this week :-) Aaron Ilja Booij <[EMAIL PROTECTED]> said: > I'm looking forward to the patches :) > > Aaron Stone wrote: > > > I removed it from my tree. On Monday I'll bombard Ilja with patches that > > remove these functions and let him know to remove injector.c. > > > > Feargal Reilly <[EMAIL PROTECTED]> said: > > > > > >>Funny, I was looking at that just last night, as far as I can see, it can be > > > > removed from the distribution. It's a legacy from the defunct mini-injector > > I > > believe. > > > >>-fr. > >> > >>On Fri, 27 Feb 2004 16:47:08 -0000 > >>"Aaron Stone" <[EMAIL PROTECTED]> wrote: > >> > >> > >>>So I'm working on the rfcsize thing, and noticed that in header.c, there > >>>are > >>>two functions for reading headers: read_header() and read_header_process(). > >>>The latter seems to basically build the functionality of mail_adr_list() > >>>into > >>>the header reading mechanism. The only consumer of this function is > >>>injector.c, which looks like a half-rewrite of the old main.c/dbmail-smtp. > >>>While I like the name injector much better than smtp, since it's more accurate > >>>about describing what the program does, afaict, injector.c is an ancient > >>>artifact and we can remove the read_header_process() function from header.c > >>>(it's also a bit more complicated code in there, so adding the rfcsize counter > >>>looks a bit harder). > >>> > >>>Uh, short version in English: > >>> injector.c, do we need it? > >>> read_header_process(), can we remove it? > >>>