summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-18 12:40:30 +0000
committeritojun <itojun@pkgsrc.org>2000-08-18 12:40:30 +0000
commitfb8029fdbc6317de705486aeea161021b2d9c3f7 (patch)
tree7cdb8af6b0f372c5099b0e5e4e0ccb2f9761ebce /mail
parent4268cb9a3e3fc7b769d32d0d63bbdc0bda8eb157 (diff)
downloadpkgsrc-fb8029fdbc6317de705486aeea161021b2d9c3f7.tar.gz
RCPT_HASH (WIDE extension) is not baked enough yet, it seems.
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/files/patch-sum3
-rw-r--r--mail/sendmail/patches/patch-ag8
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 =========================== */