From a5c5ce437bce689c08dabdbcd1107f3d0175539d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Oct 1996 20:41:57 +0000 Subject: Support for multidrop mailboxes. svn path=/trunk/; revision=374 --- rcfile_l.l | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index 5ef8722d..701edd57 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -13,6 +13,8 @@ int prc_lineno = 1; %} +%o 4000 + %% defaults { return DEFAULTS; } @@ -32,6 +34,7 @@ is { return IS; } here { return HERE; } there { return THERE; } to { return TO; } += { return MAP; } keep { yylval.flag = FLAG_TRUE; return KEEP; } flush { yylval.flag = FLAG_TRUE; return FLUSH; } -- cgit v1.2.3