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 2015/06/27 07:22:11 UTC

[Bug 7164] TxRep undef warnings

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

Charles Sprickman <sp...@bway.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spork@bway.net

--- Comment #4 from Charles Sprickman <sp...@bway.net> ---
I know this was recently closed, but I was seeing the same error and applied
the diff attached to this bug and while I no longer see a warning, the data in
the txrep db table is looking a little suspect.

Example:

mysql> select * from txrep;
+--------------------------+-------------------------------------------------------+---------+-------+----------+-----------------------+---------------------+
| username                 | email                                             
   | ip      | count | totscore | signedby              | last_hit            |
+--------------------------+-------------------------------------------------------+---------+-------+----------+-----------------------+---------------------+
| foo@bway.net          | 219.95.24.109                                        
| none    |     1 |   23.354 |                       | 2015-06-27 01:10:19 |
| foo@bway.net          | caylajammalamadaka@comstock.com                      
| 219.95  |     1 |   23.354 |                       | 2015-06-27 01:10:19 |
| foo@bway.net          | caylajammalamadaka@comstock.com                      
| none    |     1 |   23.354 |                       | 2015-06-27 01:10:19 |
| foo@bway.net          | comstock.com                                         
| 219.95  |     1 |   23.354 |                       | 2015-06-27 01:10:19 |
| foo@bway.net          | d8545c1cef79c20fb26a58bcb2cdeb0eaf101081@sa_generated
| none    |     1 |   23.354 | 1435381816            | 2015-06-27 01:10:19 |
| foo@bway.net          | spamexperts.com                                      
| none    |     1 |   23.354 | helo                  | 2015-06-27 01:10:19 |

"username", "count", "totscore" seem legit, the rest look a bit odd.  My schema
came directly from the 3.4.1 distribution.

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