aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 0dcdf8fc..bb810a2f 100644
--- a/driver.c
+++ b/driver.c
@@ -226,6 +226,9 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
}
lname = idpair_find(&ctl->localnames, cp);
+ if (!lname && ctl->wildcard)
+ lname = cp;
+
if (lname != (char *)NULL)
{
if (outlevel == O_VERBOSE)