Wilson Kwok schrieb:
> Hello,
>    
>   Why the amavisd cannot mask a SPAM header on the spam mail ? the
>   following is my amavisd some setting.
>    
>   $sa_tag_level_deflt  = -9999;  # add spam info headers if at, or above that 
> level

The syntax changed (maybe since 2.4.x?) at my version (amavisd-new 
2.4.2-6.1) this is now:
$sa_tag_level_deflt  = undef; # add spam info headers if at, or above 
that level
you could read this at: (path may vary):
> zless /usr/share/doc/amavisd-new/examples/amavisd.conf-sample.gz

> $sa_tag2_level_deflt = 1.0; # add 'spam detected' headers at that level
> $sa_kill_level_deflt = 10; # triggers spam evasive actions
> $sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent
> $sa_quarantine_cutoff_level = 1.0; # spam level beyond which quarantine is off
> 
>    
>   $final_virus_destiny      = D_DISCARD;
> $final_banned_destiny     = D_BOUNCE;
> $final_spam_destiny       = D_DISCARD;
> $final_bad_header_destiny = D_PASS;
> 
>    
>   The amavisd can discard virus or spam mail, but cannot mask a spam 
>   header on a spam mail.

Which versions of amavisd-new and spamassassin are you using?

You could use the following, this should give scores:

http://spamassassin.apache.org/gtube/

(path may vary on your box:)
/usr/share/doc/spamassassin/examples/sample-spam.txt

amavisd-new debug or amavisd-new debug-sa ?
(stop amavisd-new before this and restart it after the tests ...)

>   Thanks

-- 
GrĂ¼sse/Greetings
MH


Dont send mail to: [EMAIL PROTECTED]
--


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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