Hi!
I use spamassassin 3.4.4 and I try txrep. When I run sa-learn --spam <msg> it put six tuples to database (postgres):
# select * from txrep ;
username | email | ip | msgcount | totscore | signedby | last_hit
----------+-------------------------------------------------------+-----------+----------+----------+------------+----------------------------
nobody | y...@multifinansowanie.com.pl | 5.199.143 | 1 | 20 | | 2020-12-10 17:34:25.830758 nobody | multifinansowanie.com.pl | 5.199.143 | 1 | 20 | | 2020-12-10 17:34:25.83376 nobody | slot10.multifinansowanie.com.pl | none | 1 | 20 | helo | 2020-12-10 17:34:25.836672 nobody | y...@multifinansowanie.com.pl | none | 1 | 20 | | 2020-12-10 17:34:25.840392 nobody | 5.199.143.45 | none | 1 | 20 | | 2020-12-10 17:34:25.843831 nobody | f2c484bc9daccb07db6497f57fd18a7f0a1e29fa@sa_generated | none | 2 | 40 | 1606432596 | 2020-12-10 17:34:25.850803
(6 rows)

this doesn't look correctly, none of this tuple is 100% correct. Original message's headers, with redacted destination address: https://pastebin.com/JxfNm7LE

Regards,
Marcin

Reply via email to