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...@spamassassin.apache.org on 2019/07/19 11:15:52 UTC

[Bug 7738] New: separate log per message

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7738

            Bug ID: 7738
           Summary: separate log per message
           Product: Spamassassin
           Version: 3.4.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: spamc/spamd
          Assignee: dev@spamassassin.apache.org
          Reporter: brian@interlinx.bc.ca
  Target Milestone: Undefined

It would be useful if spamd had an option to log the debug processing it does
while processing a message in a "file per message" format so that instead of
one big log file, one had a (big) dir of logs, one per message.  The
message-id: header might be a good file name for the logs.

So maybe if the -s argument were a directory, rather than a file, that would
indicate to spamd that one desires this format.

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

[Bug 7738] separate log per message

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7738

Bill Cole <bi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.4.0                       |unspecified
                 OS|Linux                       |All
           Hardware|PC                          |All
                 CC|                            |billcole@apache.org

--- Comment #1 from Bill Cole <bi...@apache.org> ---
Interesting concept, although normally each file would be tiny. Are you
thinking about this as an adjunct to running spamd with debug (-D) flags?

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

[Bug 7738] separate log per message

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7738

Brian J. Murrell <br...@interlinx.bc.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brian@interlinx.bc.ca

--- Comment #2 from Brian J. Murrell <br...@interlinx.bc.ca> ---
Ah, yes.  Sorry I was not more clear about that.  You are right, in normal
operations there wouldn't be much in them, but yes, indeed, when used with
debugging enabled, like say to figure out why spams are not being identified,
being able to view the debugging for just a single spam in a single file would
be very useful.

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