Bartosz Jozwiak wrote:
Could some body give me a hit what to so
I could see how many point, with break down, each message gets.
So I could see how many points message get for SA check and others...
In /etc/amavisd.conf I have (relevant parameters):
# I run a front-line MX. Is this setting correct?
# Could it lookup the list from LDAP?
@local_domains_maps = ( 1 );
# tags ALL messages for local domains
$sa_tag_level_deflt = undef;
# All spam is tagged
$sa_tag2_level_deflt = 3.5;
$sa_kill_level_deflt = 3.5;
# Never send DSNs
$sa_dsn_cutoff_level = -999;
# Actually never seen so high scores!
$sa_quarantine_cutoff_level = 200;
Change numbers and reload amavisd. If you use SQL/LDAP profiling you can
change numbers there.
Then all messages contain X-Spam-* headers. Another option is to turn
logging to level 2 or greater ($log_level), but then you've to dig
through /var/log/maillog !!
HTH
Paolo
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
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/