-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Grant Maxwell wrote: > Hi > > any one else able to maybe offer pointers ? I've been looking through > the code at add_forwarding_header_edits_per_recip > but it is a bit deep for me.
Well. I don't have a copy of the code that old. But if I had to do it, I would trace thru to learn where amavisd writes its own headers. Those options have been around for quite a while. Two that I remember. amavisd will optionally write it's own "Received:" headers. And it has will also write 'X-Virus-Scanned:' In the config they are set with $insert_received_line and $X_HEADER_TAG and $X_HEADER_LINE. In fact, $X_HEADER_LINE might be a good candidate for what you want to insert. Find the point in the code where that text is written out in the message and insert your code to substitute in the id string you want to use. $0.02 > regards > Grant > - -- Eric W. Bates Educomp, Inc. e...@educompmv.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoNlv4ACgkQD1roJTQ4LlFMFACggu8rOcmdTbDVc1IIsPSlxaNt PMIAnRW/bmrv/H6P0KNgdhHBnFlmcrMz =LzMr -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ 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/