From 907f88f2c2372d22961dd50425522223884fa335 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 May 1998 18:16:10 +0000 Subject: Attempted fix for qmail dup problem. svn path=/trunk/; revision=1786 --- driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 464cf68e..beeba893 100644 --- a/driver.c +++ b/driver.c @@ -327,7 +327,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */ cp, idp->id); save_str(xmit_names, cp, XMIT_ACCEPT); accept_count++; - break; + goto nomap; } } @@ -349,6 +349,7 @@ struct idlist **xmit_names; /* list of recipient names parsed out */ } atsign[0] = '\0'; map_name(cp, ctl, xmit_names); + nomap:; } } } -- cgit v1.2.3