From 9743f217daa83565cbc0fc96178560761d4792c9 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 10 Jun 1995 19:23:27 -0800 Subject: [PATCH] fix angle-bracketed-return-path problem; expand EF_IS_MIME SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.67 --- usr/src/usr.sbin/sendmail/src/envelope.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/envelope.c b/usr/src/usr.sbin/sendmail/src/envelope.c index cf9d4df58c..3fe1ea8ace 100644 --- a/usr/src/usr.sbin/sendmail/src/envelope.c +++ b/usr/src/usr.sbin/sendmail/src/envelope.c @@ -7,7 +7,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)envelope.c 8.66 (Berkeley) %G%"; +static char sccsid[] = "@(#)envelope.c 8.67 (Berkeley) %G%"; #endif /* not lint */ #include "sendmail.h" @@ -778,11 +778,9 @@ setsender(from, e, delimptr, internal) # endif finis(); } -/* (void) rewrite(pvp, 3, 0, e); (void) rewrite(pvp, 1, 0, e); (void) rewrite(pvp, 4, 0, e); -*/ bp = buf + 1; cataddr(pvp, NULL, bp, sizeof buf - 2, '\0'); if (*bp == '@' && !bitnset(M_NOBRACKET, e->e_from.q_mailer->m_flags)) @@ -861,6 +859,7 @@ struct eflags EnvelopeFlags[] = "CRLF_NOT_EOL", EF_CRLF_NOT_EOL, "RET_PARAM", EF_RET_PARAM, "HAS_DF", EF_HAS_DF, + "IS_MIME", EF_IS_MIME, NULL }; -- 2.20.1