Page 1 of 1

How to use wildcards to search for recipents in Web admin?

Posted: Mon Mar 24, 2008 10:27 pm
by jeffwsi
I am trying to use the "recipients" section of the web interface and search using a wildcard and I am not having any luck.

I need to search on a partial email address or domain so I can manually delete recipients.

I tried selecting the email field in search and tried *@domain.com and %@domain.com (trying a mysql wildcard). I tried = and LIKE for operators.

Nothing works.

Can someone tell me how I can do a wildcard recipient search in the web interface so I can get some recipients deleted?

Thanks!

Posted: Tue Mar 25, 2008 9:16 am
by maschoff
Example: You are looking for all british e-mail addresses ending with co.uk:

Select data field "email", operator "LIKE" and search string "%co.uk"

I just tested it with 5.4.0 and it worked fine!