Hello
I have amavisd-new-2.3.3 + postfix 2.2.7 + clamav 0.88.1 + spamassassin
installed and I want to add header information on all incoming and
outgoing email.
I modified /etc/amavisd.conf as follows
# Add X-Virus-Scanned header field to mail?
$X_HEADER_TAG = 'X-Virus-Escaneado'; # (default: undef)
# Leave empty to add no header field # (default: undef)
$X_HEADER_LINE = "por amavisd-new en $mydomain";
$sa_tag_level_deflt = undef; # add spam info headers if at, or above
that level
$sa_tag2_level_deflt = 2.9; # add 'spam detected' headers at that level
$sa_kill_level_deflt = $sa_tag2_level_deflt; # triggers spam evasive actions
$sa_dsn_cutoff_level = 9; # spam level beyond which a DSN is not sent
$sa_quarantine_cutoff_level = 20; # spam level beyond which quarantine
is off
$sa_mail_body_size_limit = 200*1024; # don't waste time on SA if mail is
larger
$sa_local_tests_only = 0; # only tests which do not require internet
access?
$sa_auto_whitelist = 1; # turn on AWL in SA 2.63 or older (irrelevant
# for SA 3.0, cf option is
'use_auto_whitelist')
but mails are not tagged.
Any help will be appreciated.
Thanks in advance
--
---------------------------------------------------------------
Raúl Becette
email: [EMAIL PROTECTED]
Área Redes y Telecomunicaciones
Universidad Nacional de la Patagona San Juan Bosco
Ciudad Universitaria - Km. 4
Comodoro Rivadavia - 9000
Chubut - Argentina
Tel. : (0297) - 4558378
---------------------------------------------------------------
_______________________________________________
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/