aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-02-18 23:38:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-02-18 23:38:00 +0000
commit4e24c6f45182b502b54a8f8fbbf1f86b05542764 (patch)
treeb10036104b1af0b5a7d23173705468e8dded509f /rcfile_l.l
parent1a364adedd3b5dcd8f9a8946f2d9c636c1f7585b (diff)
downloadfetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.gz
fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.bz2
fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.zip
This went to Craig Metz.
svn path=/trunk/; revision=1652
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 1c88b919..465094ba 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -53,6 +53,7 @@ smtpaddress { return SMTPADDRESS; }
mda { return MDA; }
pre(connect)? { return PRECONNECT; }
post(connect)? { return POSTCONNECT; }
+netsec { return NETSEC; }
interface { return INTERFACE; }
monitor { return MONITOR; }
batchlimit { return BATCHLIMIT; }