Re: [AMaViS-user] Hiding headers

2006-12-14 Thread Noel Jones
At 12:07 PM 12/14/2006, [EMAIL PROTECTED] wrote:

Hi,

Is it possible to hide the following headers in a mail scanned by
amavisd-new ?

X-Virus-Scanned:amavisd-new at abc.com

Thank you.

in amavisd.conf
$X_HEADER_TAG = undef;

-- 
Noel Jones 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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/


Re: [AMaViS-user] Hiding headers

2006-12-14 Thread Mark Martinec
 Is it possible to hide the following headers in a mail scanned by
 amavisd-new ?
 X-Virus-Scanned:amavisd-new at abc.com

You mean how not to insert it?

  $X_HEADER_TAG = '';
or:
  $X_HEADER_LINE = '';

(no need to disable both)

  Mark

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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/