> @spam_tag_level_maps  = ();
> @spam_tag2_level_maps = ();
> @spam_kill_level_maps = ();
>
> This works !
> thank you , now I have it working as I expected , Altough still fighting to
> have the apropriate lookup for dsn_cutoff (See my other post some days ago
> http://marc.info/?l=amavis-user&m=122571331622261&w=2)

It is quite possible that you are setting one of these four variables,
but one of the other three is giving you unexpected result.

Default lists of lookup tables for these four settings are:

  @spam_dsn_cutoff_level_maps =
    (\$sa_dsn_cutoff_level);

  @spam_dsn_cutoff_level_bysender_maps =
    (\$sa_dsn_cutoff_level);

  @spam_crediblefrom_dsn_cutoff_level_maps =
    (\$sa_crediblefrom_dsn_cutoff_level);

  @spam_crediblefrom_dsn_cutoff_level_bysender_maps =
    (\$sa_crediblefrom_dsn_cutoff_level);

...and SQL lookup for 'policy.spam_dsn_cutoff_level' is
automagically prepended to the @spam_dsn_cutoff_level_maps list.

I admit the four-way variants are somewhat counterintuitive.

I suggest you set $sa_dsn_cutoff_level and $sa_crediblefrom_dsn_cutoff_level
to some sensible value (possibly the 'credible' variant a bit higher),
and keep the @spam_*_dsn_cutoff_level_maps at their default,
and keep a NULL in policy.spam_dsn_cutoff_level SQL table, at least
to see if that is giving you expected results. Then you can play
with individual settings.

  Mark

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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