On 2006/01/30 14:22, Joel Gudknecht wrote:
> Does smtp-vilter-1.1.9 included in 3.8 packages suffer from the issue
> discussed in this thread?
1.1.9 is the first version which supplied enough information for the
new Received: line parsing introduced in SA 3.1.0 (but not documented
in their UPGRADE document). Yes, it does need client_addr.
> And I think that I may see what the cause of your problem is. For
> some strange reason they're using the '{client_addr}' macro rather
> than the '_' macro for the address of the sending host.
> Now '_' is in the sendmail milter default macro list, '{client_addr}'
> is NOT.
The macro description in smm/08.sendmailop for ${client_addr} is
absolutely clear what it does; $_ slightly less so.
> Did you explicitly add the '{client_addr}' macro to your
> sendmail config file Milter.macros.connect parameter?"
...aka: "did you follow INSTALL?"