OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: 2.0.19-20040312 <-> 2.1-RC1-20040331 changed master.cf why?

From: Wietse Venema (wietseporcupine.org)
Date: Mon Apr 19 2004 - 08:15:20 CDT


Ralf Hildebrandt:
> * Wietse Venema <wietseporcupine.org>:
> > YOSHIMURA Keitaro:
> > > smtp inet n - n - - smtpd
> > > +#submission inet n - n - - smtpd
> > > + -o smtpd_etrn_restrictions=reject
> >
> > I see. The second line should have a # too.
>
> Doesn't the line continuation apply to comments in master.cf as well?

Not since late 2001 when readlline() was revised.

        Wietse

       o Empty lines and whitespace-only lines are ignored,
              as are lines whose first non-whitespace character
              is a `#'.

       o A logical line starts with non-whitespace text. A
              line that starts with whitespace continues a logi-
              cal line.