View Full Version : Inbox mail rules improvement
fabiotpr
01-08-2008, 09:52 AM
It would be very useful to allow wildcards on Inbox Mail Rules (Group Config) matching field.
I've tried something like %value% but it didn't work.
I presume that allow only exact matches now, right?
f.
Hildy
01-08-2008, 05:32 PM
I'm pretty sure that it's already doing wildcard matching on the value you give it, unless you specify your own wildcards (that's the way most of the searching works at least).
fabiotpr
01-08-2008, 06:58 PM
Right. Whithout % everything is ok.
Many thanks.
f.
jstanden
01-09-2008, 01:10 AM
You can use asterisks (*) for the wildcards in rules. We use regular expressions for the matching, and our system will translate your wildcards into the proper (.*?) type syntax.
You can do things like:
*@domain.com
support@*
*@*.com
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.