Hi - 

I want to build up a list of possible matches using a database query on
startup, and then use them in a <handler> clause.

    <Handler Attribute=/%{GlobalVar:MyGlobalVar}/ >
        
        #do stuff is matches

    </Handler>

    GlobalVar:MyGlobalVar will contain items like "VALUE1|VALUE2|VALUE3"

I've tried this, but don't seem to be having any joy.

I'd also like to build up a RewriteUsername string using the same method.

    RewriteUsername s/^([^@]+)(%{GlobalVar:MyRewrite})/

    where GlobalVar:MyRewrite may contain:  '@domain1.co.nz|@domain2.co.nz'



/Mark

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to