[imapfilter-devel]imapfilter 0.8.3 & glibc-2.2.93/RH8.0 & regexps
Lari Hotari
lartsa at sagire.fi
Wed Oct 2 13:53:00 EEST 2002
Hi!
I just upgraded to RH8.0, which uses glibc 2.2.93 . The regular
expression syntax has changed, so imapfilter doesn't work properly.
The problems are in using the "|" operator in regular expressions.
for example (line 84 in file.c):
"^([[:blank:]]*\n|#.*\n)$",
should be fixed as:
"^([[:blank:]]*\n)|(#.*\n)$",
The default grouping has somehow changed. All of the regular expressions
should be checked.
BR,
Lari Hotari
More information about the Imapfilter-devel
mailing list