> -----Original Message----- > From: John Hardin [mailto:[EMAIL PROTECTED] > Sent: Friday, 15 February 2008 3:07 p.m. > To: Michael Hutchinson > Subject: RE: Rule for Russian character sets > > On Fri, 15 Feb 2008, Michael Hutchinson wrote: > > > Now what about matching a question mark and an equals sign? > > An equals sign isn't special but a question mark is. > > > Except for a backslash, but I've heard no testimony would suggest this > > line will work with Spamassassin, and like before, the SARE Regular > > Expressions Expander tool doesn't like it (and may have put un-due doubt > > in my head): > > > > /\=\?koi8\-r\?/ > > Try /=\?koi8-r\?/i > > NB: You can also use [?] (a character set consisting of a single question > mark) but that's a little clumsy.
OK sounds good, might just have to test that one under Vmware as well. Results from SARE Regexp expander weren't good, I don't know if I should trust that thing anymore. Thanks, Mike