Hi,

I've read the faq and everything seems ok.

1 - The domain is in locals map
2 - sa_tag_level_level_deflt  is bellow the threshold

I even tried:

$sa_tag_level_deflt = undef;

but without success..

Any ideas?
Thanks,
Nuno Fernandes

On Monday 19 May 2008 17:11:58 Nuno Fernandes wrote:
> Hi,
>
> I have amavisd-new-2.5.4 with sql lookups.
>
> In amavisd-new config i have:
>
> $sa_tag_level_deflt  = -10;
> $sa_tag2_level_deflt = 5.0;
> $sa_kill_level_deflt = 10000.0;
> $sa_dsn_cutoff_level = 10;
>
> $mydomain = 'eurotux.com';   # a convenient default for other settings
> @local_domains_maps = ( [".$mydomain"] );  # list of all local domains
>
> In sql i have all policies with -999
>
> mysql> select spam_tag_level from policy;
> +----------------+
>
> | spam_tag_level |
>
> +----------------+
>
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
> |           -999 |
>
> +----------------+
> 25 rows in set (0.00 sec)
>
> Nevertheless clean emails don't get any headers.. only spam ones. How can i
> activate the headers for clean emails?
>
> Thanks
> Nuno Fernandes

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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