Zhang Huangbin,

> > For the X-Spam-* header fields to be inserted the following must hold:
> > - recipient must be considered local (check your @local_domains_maps);
> > - spam score must be above tag level (@spam_tag_level_maps,
> >   $sa_tag_level_deflt) or tag level must be undefined.
>
> Got it. Thanks Mark. :)
>
> In amavisd-new-2.6.0, it seems no '@spam_tag_level_maps' in default
> configration
> file, right?
>
> # cat /etc/amavisd.conf | grep 'spam_tag_'
> No output.

The amavisd.conf as distributed is practically the same in 2.6.0 as
in 2.5.4, just some new feature controls were added. There was no
change to @spam_tag_level_maps or $sa_tag_level_deflt, they both are
left at their default value, as documented in amavisd.conf-default,
and the default hasn't changed either:

  $sa_tag_level_deflt = undef;
  @spam_tag_level_maps = (\$sa_tag_level_deflt);

Feel free to add the setting if needed. The default should enable
adding of X-Spam-* header fields for all recipients which are
considered local, regardless of spam score (assuming spam scanning
is not entirely disabled by  @bypass_spam_checks_maps=(1);  ).

  Mark

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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/

Reply via email to