Thanks! I thought that I'd tried that, but maybe I'm mistaken or had a typo. I'll give it a whirl tomorrow and let you know how it turns out.
So, just to be clear, the first rule in the chain which matches a packet is the rule which will be applied to that packet? Cheers, Garrett On Wed, 2008-06-25 at 01:18 +0200, Tomasz Sterna wrote: > Dnia 2008-06-24, wto o godzinie 17:37 -0500, Garrett Kuchta pisze: > > block everything > > <rule error="not-allowed" from="*" to="aim.jabberdev.domain.tld"/> > > > > aside from local users > > <rule from="*.domain.tld" to="aim.jabberdev.domain.tld"/> > > > > but it doesn't, and I haven't been able to find any documentation on > > how > > the filter system works. > > The order is important. First match is effective. So it should be: > <rule from="*.domain.tld" to="aim.jabberdev.domain.tld"/> > <rule error="not-allowed" from="*" to="aim.jabberdev.domain.tld"/> > > > -- > /\_./o__ Tomasz Sterna > (/^/(_^^' http://www.xiaoka.com/ > ._.(_.)_ im:[EMAIL PROTECTED] > > -- To unsubscribe send a mail to [EMAIL PROTECTED]
