aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-08 16:31:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-08 16:31:01 +0000
commitb5288d34ed57e22c9288d7524e9392544144543e (patch)
treec753091cd76136f582ae720856ec06a6c09f7af8
parentb5fcab19711b86a7bfa9740276d3ad703cb78c25 (diff)
downloadmailfromd-b5288d34ed57e22c9288d7524e9392544144543e.tar.gz
mailfromd-b5288d34ed57e22c9288d7524e9392544144543e.tar.bz2
New token "listens"
git-svn-id: file:///svnroot/mailfromd/branches/v_1_0@218 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--src/lex.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lex.l b/src/lex.l
index ae281b3d..25485de2 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -1,6 +1,6 @@
%{
/* This file is part of mailfrom filter.
- Copyright (C) 2005, Sergey Poznyakoff
+ Copyright (C) 2005, 2006 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -101,6 +101,7 @@ as return keyword(AS);
from return keyword(FROM);
rate return keyword(RATE);
next return keyword(NEXT);
+listens return keyword(LISTENS);
/* Sendmail variables */
\$[a-zA-Z] { string(yytext+1, 1); return SYMBOL; }
\$\{{IDENT}\} { string(yytext+1, yyleng - 1); return SYMBOL; }

Return to:

Send suggestions and report system problems to the System administrator.