* Noel Jones <postfix-users@postfix.org>: > On 12/29/2010 10:12 AM, Phil Howard wrote: > >I'm sending mail out through amavis for spam checking, and back in, > >again. There are extra "Received:" headers being added. Is there a > >way to either remove these, or customize them to "X-Received:" or > >something? Amavis adds one and that's an amavis issue. Postfix adds > >one coming back and that's the one of interest for this post. If > >there is a directive to suppress the "Received:" header I could add > >that on the incoming from amavis. > > > > > You can turn off the "Received: " header in amavisd-new with > $insert_received_line = 0;
The option has been deprecated in recent amavis versions (2.7-pre...). Use this instead: $allowed_added_header_fields{lc('Received')} = 0; p...@rick -- All technical questions asked privately will be automatically answered on the list and archived for public access unless privacy is explicitely required and justified. saslfinger (debugging SMTP AUTH): <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>