Jeetu:
> On 21/09/11 5:59 PM, Wietse Venema wrote:
> > Jeetu:
> >> > im trying to use mimedefang milter to append footer based on
> >> > Authenticated sender address
> > And where does that header come from?
>
> im using postfix on my outbound server, where client authenticates and
> sends mails.
> i got this headers if i send mail by my thunderbird
>
> Received: from [x.x.x.x1] (unknown [x.x.x.x])
> (Authenticated sender: [email protected])
> by in.outbound.mail.com (Postfix) with ESMTPA id 7757111B8323
> for<[email protected]>; Wed, 21 Sep 2011 18:11:06 +0530 (IST)
>
>
> But the milter is not getting the above headers.
For compatibility with Sendmail, Milters cannot see the Received:
header that the MTA adds itself. Changing this could break all kinds
of existing programs.
Wietse