Hi
I'd like to use the 'permissions' module but there is a something I need to change: the table openser.trusted has a column that matches the 'From URI' with it (from_pattern). Is there a way to change it to RURI? I mean, I don't want to analyze the header From: I want the function 'allow_trusted()' matching the RURI instead.
Is it possible?
Thanks in advance.
Bruno Machado
__________________________________________________ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/
Bruno Machado writes:
I'd like to use the 'permissions' module but there is a something I need to change: the table openser.trusted has a column that matches the 'From URI' with it (from_pattern). Is there a way to change it to RURI? I mean, I don't want to analyze the header From: I want the function 'allow_trusted()' matching the RURI instead.
currently there is no pseudo variable support in allow_trusted() function.
-- juha