Dimitrios, > is there any way to add Received-SPF > header on incoming mails through amavisd-new? > > I am using amavisd-new-2.6.4-2.el5 with the Mail::SPF > package on SpamAssassin.
Amavis itself does not deal with or understand SPF. The SpamAssassin's SPF plugin can use existing Received-SPF header fields, but I don't think it can provide them, even though it has all the information necessary and could do so if it chooses to. Here are some choices: - install some milter which can provide Received-SPF header fields; - write an amavisd hook code, which will insert the necessary header after first consulting the Mail::SPF to obtain information; - modify the SpamAssassin SPF plugin to generate such header field; currently amavisd needs a small hack to be able to collect a SA-generated header field and insert it into a passing mail, but this will be possible without code modification using SpamAssassin 3.3.0 and amavisd-new-2.6.5. 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/