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 b7f22949..2a51ff06 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -42,6 +42,8 @@ int prc_lineno = 1;
return STRING;
}
+"*" { BEGIN(0); return WILDCARD; }
+
<NAME>[^=;:, \t\r\n]+ {
char buf[MSGBUFSIZE];
@@ -106,7 +108,6 @@ here { return HERE; }
there { return THERE; }
to { BEGIN(NAME); return TO; }
= { BEGIN(NAME); return MAP; }
-"*" { BEGIN(0); return WILDCARD; }
nobouncemail |
nouidl |