On 2016-06-17, Nick <[email protected]> wrote: > Hi, > > I'm still searching rather unsuccessfully for a way to prevent my > router/filter from changing a counter when run in verify mode. > > Is there any way of emulating the new variable $verify_mode in older > versions of exim? (I'm using v4.80 as provided in Debian Wheezy) Perhaps > by setting a variable in an acl which can be picked up in the filter?
perhaps set a variable to true in the mail acl and set it to false at the end of the data ACL? this won't work with cut-thru rounting, but it sounds like you're missing that option too. -- \_(ツ)_ -- ## 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/
