Carlos, > I was noticing today that when a message is sent to a user on my mail > server, it indicates 'Amavisd-new' in the headers as show below: > > X-Virus-Scanned: Debian amavisd-new at iamghost.com > X-Spam-Flag: NO > X-Spam-Score: -0.999 > X-Spam-Level: > X-Spam-Status: No, score=-0.999 required=5 tests=[ALL_TRUSTED=-1, > TVD_SPACE_RATIO=0.001] autolearn=ham > Received: from mail.iamghost.com ([127.0.0.1]) by localhost > (mail.iamghost.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id > AmxrxsQmOdP1 for <car...@iamghost.com>; Wed, 17 Mar 2010 08:48:12 -0400 > (EDT) > > Is it possible to remove the 'Debian' & 'amavisd-new' specifically > from the headers or mask it as something generic so I don't advertise > to my users & the world what my system us currently utilizing for > message scanning and filtering?
Set $X_HEADER_LINE to whatever text you prefer, or to an empty string to disable adding this header field: $X_HEADER_LINE = ''; Mark ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ 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/