On Fri, 16 Jul 2010, Rainer Gerhards wrote: > In theorie yes, in practice eg inside a password for a db connection.
how hard would it be to allow quotes around the password? (if this ends up disallowing quotes in the password to the database, that's not too bad a cost) I'm trying to think of if there are some fairly minor changes that could be made that would make it significantly easier for a better parser to be written. changng the config is always a problem, but there are some problems that are much larger than others, and if a minor change would make it much easier to move to a standard parser it may be worth making the breakage in a 5.x or 6.x release (where the new capibilities are introduced so that people can see the advantage of the breakage) David Lang > ----- Urspr?ngliche Nachricht ----- > Von: [email protected] <[email protected]> > Gesendet: Freitag, 16. Juli 2010 19:57 > An: rsyslog-users <[email protected]> > Betreff: Re: [rsyslog] NEW rsyslog.conf format > > On Fri, 16 Jul 2010, Rainer Gerhards wrote: > >>> -----Original Message----- >>> From: [email protected] [mailto:rsyslog- >>> [email protected]] On Behalf Of Mr. Demeanour >>> Sent: Friday, July 16, 2010 11:33 AM >>> To: rsyslog-users >>> Subject: Re: [rsyslog] NEW rsyslog.conf format >>> >>> Rainer Gerhards wrote: >>>>> -----Original Message----- From: [email protected] >>>>> [mailto:rsyslog- [email protected]] On Behalf Of Mr. >>>>> Demeanour Sent: Thursday, July 15, 2010 11:13 AM To: rsyslog-users >>>>> Subject: Re: [rsyslog] NEW rsyslog.conf format >>>>> >>>>> [email protected] wrote: >>>>>> interesting, I'm not sure that anyone else realized that a config >>>>>> option could be split over multiple lines. >>>>> I've banged my head on this (end-of-line comments). I believe the >>>>> comments problem has been worked around now, but I still make sure >>>>> that I don't try to use end-of-line comments anywhere in my >>>>> configs, just in case. >>>> >>>> That's an (one?) anomaly of the current parser. Thinking that it >>>> would be replaced in the medium to long term, I did not care about >>>> it. Looks like I now need to have a look ;) >>> >>> No big deal for me *now*, but it caused pain when I first ran into it. >>> Anyway, I thought you'd addressed this - about a year ago, maybe? >> >> I guess just mostly -- at least it boils down with actions themselves, where >> it is hard to handle due to the missing well-defined structure of the string. > > is a # outside of quotes ever valid in an action string? > > David Lang > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

