Autor: Andrew D
Data:
Para: exim-users, Dennis Taylor
Asunto: Re: [Exim] putting '$' in filters
----- Original Message -----
Sent: Thursday, 2 November 2000 2:05 AM
Subject: [Exim] putting '$' in filters
> I'm trying to filter like this:
>
> if $h_to begins "$user@"
> then
> ... yada yada
>
I actually have the same rule but mine is (might even be the same spammer
:))
if $h_to contains "\\$user@"
then
blah blah
endif
and it works well. (well I've caught 4 so far)
HTH
cya
Andrew
--
I have to exercise early in the morning before my brain figures out what I'm doing.