On Tue, 18 Sep 2001, Ryan wrote:

> I'm trying to setup a mail filter in kmail to deal with an annoying spammer 
> who's isp won't kick him off. His subjects are allways devoid of lowercase 
> letters.  Kmail allows sorting by whether or not a header matches a regular 
> expression.  So I told it to kill anything not matching the regexpr 
> 
> [^a-z]*[a-z]+.*
> 
> but this doesn't work. A little help?

Anything not matching

  [a-z]

is devoid of lowercase letters.

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...2k
---------------------------------------------------------------------------

Reply via email to