On Sat, Jul 17, 2021 at 05:34:23PM -0400, [email protected] wrote:
> Im using milter_header_checks and i noticed in the logs it looks like 
> part of the examined text (header in this case) is being truncated. It 
> this intentional? Any setting to adjust how much it truncates? In the 
> log below you can see after "(p=none di" it looks like it was cut off.
> 
> postfix/cleanup[279974]: 4GRzzj3VBzz4l3g0: milter-header-reject: header 
> Authentication-Results: xxxx.xxxx.com; dmarc=fail (p=none di from 
> server.example.com[xxx.xxx.xxx.xxx]; from=<from_user@example> 
> to=<[email protected]> proto=ESMTP helo=<server.example.com>: 5.7.1 
> Reason_Here

The logged header content is truncated at 60 bytes:

    
https://github.com/vdukhovni/postfix/blob/master/postfix/src/cleanup/cleanup_milter.c#L240-L242

Intentional, and presently not configurable.

-- 
    Viktor.

Reply via email to