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/07 22:25:42 UTC

[Bug 5504] New: RFE: Make the spamd results log message configurable using template tags

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

           Summary: RFE: Make the spamd results log message configurable
                    using template tags
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: spamc/spamd
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: sidney@sidney.com


Any information one might want to gather by making a custom header containing
template tags would be easier to gather in many environments in which spamd is
used by putting that template tag information into the spamd log message. It
currently is hard wired to show score and other specific information. It would
be nice to have the message defined by a configuration option and allow it to
include template tags like custom headers do.



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

[Bug 5504] RFE: Make the spamd results log message configurable using template tags

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





------- Additional Comments From felicity@apache.org  2007-06-07 13:31 -------
It seems like this would be easiest met by the log_scan_result plugin call from
spamd.  Perhaps we should move our result logs to a standardly loaded plugin,
and then if people want to do other things with the results, they can easily
have their own plugin in addition/instead of ...  No ?



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

[Bug 5504] RFE: Make the spamd results log message configurable using template tags

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





------- Additional Comments From jm@jmason.org  2007-06-07 14:08 -------
I think it'd be a nicer UI to just have a template-tags config setting which
defines the info that spamd logs in that result: line, rather that having to
create or edit a plugin.



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

[Bug 5504] RFE: Make the spamd results log message configurable using template tags

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





------- Additional Comments From sidney@sidney.com  2007-06-07 13:40 -------
With my quick first look at code in spamd, it seems that the plugin is passed
just the hardcoded log message string. I agree that the plugin would be a good
place to put the work of a customisable log message, but we would still have to
make the code in spamd that calls it be more flexible about what it is doing.




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