You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/06/16 12:19:38 UTC

[Bug 5520] New: notification template required points seems harcoded in mail template:

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5520

           Summary: notification template required points seems harcoded in
                    mail template:
           Product: Spamassassin
           Version: 3.1.8
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: sebastijan@fingerprints.si


I'm getting notifications to $spam_admin :
.....
Content analysis details:   (4.1 points, 5.0 required)
...

but I have:
$sa_tag_level_deflt  = -999;
$sa_tag2_level_deflt = 2.00;
$sa_kill_level_deflt = 4.00; # <--
$sa_dsn_cutoff_level = 9;

Reproducible: Always

Actual Results:  
Content analysis details:   (<num> points, 5.0 required)

Expected Results:  
Content analysis details:   (<num> points, <$sa_kill_level_deflt> required)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5520] notification template required points seems harcoded in mail template:

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5520


felicity@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From felicity@apache.org  2007-06-16 10:53 -------
Since this is not a SpamAssassin issue, I'm closing the ticket.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 5520] notification template required points seems harcoded in mail template:

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5520





------- Additional Comments From Mark.Martinec@ijs.si  2007-06-16 06:31 -------
This is not a problem with SA. Actually it is not a problem with
amavisd-new either, as it is documented there that it has its
own mechanisms to provide by-recipient score levels, and that
mail rewriting by SA is not used (because it needs to prepare
individualized per-recipient mail edits, despite calling SA
only once per message regardless of the number of recipients).

It is a cosmetic issue, set your 'required_hits' in local.cf to a
value that will correspond to the majority of per-user settings
in amavis config to let SA report appear more natural. It could
still be wrong for a minority of users when SA report is to be
inserted in mail header, but we'll have to live by it until SA
separates its API into a mail-analysis phase (once per message),
and report generation phase (once per recipient).




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.