THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Config Rule USER Need match string
-
Hey,
I'm trying to add a Rule for my config for USER, it needs to skip any user if it doesn't contains the string ".co.uk"
I just want hits if the user is like [email protected]
Is it possible to do?
If i use the rule MustContain and write .co.uk to the right doesn't work..Thanks!
-
@Suro
https://forum.openbullet.dev/topic/1182/capital-letter-pass/3
same as this tread
MustMatchRegex --->>.*(.co.uk).*
-
^.*@.*\.co.uk$