Re: [Exim] Writing uniform Message-IDs

Top Page
Delete this message
Reply to this message
Author: Dan Egli
Date:  
To: exim-users
Subject: Re: [Exim] Writing uniform Message-IDs
J.D. (Jack) Bitters wrote:
>
>     headers_remove = Message-ID


REALLY bad idea. This could have all sorts of consequences. Not the
least of which is this will effectively break any threading done by
Message-ID (which most threading is done by).

Adding if not present is fine, but don't remove it if it is already
there. So what if it doesn't look the same? It WORKS and that is what is
important.

--
-- Dan