Discussion:
[AMaViS-user] Spam Kill Level Not Working
(too old to reply)
Erik Kristensen
2007-09-18 02:35:01 UTC
Permalink
Greetings,

I am running amavisd-new-2.4.4 (20061120). If I need to upgrade I
will.

I am using a mysql database with my users to do per-user/per-domain
configurations. My MTA is postfix.

In the policy I am using I have no quarantine defined for spam. I have
a tag_level, a tag2_level, and kill_level set in the policy. The
tag_level and tag2_level work just great, I have no problem with them
whatsoever.

My problem is with the kill_level. It isn't working. On my current
policy I have the levels set -9999, 6.8, 9.8 respectively.

In my amavis.conf file I do have $final_spam_destiny = D_BOUNCE; (I
have tried D_DISCARD as well).

When spam scores over 9.8 it still gets delivered to the user and
doesn't get BOUNCED or DISCARD as it should, at least in my
understanding of the scoring system.

Any help would be awesome.

Thank you for your time.
-Erik

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-***@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/
Nate
2007-09-19 17:06:07 UTC
Permalink
I would guess that it is matching another record in your users table
in the database. Perhaps a default user with higher priority?

You can edit amavisd.conf and set log_level to 5, and paste the
results of the transaction that goes through. It will probably show
exactly what's happening and why it's not getting killed.

- Nate
Post by Erik Kristensen
Greetings,
I am running amavisd-new-2.4.4 (20061120). If I need to upgrade I
will.
I am using a mysql database with my users to do per-user/per-domain
configurations. My MTA is postfix.
In the policy I am using I have no quarantine defined for spam. I have
a tag_level, a tag2_level, and kill_level set in the policy. The
tag_level and tag2_level work just great, I have no problem with them
whatsoever.
My problem is with the kill_level. It isn't working. On my current
policy I have the levels set -9999, 6.8, 9.8 respectively.
In my amavis.conf file I do have $final_spam_destiny = D_BOUNCE; (I
have tried D_DISCARD as well).
When spam scores over 9.8 it still gets delivered to the user and
doesn't get BOUNCED or DISCARD as it should, at least in my
understanding of the scoring system.
Any help would be awesome.
Thank you for your time.
-Erik
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-***@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/

Loading...