Clive Goodhead wrote:
>> I Tried this to see if I could read without adding to the total -
>>
> but it
>
>> didn't work. The $sender_rate is blank.
>>
>> accept add_header = X-Ratelimit: $sender_rate
>> ratelimit = 20 / 10m / test-$sender_host_address
>> condition = false
>>
>>
>
> I think that add_header is an immediate modifier and should,
> therefore, almost never be the first entry in an ACL. It is
> not exactly the same as message was.
>
>
>
I was just using it to test to see if I could read the $sender_rate
variable and it didn't work.