On Fri, Sep 20, 2013 at 12:01 PM, Axel Rau <[email protected]> wrote:
> > Obviously, there are many ways to improve that module. But I thought I at > > least get it started and gather some feedback. If time permits, I'll add > > some more functionality later today. But the basic need should be solved > > (if I understood correctly ;)). > I think, the "basic need" would be to replace only invalid UTF-8 > sequences, not every character with code < 32 or > 126. > thanks. I have just committed to master branch a version who does this (by default). > Does the restriction to IPv4 apply only to expressions like > if $fromhost-ip == "10.0.0.1" then > or in general? > That was a leftover from the doc I used as basis, mmutf8fix doesn't care about IPvx. It's removed now. @risto: you now need to specify mode="controlcharacters" to replace all non-printable US-ASCII characters, as proper UTF-8 checks are default now. I thought that's more appropriate for this module ;) See last sample in doc: http://www.rsyslog.com/doc/mmutf8fix.html Feedback on this module is appreciated. Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

