Pablo Garcia Martinez wrote: > Hello,I solve the problem. This postfix directive makes the > mistake:header_size_limit = 256I increase this directive to 998 as RFC 2822 > says:header_size_limit = 998 > > Thank you for all.Regards. > > >
No, the header_size_limit is the total length of a header, which may span many wrapped lines. Each physical line can be no longer than 998 characters, but the total header length can be much greater. The correct thing to do is remove the incorrectly set header_size_limit parameter from your configuration and use the built-in defaults. -- Noel Jones ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
