On Tue, 12 Nov 2002, Lu wrote: > I am using sqwebmail filter function and it is working great when > filtering based on plain text key words. > However whenever I enter the a regular expression characters such as .*, > such as: > > [(o)Body] [contains] hello.* > > I see in the MAILDIR/mailfilter file the line: if ((/hello\.\*/:b)) > which should have been if ((/hello.*/:b)) > > What do I need to do to ensure that regex are not being escaped ?
When editing your filter, enable the "this is a regular expression (a pattern)" checkbox. Don't have that checkbox? Your sqwebmail is too old ... -- Charlie Watts [EMAIL PROTECTED]
