Andreas Metzler wrote: > Marc Perkel <[EMAIL PROTECTED]> wrote: > >> Is there any other commenting character in config files other than the # >> character? Looking to comment blocks like: >> > > >> /* >> text >> */ >> > > >> Something like that? >> > > I guess this > .ifdef XXXX > blah > .endif > should work. > cu andreas > Thanks - that will probably work. I will probably do something like:
.ifdef COMMENT blah blah blah .endif -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
