aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-10-12 23:15:01 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-10-12 23:15:01 +0200
commit8c5f9a5a66e8d0fe9521d3cd22aaa07e577cee63 (patch)
tree5d46131cfc5ea784da5eb2e817d486d7fabc063f /rcfile_l.l
parentf263522a2b802720af5c90d4418a2ec6f52ac0f5 (diff)
downloadfetchmail-8c5f9a5a66e8d0fe9521d3cd22aaa07e577cee63.tar.gz
fetchmail-8c5f9a5a66e8d0fe9521d3cd22aaa07e577cee63.tar.bz2
fetchmail-8c5f9a5a66e8d0fe9521d3cd22aaa07e577cee63.zip
Multidrop: Do not lose wildcard flag, allow asterisk anywhere.
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 4bb0864b..c7e49fea 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -41,11 +41,6 @@ int prc_lineno = 1;
return STRING;
}
-"*" {
- SETSTATE(0);
- return WILDCARD;
- }
-
<NAME>[^=;:, \t\r\n]+ {
char *in = xstrdup(yytext);
escapes(in, in);