On Fri, 16 Oct 2020 16:48:20 +0700 Victor Sudakov wrote: > Dear Colleagues, > > My SpamAssassin reports that > > -0.0 USER_IN_WELCOMELIST user is listed in 'welcomelist_from' > -100 USER_IN_WHITELIST DEPRECATED: See USER_IN_WELCOMELIST > > > However when I change "whitelist_from" to "welcomelist_from", > SpamAssassin complains:
It looks like it's not been ported to 3.*, but we have: if can(Mail::SpamAssassin::Conf::feature_blocklist_welcomelist) ... else header USER_IN_WELCOMELIST eval:check_from_in_whitelist() describe USER_IN_WELCOMELIST user is listed in 'welcomelist_from' tflags USER_IN_WELCOMELIST userconf nice noautolearn score USER_IN_WELCOMELIST -0.01 meta USER_IN_WHITELIST (USER_IN_WELCOMELIST) describe USER_IN_WHITELIST DEPRECATED: See USER_IN_WELCOMELIST tflags USER_IN_WHITELIST userconf nice noautolearn score USER_IN_WHITELIST -100.0 endif So a feature is deprecated before the alternative is implemented. A year ago I would have followed that by 'unbelievable'.