summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/courier-auth/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/courier-auth/patches/patch-ag b/mail/courier-auth/patches/patch-ag
new file mode 100644
index 00000000000..c9c21c01e05
--- /dev/null
+++ b/mail/courier-auth/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2002/01/24 16:02:49 jlam Exp $
+
+--- authlib/authsystem.passwd.in.orig Sat Jun 16 18:16:25 2001
++++ authlib/authsystem.passwd.in
+@@ -54,6 +54,8 @@
+ -re "dictionary" { exit 1 }
+ -re "common" { exit 1 }
+ -re "short" { exit 1 }
++ -re "longer" { exit 1 }
++ -re "lower case" { exit 1 }
+ -re "word:" { sleep 2; send "$newpass\n" }
+ eof { exit 1 }
+ timeout { exit 1 }