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

            Bug ID: 7631
           Summary: Added column last_hit without documentation or
                    reflected in Upgrade file
           Product: Spamassassin
           Version: 3.4.2
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: spamassassin
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: Undefined

reported by Alex Woick <[email protected]> on list:

- upon starting spamd, I got this message in the system log:

auto-whitelist: sql-based get_addr_entry
[email protected]|none: SQL error: Unknown column
'last_hit' in 'order clause'

It seems this column is added for 3.4.2, but it is not documented in the update
notes. It's not even present in the CREATE TABLE statement in
SQLBasedAddrList.pm. Should probably be added. I assume it is a auto-updating
TIMESTAMP column purely for documentation like this:

`last_hit` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE
CURRENT_TIMESTAMP,

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

Reply via email to