From d16264098402ef33e1e5441eb6884e7359ee8add Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 16 Jul 2007 13:24:19 +0000 Subject: added $AllowedSender patch by mildew@gmail.com --- doc/bugs.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc/bugs.html') diff --git a/doc/bugs.html b/doc/bugs.html index b441d583..0e6621e2 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -11,19 +11,9 @@ bug tracker at sourceforge.net. This list here contains more architectural things while the bug tracker most often lists things that you will actually experience. Please be sure to visit the bug tracker in addition to this list here.

-

This list has last been updated on 2007-06-28 by +

This list has last been updated on 2007-07-16 by Rainer Gerhards.

rsyslogd

-

AllowedSender and IPv6

-

AllowedSenders currently can be used with IPv4, only. IPv6 senders are always -allowed. If you need access control for IPv6, use iptables. AllowedSender -support for IPv6 will most probably be added. Please note that you can also -disable IPv6 support by specifying -4 on the command line.

-

REPEATED LOG LINES

-

If multiple log lines with the exact same content are received, - the duplicates are NOT suppressed. This is done by sysklogd - in all cases. We plan to add this as an optional feature, - but as of now every line is logged.

EQUALLY-NAMED TEMPLATES

If multiple templates with the SAME name are created, all but the first definition is IGNORED. So you can NOT (yet) replace a -- cgit