aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 8355346f..d37f0a7a 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -147,6 +147,9 @@ dropstatus { return DROPSTATUS; }
mimedec(ode)? { return MIMEDECODE; }
dns { return DNS; }
uidl { return UIDL; }
+ssl { return SSL; }
+sslkey { return SSLKEY; }
+sslcert { return SSLCERT; }
checkalias { return CHECKALIAS; }
limit { return LIMIT; }