[syslog-ng]Hello !

Balazs Scheidler bazsi@balabit.hu
Thu, 10 May 2001 10:20:04 +0200


> filter f_issy_heberg    { host("swi_heberg_issy") and
> host("swi_heberg_colt") and host("swi_cisco_heberg"); };

this condition never evaluates to true, since "and" means that both
arguments must evaluate to true, if the host is swi_heberg_issy it certainly
won't match swi_heberg_colt nor swi_cisco_heberg, thus the condition is
false.

try using "or" instead.

-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1