procmail
[Top] [All Lists]

Re: Filtering capitalized subject

2002-01-09 07:27:16
So how about:

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

         :0 A:
         ALLCAPS
      }

That should do much the same job, yes.  Although presumably

         :0 A:

should be

           :0 E:

'Else' rather than 'And'.

Cheers,
Martin
-- 
Martin McCarthy                 /</                  PGP key available
    `Procmail Companion'        \>\  http://www.ancient-scotland.co.uk
     Addison Wesley             /</    http://www.ehabitat.demon.co.uk
_______________________________________________
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>