From e85820eaf58dac8bd6494336991dcdc91f6ccf45 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Dec 1996 04:17:32 +0000 Subject: Added the `envelope' option. svn path=/trunk/; revision=615 --- rcfile_y.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 725a7587..ed9e9223 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -42,7 +42,7 @@ static void prc_reset(); } %token DEFAULTS POLL SKIP AKA PROTOCOL AUTHENTICATE TIMEOUT KPOP KERBEROS -%token USERNAME PASSWORD FOLDER SMTPHOST MDA LIMIT +%token ENVELOPE USERNAME PASSWORD FOLDER SMTPHOST MDA LIMIT %token IS HERE THERE TO MAP WILDCARD %token SET BATCHLIMIT LOGFILE %token PROTO @@ -107,6 +107,7 @@ serv_option : AKA alias_list | AUTHENTICATE PASSWORD {current.authenticate = A_PASSWORD;} | AUTHENTICATE KERBEROS {current.authenticate = A_KERBEROS;} | TIMEOUT NUMBER {current.timeout = $2;} + | ENVELOPE STRING {current.envelope = xstrdup($2);} ; /* -- cgit v1.2.3