On 2007-12-24 at 10:30 -0600, Matt wrote:
> # Slow down fast senders; note the need to truncate $sender_rate
> # at the decimal point.
> warn ratelimit = 200 / 1h / per_rcpt / strict
> delay = ${eval: ${sg{$sender_rate}{[.].*}{}} - $sender_rate_limit }s
> log_message = Sender rate $sender_rate / $sender_rate_period
> excedes limit delayed \
> ${eval: ${sg{$sender_rate}{[.].*}{}} -
> $sender_rate_limit } seconds
>
>
> Is there a way to get it to add the source and destination email
> address to the log entry? When it triggers on webmail users it just
> lists 127.0.0.1 and I have no idea who it was.
There are a large number of variables available within Exim for use in
expanded strings. You have this on a RCPT ACL, so that there's just one
explicit recipient under consideration at the time, yes?
See section "11.9 Expansion variables" of The Spec.
$sender_address
[EMAIL PROTECTED]
-Phil
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/