On Tue, 25 Mar 2008, Vincent wrote: > > Below is the debug output up to the delivery attempt. > It shows it is using the remote_smtp transport, but I see no indication > that it sees the headers_rewrite line. It is as if it is not even > there.
You truncated the debug output before the rewriting occurs. > SMTP>> MAIL FROM:<[EMAIL PROTECTED]> SIZE=1383 > SMTP>> RCPT TO:<[EMAIL PROTECTED]> > SMTP>> DATA > waiting for data on socket > ... > ... After Exim gets the response to the envelope it will send the message rewriting the headers as it goes. The relevant debug output will appear during this process. 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://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/
