Oscar, > I am receiving a bunch of spam messages which are tagged with: > > X-virus-scanned: Debian amavisd-new at > X-amavis-alert: BAD HEADER SECTION, Non-encoded 8-bit data (char AE hex): > From: ... \256 Official Site [...] > > I do have $final_bad_header_destiny = D_PASS; > But shouldn't they have the Spam tags too?
amavisd does not add score points for header syntax violations. It is also usual that SpamAssassin does not penalize unencoded characters in the header section, despite the fact that they are violating the rules. You may add such rules if you like. > However, they are not receiving the headers: > X-spam-flag: NO > X-spam-score: -2.599 > X-spam-level: > X-spam-status: No, score=-2.599 required=3.49 tests=[BAYES_00=-2.599] > autolearn=ham > > Like the other mail messages. Why is that? Because spam score was below your tag_level. You may lower your $tag_level, or even set it to undef, which is treated lower than any score, i.e. $tag_level=undef makes amavisd always insert all X-spam-* header fields regardless of spam score. Mark ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/