Hi,


Is it possible to make the domain section match the domain used by the user to authenticate using the re_expression = (?P<name>[^@]+)@?(?P<domain>[^@]*$)


So the domain section would look like

[domain/$domain]

...


Thank you.