https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8051
Bug ID: 8051 Summary: HeaderEval word_is_in_dictionary, deprecated triplets.txt usage Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Hardware: All OS: All Status: NEW Severity: trivial Priority: P2 Component: Plugins Assignee: dev@spamassassin.apache.org Reporter: apa...@hege.li Target Milestone: Undefined It seems check_for_unique_subject_id() function in HeaderEval uses a word_is_in_dictionary() function, which tries to load a "triplets.txt" file. >From what I see, such file hasn't existed in rules after 3.1: https://svn.apache.org/viewvc/spamassassin/branches/3.1/rules/triplets.txt It maybe create debug line as seen in Bug 8044: Mon Sep 19 11:55:18 2022 [4276] dbg: eval: failed to locate the triplets.txt file Should we deprecate the check_for_unique_subject_id() function? Looks like useless hardcoded stuff that most likely could be handled with Subject rules. -- You are receiving this mail because: You are the assignee for the bug.