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.
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: Problem To and CC header rewriteDate: Fri, 18 Jan 2008 09:44:48 +0100 I have this configuration for amavis in master.cf postfix file: smtp-amavis unix - - y - 12 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes 127.0.0.1:10025 inet n - y - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o receive_override_options=no_header_body_checks Do you know any restriction in spamassassin? Regards. >>Pablo Garcia,>> >>> I have a amavisd-new + spamassassin + postfix server.>> >>I assume this is a post-queue filtering setup, not a milter setup.>> >>> If we receive an e-mail with a long line in To or CC header (more than >>> 255 characters), we don?t receive this line completely. It's as if >>> amavisd-new would rewrite incorrectly the header. >>> Is there any limit in to or cc header? This limit could be changed.>> >>There is no such limit in amavisd >>(nor in Postfix as far as I know).>> >>I tried with 300 and with 1100 character To lines, >>and there are no problems, these come through normally.>> >>Note that RFC 2822 limits lines in a header section >>to 998 characters (plus CRLF), and if allowed >>($allow_fixing_improper_header=1) amavisd will >>truncate these to 998 characters (not to 255).>> >>So it seems you are seeing some other component breaking >>longer header lines.>> >>Mark Tecnología, moda, motor, viajes,.suscríbete a nuestros boletines para estar siempre a la última MSN Newsletters _________________________________________________________________ Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar siempre a la última Guapos y guapas, clips musicales y estrenos de cine. ------------------------------------------------------------------------- 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/
