diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-02-08 20:31:29 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-02-08 20:31:29 +0000 |
commit | 7bd0c4fe894c9bc5e90bb93736d3d0f84dc7a7dc (patch) | |
tree | f85e98e550425b41199998544e61c054ac01371c /contrib/sendmail/src/recipient.c | |
parent | bf4fc37a1a7d9febcbb027f2eb88a787f7f5c4f2 (diff) | |
parent | 842b56b9cabf175e7842ec5a3b29ff68353b3177 (diff) | |
download | FreeBSD-src-7bd0c4fe894c9bc5e90bb93736d3d0f84dc7a7dc.zip FreeBSD-src-7bd0c4fe894c9bc5e90bb93736d3d0f84dc7a7dc.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r110560,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/src/recipient.c')
-rw-r--r-- | contrib/sendmail/src/recipient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/src/recipient.c b/contrib/sendmail/src/recipient.c index 22b8377..186c8b6 100644 --- a/contrib/sendmail/src/recipient.c +++ b/contrib/sendmail/src/recipient.c @@ -13,7 +13,7 @@ #include <sendmail.h> -SM_RCSID("@(#)$Id: recipient.c,v 8.330 2002/05/29 18:20:03 gshapiro Exp $") +SM_RCSID("@(#)$Id: recipient.c,v 8.330.2.1 2002/08/27 20:21:02 gshapiro Exp $") static void includetimeout __P((void)); static ADDRESS *self_reference __P((ADDRESS *)); @@ -679,7 +679,7 @@ recipient(new, sendq, aliaslevel, e) ** the current recipient is marked expensive. */ - if (WILL_BE_QUEUED(e->e_sendmode) || + if (UseMSP || WILL_BE_QUEUED(e->e_sendmode) || (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 && FastSplit > 0)) sortfn = sorthost; |