aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 146219a7..9a1fe637 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -114,7 +114,7 @@ principal { return PRINCIPAL; }
esmtpname { return ESMTPNAME; }
esmtppassword { return ESMTPPASSWORD; }
bad-header { return BADHEADER; }
-pass { return PASS; }
+accept { return ACCEPT; }
reject { return REJECT_; }
user(name)? {SETSTATE(NAME); return USERNAME; }