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 2005/01/08 18:14:20 UTC

[Bug 4069] New: Spam Reporting: Getting tests results from removed markup

http://bugzilla.spamassassin.org/show_bug.cgi?id=4069

           Summary: Spam Reporting: Getting tests results from removed
                    markup
           Product: Spamassassin
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: anfi@priv.onet.pl


Could Mail::SpamAssassin::Reporter provide the following info in report function
based on message (especially removed markup):
1) SA test reported in removed headers
2) "last hop" IP address

It would allow to deply some reports fit for *some* spam messages.

package Mail::SpamAssassin::Reporter;
....
sub report {
  my ($self) = @_;
  my $return = 1;
  my $available = 0;

  my $text = $self->{main}->remove_spamassassin_markup ($self->{msg});
....



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