diff options
author | pst <pst@FreeBSD.org> | 1995-03-10 04:50:28 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-03-10 04:50:28 +0000 |
commit | e2bc8b6f14ae0cd12a39de749da7c50344fb0a59 (patch) | |
tree | 560f86621239f14c715a65789340362b746d248c /usr.sbin/sendmail/src/recipient.c | |
parent | 01cbc7dd5ca2aab48e98dce077e56fd1bd41b902 (diff) | |
download | FreeBSD-src-e2bc8b6f14ae0cd12a39de749da7c50344fb0a59.zip FreeBSD-src-e2bc8b6f14ae0cd12a39de749da7c50344fb0a59.tar.gz |
Merge sendmail 8.6.11 patches into CSRG branch
Diffstat (limited to 'usr.sbin/sendmail/src/recipient.c')
-rw-r--r-- | usr.sbin/sendmail/src/recipient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/recipient.c b/usr.sbin/sendmail/src/recipient.c index 0820e60..a43cf5c 100644 --- a/usr.sbin/sendmail/src/recipient.c +++ b/usr.sbin/sendmail/src/recipient.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)recipient.c 8.44.1.4 (Berkeley) 2/20/95"; +static char sccsid[] = "@(#)recipient.c 8.44.1.6 (Berkeley) 3/5/95"; #endif /* not lint */ # include "sendmail.h" @@ -111,7 +111,7 @@ sendtolist(list, ctladdr, sendq, e) bufp = buf; else bufp = xalloc(i); - strcpy(bufp, denlstring(list)); + strcpy(bufp, denlstring(list, FALSE, TRUE)); for (p = bufp; *p != '\0'; ) { |