procmail
[Top] [All Lists]

Re: procmail seems to not work consistently

2003-10-24 16:14:36
On Fri, 24 Oct 2003 15:35:12 -0400, R A Lichtensteiger wrote:
=> VICODIN="[v(\\/)][1il\|][c\(][0o]d[1il\|]n"

        Great idea to use a variable, however you may have some confusion
about the syntax within character classes. How about this definition:

        VICODIN = "(v|\\/)[1il|][c(][0o]d[1il|]n"

or perhpas even:

        VICODIN = "(.*\<)?(v|\\/)[1il|][c(][0o]d[1il|]n\>"

        Cheers,

        - Don

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