On Sat, 13 May 2006, Johannes Berg wrote: > > For some spam re-injection I want to set control=suppress_local_fixups, > but I can't find *where* I should put it. The thing is, if I put it into > the not_smtp acl then the headers have already been fixed up when that > ACL runs.
Correct. Therefore you need to decide whether you are going to do local fixups in the pre-DATA ACL or earlier - i.e. usually the RCPT ACL. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
