diff options
Diffstat (limited to 'debian/patches/8.12/8.12.3/recipient.c.8.330.2.1')
-rw-r--r-- | debian/patches/8.12/8.12.3/recipient.c.8.330.2.1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/8.12/8.12.3/recipient.c.8.330.2.1 b/debian/patches/8.12/8.12.3/recipient.c.8.330.2.1 new file mode 100644 index 0000000..10516b0 --- /dev/null +++ b/debian/patches/8.12/8.12.3/recipient.c.8.330.2.1 @@ -0,0 +1,17 @@ +Index: recipient.c +=================================================================== +RCS file: /cvs/sendmail/recipient.c,v +retrieving revision 8.330 +retrieving revision 8.330.2.1 +diff -u -r8.330 -r8.330.2.1 +--- ./sendmail-8.12.3/sendmail/recipient.c 29 May 2002 18:20:03 -0000 8.330 ++++ 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; |