* Stuart Gall: > Ideally I would like to set a size limit for the yahoo.com domain so > that I immediately reject any mail > 5M with a yahoo recipient (and > possibly others throwing the baby out with the bath water etc) I > could set a var in check_rcp for yahoo and check the size in > check_content. > > Is there a more sensible way to do this, or a better way all > together to deal with the problem.
You could set a message-specific variable with the permitted size at RCPT TO: time, and enforce that in a post-DATA check. -- Florian Weimer <[email protected]> BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99 -- ## 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/
