summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-19 15:48:24 -0700
committerJohn Denker <jsd@av8n.com>2012-07-19 15:48:24 -0700
commit82616449ee0c9f704e8c123d8b485c65fe428179 (patch)
tree02d8a544bce53b708c31d10ea99b6ec70df40f14
parent574afcb2f400d3d8d2df8a0b0914380a04a71556 (diff)
teach qmail.c to support greylisting
-rw-r--r--qmail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmail.c b/qmail.c
index 51883e1..476c788 100644
--- a/qmail.c
+++ b/qmail.c
@@ -122,6 +122,7 @@ struct qmail *qq;
case 65: /* fall through */
case 66: /* fall through */
case 62: return "Zqq trouble creating files in queue (#4.3.0)";
+ case 70: return "Zgreylisting in progress; please try again in 00:05:00 (#4.3.0)";
case 71: return "Zmail server temporarily rejected message (#4.3.0)";
case 72: return "Zconnection to mail server timed out (#4.4.1)";
case 73: return "Zconnection to mail server rejected (#4.4.1)";