* David Champion <[EMAIL PROTECTED]> [2002-04-18 03:32]: > * On 2002.04.17, in <[EMAIL PROTECTED]>, > * "Rob 'Feztaa' Park" <[EMAIL PROTECTED]> wrote: > > So then how about ^[^a-z]+$ ? That would match anything that contained > > only non-lowercase-letters, wouldn't it? > This should work: > ~s "^A*[^a-z]+$"
why - of *course*! the capital letters forces mutt to check for capitals - but making that one capital letter optional it might as well not appear at all. why didn'y I think of that? ;-) well done! thanks! :-) I just tested this on my +SPAM folder 6755 matches out of 30108 - over 22%! :-) Sven