diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:10:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 04:10:20 +0000 |
commit | 3169487a869988b35f3ef8ee4e7dae0f52ba4d26 (patch) | |
tree | c5a5d982540001aed5b5f51ee7c38c9039ce4581 /mail/sendmail812/files/patch-recipient.c | |
parent | - new feature GUI_KDE (diff) |
- remove libsm.a libsmutil.a libsmdb.a
- add some patches submitted by Stephane Lentz,
from http://www.sendmail.org/~ca/email/sm-812.html
- If you use Cyrus-SASLv2 and DIGEST-MD5 then transferring larger messages
- MSP might complain during a queue run about "MX list for ... points back to ...".
Notes
Notes:
svn path=/head/; revision=72136
Diffstat (limited to 'mail/sendmail812/files/patch-recipient.c')
-rw-r--r-- | mail/sendmail812/files/patch-recipient.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail812/files/patch-recipient.c b/mail/sendmail812/files/patch-recipient.c new file mode 100644 index 000000000000..bad745c91557 --- /dev/null +++ b/mail/sendmail812/files/patch-recipient.c @@ -0,0 +1,11 @@ +--- 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; |