aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-searchuser
diff options
context:
space:
mode:
Diffstat (limited to 'fripost-searchuser')
-rwxr-xr-xfripost-searchuser12
1 files changed, 8 insertions, 4 deletions
diff --git a/fripost-searchuser b/fripost-searchuser
index 83fc004..c7b2b9b 100755
--- a/fripost-searchuser
+++ b/fripost-searchuser
@@ -15,12 +15,16 @@ B<fripost-searchuser> [B<--debug>] [I<username>]
=head1 DESCRIPTION
-B<fripost-searchuser> list virtual mailboxes whose username exactly matches
+B<fripost-searchuser> lists virtual mailboxes whose username exactly matches
I<username>.
-Wildcards I<*> can appear in the login part of I<username>, to match zero or
-more characters.
+Wildcards I<*> can appear in I<username>, to match zero or more characters.
If no I<username> is given, B<fripost-searchuser> list all existing mailboxes.
-If I<username> has no domain part, lists matching users for any domains.
+If I<username> has no domain part, lists matching users for any domains.
+Otherwise, B<fripost-searchuser> first searches for matching domains,
+and then for each of them, looks up the matching users.
+
+Because of these multiple searches, the use of wildcards on the domain
+part of I<username> may be inefficient.
=head1 OPTIONS