summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-recipient.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-02 04:32:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-02 04:32:29 +0000
commitf27af3acacc45220a28115dd27c4ca2ecc79752a (patch)
tree205adcaf3df4f189389ac8f1f10681917f58aee3 /mail/sendmail/files/patch-recipient.c
parentA gtk gui plugin for the popular icq clone licq. (diff)
- Update to 8.12.7
Notes
Notes: svn path=/head/; revision=72151
Diffstat (limited to 'mail/sendmail/files/patch-recipient.c')
-rw-r--r--mail/sendmail/files/patch-recipient.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/sendmail/files/patch-recipient.c b/mail/sendmail/files/patch-recipient.c
deleted file mode 100644
index bad745c91557..000000000000
--- a/mail/sendmail/files/patch-recipient.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sendmail/recipient.c 29 May 2002 18:20:03 -0000 8.330
-+++ sendmail/recipient.c 27 Aug 2002 20:21:02 -0000 8.330.2.1
-@@ -679,7 +679,7 @@
- ** 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;