Simon wrote: > I'm sorry, in my previous e-mail I forgot to add which version of > amavisd-new I was using. I'm using the version that comes with debian > sarge (3.1), which is a version labeled: 20030616p10 > This could be a really old version, if it refers to the year 2003... > Any idea if that could be why I don't get the fancy headers? > Cheers > Simon
Make sure all your domains are listed in @local_domains_acl : @local_domains_acl = qw( .example.com .example2.com localhost ); and set sa_tag_level_deflt to something like : $sa_tag_level_deflt = -999; Gary V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ 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/
