Terry ( 1stKMH ) wrote:
> Hi I am looking for an example to rate limit the user the web server runs 
> under to keep under control any vulnerable email forms.
> 
> 
> for example
> 
> 2009-07-20 17:26:43 1MSvhL-0000Xv-NK <= [email protected] U=webuser 
> P=local S=990 [email protected] T="Llanelly: 
> Search Engine Optimization"

In your mail-from acl,

deny    senders = [email protected]
        ratelimit = 10 / 24h
        message = excessive rate from webserver


Docs are at http://exim.org

- Jeremy


-- 
## 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/

Reply via email to