procmail
[Top] [All Lists]

Re: Using .*

2001-01-22 15:06:25


On Fri, 19 Jan 2001, Dallman Ross wrote:

From: Jordi Garcia Busquets <jordi(_at_)hades(_dot_)udg(_dot_)es>

:0
* ^Subject:EINF4.*

    That is, I want all the messages where the subject begins with
EINF4 and is followed by 0 or more characters. But it doesn't works!!

Try

      :0  # bracketed whitespace comprises a space and a tab
      * ^Subject:[    ]*EINF4
      # target folder or action goes in place of this comment


        It works perfect.

        Thanks to all who answered.


****************************************
Jordi Garcia Busquets
jordi(_at_)hades(_dot_)udg(_dot_)es
University of Girona. Catalunya. Spain
****************************************


_______________________________________________
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>