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, 2 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 58fe10a0..6bdff96d 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -70,7 +70,7 @@ to { return TO; }
= { return MAP; }
"*" { return WILDCARD; }
-no/[kfrsdu \t].* { return NO;}
+no/[kfrsduc \t].* { return NO;}
keep { return KEEP; }
flush { return FLUSH; }
@@ -83,6 +83,7 @@ dropstatus? { return DROPSTATUS; }
mimedec(ode)? { return MIMEDECODE; }
dns { return DNS; }
uidl { return UIDL; }
+checkalias { return CHECKALIAS; }
limit { return LIMIT; }