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/02/11 21:31:44 UTC

[Bug 4134] Add easier access to "spam reported to..." messages

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





------- Additional Comments From quinlan@pathname.com  2005-02-11 12:31 -------
Subject: Re:   New: Add easier access to "spam reported to..." messages

> My enhancement suggestion is to add this information to the normal
> output. One way to do this would be to add a new command line switch
> that would allow this information to be shown without getting the full
> debug information (but leaving the default invocation results as-is).

Definitely -1 on addition of new switches.

I propose we add info() support to Plugin.pm, then change those (the
report yes vs. no message) to simply be an informational message.  So,
if you call sa-filter with -Dinfo as follows, you get the informational
reporting messages:

  $ sa-filter -Dinfo -r < /tmp/newspam
  info: generic: SpamAssassin version 3.1.0-r151785
  info: reporter: spam reported to DCC
  info: reporter: spam reported to Pyzor
  info: reporter: spam reported to Razor
  info: reporter: spam reported to SpamCop
  1 message(s) examined.

(note: "spamassassin" is called "sa-filter" in 3.1, although the old
name of "spamassassin" still works for now.)





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