On Friday 01 July 2005 16:47, Nick Kew wrote:
> On Friday 01 July 2005 16:34, Rian A Hunter wrote:
> > Quoting Garrett Rooney <[EMAIL PROTECTED]>:
> > > Rian Hunter wrote:
> > > > type misc_smtp_handler(request_rec *r) {
> > > > smtpd_request_rec *smtp_data;
> > > >
> > > > if (strncmp("http", r->protocol_name, 4)) {
> > > > // decline to handle, this module doesn't handle
> > > > // http requests.
> > > > }
> > > > //then get smtpd specific data
> > > > smtp_data = get_smtpd_request(r);
> > > >
> > > > // do some handlin'
> > > > }
>
> This is an interesting line to consider for the longer term (if we can
> resolve the back-compatibility issue). But it's far too big a disruption
> to contemplate for 2.1/2.2 or the SoC timeframe.
I think I just misread what you wrote. It's not a big disruption at all,
and I take back what I just said.
--
Nick Kew