https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7021
--- Comment #14 from Ivo Truxa <[email protected]> --- There is another new version (v1.0.9) with a small, but relatively important change. Until now the HELO names were checked against the IP, email, and domain name to avoid duplicate records, but it did not cover the cases when a computer used a forged (not own) IP, email, or domain name as HELO name. Although the default weight of the HELO name record is very small, I preferred avoiding the possible conflict, and added a tag for the HELO names in the "signedby" field. The signature is never used at these HELO name records. Once tagged, the HELO name cannot be mistaken for a record of another type (EMAIL, EMIAL_IP, DOMAIN, IP). This way still permits keeping the original unmodified AWL data structure, and its database handlers. Please note that the HELO name records learned with older version will be no more recognized by the v1.0.9 and above. They need to be relearned. They could be removed from the database, or the HELO tag could be added, so that the system can profit from the already learned names. The plugin does not attempt to tag the old HELO name records automatically, so it would have to be done manually. I think that in this testing stage (not sure whether anyone uses it at all, in fact), it is certainly not such a trouble, but in case of demand I could add some more temporary code that would tag at least some of the old records automatically. https://github.com/truxoft/TxRep/blob/master/CHANGELOG https://github.com/truxoft/TxRep/ -- You are receiving this mail because: You are the assignee for the bug.
