procmail
[Top] [All Lists]

Re: Filtering capitalized subject

2002-01-09 07:23:31
From: Dallman Ross <dman(_at_)nomotek(_dot_)com>

So how about:

      :0  # whitespace in brackets comprise a space and a tab
      * ^Subject:[    ]\/.*
      {
         :0 D
         * MATCH ?? [a-z]
         { }

         :0 A:
         ALLCAPS
      }

Eek.  I no sooner hit the dot to send that off when I felt
it in my stomach: that `A' flag should habe been an `E'.

-- 
dman
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>