aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-14 05:23:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-14 05:23:30 +0000
commit586eba081f3b3f73b4027aaf1aa364e166d79ca0 (patch)
treef91179ef14e114bc1dc15ade66466d65e0d31671 /rcfile_y.y
parent4493b87ecf93c8a2e8c947fd2eb7c503ee347c88 (diff)
downloadfetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.tar.gz
fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.tar.bz2
fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.zip
Aded the `received' option.
svn path=/trunk/; revision=878
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 3a22895b..7face2c3 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -49,7 +49,7 @@ static void user_reset();
%token <proto> PROTO
%token <sval> STRING
%token <number> NUMBER
-%token <flag> KEEP FLUSH FETCHALL REWRITE STRIPCR DNS PORT
+%token <flag> KEEP FLUSH FETCHALL REWRITE STRIPCR DNS PORT RECEIVED
%%
@@ -124,6 +124,7 @@ serv_option : AKA alias_list
#endif /* linux */
}
| DNS {current.server.dns = $1;}
+ | RECEIVED {current.server.received = $1;}
;
/*