Discussion:
Spam Tag Level
amavis-user
2003-05-23 11:04:40 UTC
Permalink
Hi all !

Recently we receive a lot more spam than bevore. Our spamtrap:
Amavisd-new + Razor + Spamassassin used to kill most spam but now quite a lot slips through.
I wanted to change the variable:
$sa_kill_level_deflt from 6,9 (default) to 5 ...
I changed it in the amavisd.conf anyway all our quarantined spam and the spam coming through still has in
The header :
Spamlevel = 6.9

Is this the right attempt to tune ?
What am I doning wrong. I have for sure stoped and started amavisd ...


__________________________________________________________
Nik Engel NETWAYS GmbH
Senior Systems Engineer Deutschherrnstr. 47a
Fon.0911/92885-13 D-90429 Nürnberg
Fax.0911/92885-33
***@netways.de www.netways.de

==================== Wir stellen aus ======================

Nicht auf der CeBIT, sondern auf der noris.tech Hausmesse
am 04.06.2003 zum Thema Datenmanagement. Weitere Infos und
Anmeldung unter http://www.netways.de/hausmesse.html

==================== Wir stellen aus ======================


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
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/
Mark Martinec
2003-05-23 12:25:00 UTC
Permalink
Nik,

| Recently we receive a lot more spam than bevore. Our spamtrap:
| Amavisd-new + Razor + Spamassassin used to kill most spam but now quite a
| lot slips through. I wanted to change the variable:
| $sa_kill_level_deflt from 6,9 (default) to 5 ...
| I changed it in the amavisd.conf anyway all our quarantined spam and the
| spam coming through still has in The header : Spamlevel = 6.9
|
| Is this the right attempt to tune ?
| What am I doning wrong. I have for sure stoped and started amavisd ...

The level reported in inserted headers is tag2 level,
which is normally the same as kill level, but can be specified
separately. Could it be you only changed the kill level
and not the tag2 level?


amavisd-new-20030314 release notes:

- split kill_level setting into two independent settings: tag2_level,
and kill_level. A quick reference:
tag_level controls adding the X-Spam-Status and X-Spam-Level headers,
tag2_level controls adding 'X-Spam-Flag: YES', and editing Subject,
kill_level controls 'evasive actions' (reject, quarantine, extensions);
The default is tag2_level=kill_level, which retains compatibility.


Mark


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
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...