aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index a21c8a62..6e35ca58 100644
--- a/driver.c
+++ b/driver.c
@@ -248,7 +248,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */
rhs = atsign + (strlen(atsign) - strlen(idp->id));
if ((rhs[-1] == '.' || rhs[-1] == '@')
- && strcmp(rhs, idp->id) == 0)
+ && strcasecmp(rhs, idp->id) == 0)
{
if (outlevel == O_VERBOSE)
error(0, 0, "passed through %s matching %s",