diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-ag | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/mail/sendmail/files/patch-sum b/mail/sendmail/files/patch-sum index 5b92a5c4804..4394577ad10 100644 --- a/mail/sendmail/files/patch-sum +++ b/mail/sendmail/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.10 2000/08/18 12:06:12 itojun Exp $ +$NetBSD: patch-sum,v 1.11 2000/08/18 12:40:30 itojun Exp $ MD5 (patch-aa) = 8b9fcec3b4f82a30c7a167c32a00841f MD5 (patch-ab) = df740f28896a0851159e3e7a7fcfdb5a @@ -6,3 +6,4 @@ MD5 (patch-ac) = 6afb53121cfd919c8cb8a37bea3b90f9 MD5 (patch-ad) = 309d090ecd1b4588f87153e9f240d9bd MD5 (patch-ae) = 9cb440411904551b9ceff30cc53b96d8 MD5 (patch-af) = 30a5ad964e21c30e9fde79a8182b7e1f +MD5 (patch-ag) = 7b4185f2dff25413998b2130f92e25f9 diff --git a/mail/sendmail/patches/patch-ag b/mail/sendmail/patches/patch-ag new file mode 100644 index 00000000000..131061ed597 --- /dev/null +++ b/mail/sendmail/patches/patch-ag @@ -0,0 +1,8 @@ +$NetBSD: patch-ag,v 1.1 2000/08/18 12:40:33 itojun Exp $ +--- work/sendmail-8.11.0/sendmail/conf.h- Fri Aug 18 21:39:32 2000 ++++ work/sendmail-8.11.0/sendmail/conf.h Fri Aug 18 21:39:43 2000 +@@ -63,3 +63,3 @@ + # define CHECK_WARNING 1 /* use ruleset for decision on delay warning */ +-# define RCPT_HASH 1 /* use hash to check address duplicates */ ++# define RCPT_HASH 0 /* use hash to check address duplicates */ + /* =========================== parameters =========================== */ |