On 10/03/2009 12:58 PM, [email protected] wrote: > > This is the log line I see in my mainlog. Is there a way to extract the > "id=". I have tried various header variables but I cannot seem to output > that specific string. > > Sep 29 11:51:05<hostname> exim[12554]: 2009-09-29 11:51:05<Message ID> <= > [email protected] U=>user> P=<> S=<size> > [email protected] T=<subject> > from<[email protected]> for [email protected]
I'm unclear whether you want the ID for use, or for output? Is $header_message_id of use to you? Bear in mind that you don't *have* any headers for the message until after DATA phase, so you cannot use this in a RCPT ACL. Documented at: http://exim.org/exim-html-4.69/doc/html/spec_html/ch11.html Cheers, Jeremy -- ## 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/
