Ricado Varela wrote: > Hi, > I'm using efw2.0 with antispam enabled. Periodically we receive mails > electronically signed, which we must reply as acknowledgment and > notification of them. > > Since we're using efw our replies are rejected since "subject was > modified". I've seen several of them with trimmed spaces in subject. > That is, we receive "Test with blanks .", but our reply is "Test with > blanks .". Only one space is keeped. > > This only happens when efw2.0 is used. Why is happening this? > > thanks > Ricardo. >
My guess would be something in Amavis-new a quick google turned up this from a changelog in the 2.4 series. - new configuration variable: $allow_fixing_improper_header (also a member of policy banks) is a more-general big brother of an older configuration variable $allow_fixing_improper_header_folding. It controls fixing of a mail header in passed and released mail; it currently controls truncating of header lines longer than 998 characters, and is a pre-condition for $allow_fixing_improper_header_folding, controlling removal of all-whitespace continuation lines. The $allow_fixing_improper_header defaults to true for backwards compatibility. Fixing header may protect poorly written mail readers, but may break DomainKeys/DKIM validation of messages with illegal header if verification is done after content filtering, so if this is of concern, one has a choice of turning it off; Endian 2.0 comes installed with [EMAIL PROTECTED]:/etc # rpm -q -a | grep amavis amavisd-new-2.3.3-1.rf.endian10 If you can figure out if newer versions handle this better I'd be willing to try rolling a new rpm. -Mike ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
