https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7838
--- Comment #8 from Lars D. <[email protected]> --- The rule for USER_IN_WELCOMELIST_TO is surrounded by an if statement if can(Mail::SpamAssassin::Conf::feature_blocklist_welcomelist) files: 50_scores.cf 60_whitelist.cf If I add this if statement in the 30_text_xx.cf files arround the USER_IN_WELCOMELIST_TO rule description, the lint check does not give a warning and I expect the update process would not fail. The problem with the warning of the lint check is, that (at least in debian) the update script fails if the return code of the check is not 0. Maybe the distros should not fail on return code 4, but I don‘t know if there are other cases when return code 4 is set. -- You are receiving this mail because: You are the assignee for the bug.
