summaryrefslogtreecommitdiff
path: root/lexer.l
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2005-02-15 19:22:50 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2005-02-15 19:22:50 +0000
commit583741ac138fa6983ae8b201b3c51bad9ef2ef05 (patch)
tree3e6ff5477193935b3e0508c55afe3c27bda3529e /lexer.l
parent7bbad4f8de74ef60f19137230c38100787fd982b (diff)
Allow to set helo-name. Allow to send out local mail as remote mail by adding a
qualifying domain name. Allow forcing envelope-from and Sender headers. Drop possible admin-added sgid priveleges to be dropped after reading the config. (Bernhard Link)
Diffstat (limited to 'lexer.l')
-rw-r--r--lexer.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/lexer.l b/lexer.l
index 4563c9d..0743743 100644
--- a/lexer.l
+++ b/lexer.l
@@ -62,6 +62,11 @@ pass(word)? { BEGIN(NAME); return PASSWORD; }
(certificate_)?passphrase { return CERTIFICATE_PASSPHRASE; }
preconnect { return PRECONNECT; }
postconnect { return POSTCONNECT; }
+qualifydomain { return QUALIFYDOMAIN; }
+helo { return HELO; }
+force { return FORCE; }
+reverse_path { return REVERSE_PATH; }
+sender { return SENDER; }
mda { return MDA; }
= { return MAP; }