What I want is to continue to apply my other rules only to unauthenticated user's,
I don't see how your lines could help, because if I get it well, once yo make racl whitelist auth /.*/
is the same as setting noauth for everything. Could you please explain me a bit better?
If I have somewhere a rule for unauthenticated users like:
racl whitelist addr 10.0.0.0/8
or
racl greylist not helo /\./ delay 1h autowhite 1d
How can I use your solution?
Maren