aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-08-17 17:51:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-08-17 17:51:32 +0000
commit7c3a0f3a090339ac22e2ace55eab03575f708273 (patch)
treeb5e6edf00583828f0083de4ccb18db25fa48c739 /rcfile_l.l
parent7785b91fb6a49cab6927634d2c1997b47a4bf406 (diff)
downloadfetchmail-7c3a0f3a090339ac22e2ace55eab03575f708273.tar.gz
fetchmail-7c3a0f3a090339ac22e2ace55eab03575f708273.tar.bz2
fetchmail-7c3a0f3a090339ac22e2ace55eab03575f708273.zip
Changes from the road.
svn path=/trunk/; revision=2540
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 |