> From: Cameron Harris

> I've been working on creating
> routers that will add additional headers to our messages based on  which
> router they pass through. I however would like to create rate limiting
> conditions that make decisions based on these added headers. How would I go
> about configuring a ratelimit based on which router my message passes
> through? Is it possible to create acl's within my routers or to set rules
> that specify what acl to hit after passing through a router?

No. But in acl_check_rcpt after "verify = recipient" you can use
$sender_address_data, for that specify address_data in a router.

-- 
## List details at https://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/

Reply via email to