https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7838
--- Comment #9 from Kevin A. McGrail <[email protected]> --- the issue is considered fixed in revision control. The publishing of a new release or ruleset is important but not required for the closing of the bug. if 60_whitelist.cf looks like this, it's not the version I checked in a week ago: if can(Mail::SpamAssassin::Conf::feature_blocklist_welcomelist) #bz7826 renames whitelist to welcomelist header USER_IN_WELCOMELIST_TO eval:check_to_in_welcomelist() describe USER_IN_WELCOMELIST_TO User is listed in 'welcomelist_to' tflags USER_IN_WELCOMELIST_TO userconf nice noautolearn else header USER_IN_WHITELIST_TO eval:check_to_in_whitelist() describe USER_IN_WHITELIST_TO User is listed in 'whitelist_to' tflags USER_IN_WHITELIST_TO userconf nice noautolearn endif The correct version looks like this: if can(Mail::SpamAssassin::Conf::feature_blocklist_welcomelist) #bz7826 renames whitelist to welcomelist header USER_IN_WELCOMELIST_TO eval:check_to_in_welcomelist() describe USER_IN_WELCOMELIST_TO User is listed in 'welcomelist_to' tflags USER_IN_WELCOMELIST_TO userconf nice noautolearn else header USER_IN_WELCOMELIST_TO eval:check_to_in_whitelist() describe USER_IN_WELCOMELIST_TO User is listed in 'whitelist_to' tflags USER_IN_WELCOMELIST_TO userconf nice noautolearn endif I'll see if someone can put some eyeballs on why that isn't getting published. -- You are receiving this mail because: You are the assignee for the bug.
