Benedict,

> Hi, I have been using amavisd-new for some time now, and am starting to
> run into problems. I use an old version version which has been modified a
> bit to give multiple levels of spam.
>
> I think it is time I upgraded but need the following functionality:
>
> 1.  I want to put spam headers in early, which is no problem. I currently
> add spam headers at a level of 0.5 which is handy and will work in either
> version.

tag_level

> 2.  I want to then mark spam that score between say 4.5 and 7.5 as "maybe
> spam" which is not a problem in itself.

> 3.  I then want to mark spam that scores between 7.5 and 10.0 as "probably
> spam" which is where I have the problem.

The #2 and #3 jointly are covered by tag2_level.

The 2.4.1-rc1 (just made available) offers a solution for you
to make a split:

- added config variables: @spam_subject_tag3_maps, @spam_tag3_level_maps
  (and $sa_tag3_level_deflt), which makes it possible to split contents
  category CC_SPAMMY into two sublevels (minor categories) and give
  each its of Subject tag text;
  the "CC_SPAMMY,0" contents category still corresponds to tag2 level,
  and "CC_SPAMMY,1" contents category corresponds to tag3 level (if defined).
  Only static maps are available (also members of policy banks), but
  no corresponding SQL and LDAP attributes are provided.  Example:
    @spam_tag2_level_maps = (5);
    @spam_tag3_level_maps = (8.0);
    @spam_subject_tag2_maps = ('***LIKELY*SPAM*** ');
    @spam_subject_tag3_maps = ('***BLATANT*SPAM*** ');
  based on suggestion by Benedict White;

> 4.  Spam that scores above 10 I want to send to [EMAIL PROTECTED] (which
> is then re-written by postfix to [EMAIL PROTECTED]) which also looks like it 
> is
> going to work.

kill_level, quarantining


  Mark


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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/

Reply via email to