procmail
[Top] [All Lists]

Re: variables in matches?

1998-03-15 16:08:42
Michael Helm <helm(_at_)fionn(_dot_)es(_dot_)net> writes:
Can't the built-in variables appear in the match string?

Yes, but you must tell procmail to interpolate variables in the condition
by using the '$' special.


I want
:0
* ^Message-Id:[      ](_dot_)*(_at_)$HOST

Try:
        :0
        * $ ^Message-Id:[       ](_dot_)*(_at_)$HOST


Philip Guenther

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