procmail
[Top] [All Lists]

Re: \< and \> don't quite make it

2006-09-12 15:31:53
Mike Peeler schreef:


Hi Mike,

    GO = 9876543210

    SUBJ
    :0
    * $ ^Subject:(.*\<)?\/.*

That $ can go.

    { SUBJ = $MATCH }

    :0
    * $ $GO^0 SUBJ ?? ()\<ports/x11/xterm( |$)


Variant:

     OR = 9876543210^0
 
     SUBJ
     :0
     * ^Subject:(.*\<)?\/.*
     { SUBJ = $MATCH }
 
     :0
     *$ $OR SUBJ ?? ()\<ports/x11/xterm( |$)
     ...

-- 
Groet, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail