On Mon, 09 Dec 2019 13:14:45 +0000 Martin Gregorie wrote: > The primary key for the public.txrep table must be unique, and > evidently you already had a row with the same primary key. It seems > likely that the combination [username, email, signedby and ip] will > very often be duplicated, like every time you get another email from > that person.
TxRep reuses a lot of AWL, often leaving things mislabelled. For per message tracking entries I think 'email' would be a message identifier - if such a row already exists it ought be handled. There's no reason for duplicate reputation entries. > Try this: Unless you know of a good reason for having duplicates, making it possible will just conceal a bug.
