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
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/

Reply via email to