Am 18.09.2014 um 14:36 schrieb James Bailey:
> I have postfix logging certain X-headers but they are entered as a separate 
> line under postfix/cleanup. Is it possible to log X-header info to 
> the postfix/smtp lines?

smtp_header_checks = outgoing = smtpd
header_checks = incoming = cleanup

you can even log the same header twice to see the
difference of incoming and outgoing in case spamd
adds a spam-mark to the subject

but keep in mind "smtp_header_checks" will only contain
the ID and the header itself while "header_checks" also
conatin From, To, Helo

anyways, it will unconditional result in a seperated line

Reply via email to