Matthias Henze wrote:
>
> At 07:36 25.07.00 -0500, Ken Jones wrote:
> >shaoming wrote:
> > >
> > > Hi !
> > >
> > > is there anyway not to send out the e-mail header when we do a
> > > autorespond?
> > >
> > > thanks.
> >
> >I think that's THE most frequently asked question about
> >autorespond code. Sounds like we should make a new release
> >that removes the headers.
> >
> >The other is that it should not malloc space for the
> >incoming message.And just parse it on the fly.
>
> my verison of autorespond is about 70% completed with the following changes:
>
> o no memory allocation
> o commandline switch that may be logicaly or'ed of the followin:
> - WITH_OMESSAGE 1 include original message
> - WITH_HEADERS 2 include headers (from/to/date)
> - WITH_CHEADERS 4 include complete headers
> - WITH_ATACHMENT 8 include possible atatchments
> o complete internal redesign
>
> Matthias Henze
Woo hoo!! ;]
Ken Jones