On Mon, Aug 06, 2012 at 10:02:05AM -0500, Noel Jones wrote:
> On 8/6/2012 9:18 AM, Viktor Dukhovni wrote:
>
> >>> it possible to force postfix to create a _from_ line in an email
> >>> before sending it if the client didn't create it ?
> >
> > Postfix will add a missing "From:" header when:
> >
> > always_add_missing_headers = yes
> >
> > http://www.postfix.org/postconf.5.html#always_add_missing_headers
> > (Postfix >= 2.6)
> >
> >
> > and the client matches:
> >
> > local_header_rewrite_clients
> >
> > http://www.postfix.org/postconf.5.html#local_header_rewrite_clients
> > (Postfix >= 2.2)
> >
>
> Viktor,
>
> The docs seem to say missing headers are added if EITHER
> always_add_missing_headers=yes OR the client matches
> local_header_rewrite_clients. Am I interpreting this wrong?
The documentation is correct, that condition should be "or" not "and".
--
Viktor.