diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; } |