Hi, the std response to adding disclimers in the exim handbook is something like this:
dnslookup: driver = dnslookup domains = ! +local_domains transport = ${if eq {$sender_address_domain}{your.domain}\ {remote_smtp_filter}{remote_smtp}} ignore_target_hosts = 127.0.0.0/8 no_more However, this does not help if you want to provide different disclaimers for different domain names. For example, in a hosted environment. Does anyone have any suggestions on how to implement this based on senders domain? Would it be possible to have multiple if statements or transports to make this happen? Jonathan -- ## 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/