From ca01966242a39e931fab21867d7ffa36f8ca7efc Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Mon, 19 Apr 2010 14:37:34 +0000 Subject: two lines were missing from previous commit --- usr.sbin/smtpd/parse.y | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 8d3d6c45393..9074220a3d6 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.52 2010/04/19 10:12:48 gilles Exp $ */ +/* $OpenBSD: parse.y,v 1.53 2010/04/19 14:37:33 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -274,6 +274,9 @@ tag : TAG STRING { main : QUEUE INTERVAL interval { conf->sc_qintval = $3; } + | SIZE size { + conf->sc_maxsize = $2; + } | LISTEN ON STRING port ssl certname auth tag { char *cert; char *tag; -- cgit v1.2.3