procmail
[Top] [All Lists]

Re: case insensitive $MATCH

2005-04-11 03:43:15
Ruud H.G. van Tol schreef:

    :0E
    *$ LISTS ?? ^\/$\MATCH^
    *  MATCH ?? ^^.+
    { LIST = "$MATCH" }


The second condition is lacking the \/ operator:

     *  MATCH ?? ^^\/.+

That line is necessary to get rid of the newline at the end.


-- 
Grtz, 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

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