procmail
[Top] [All Lists]

Re: + addressing

1997-04-04 09:31:00
Michael Ghens <michael(_at_)spconnect(_dot_)com> writes:
I missed it, how does the + addressing get passed in

as in michael+pgp(_at_)spconnect(_dot_)com


It shows up as $1 in your procmail, which you can then test with
something like:

        ARG = $1

        :0
        * ARG ?? ^^pgp^^
        pgp-folder

        :0
        * ARG ?? ^^cypher-punks^^
        cypher-punks-folder


You can't test $1 directly, thus the assignment to ARG.

Philip Guenther

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