https://issues.apache.org/SpamAssassin/show_bug.cgi?id=4900
--- Comment #17 from Rob Janssen <[email protected]> 2010-04-16 12:41:57 EDT --- (In reply to comment #15) > Oh, you're talking about an actually persistent setting. Sounds like > dangerous > waters. I'd rather that stay in the config file as whitelist_from et al. I don't understand how it can be a good idea to keep variable data in a config file. A config file should specify config settings, policies etc, but not a list of mail addresses. That it currently offers options like whitelist_from with a hardcoded list of mail addresses is bad. Such a config option should point to an external db that stores the list of addresses and that can be updated without reloading the program. The AWL is such a db. Unfortunately it has hardwired averaging in it. What is needed is either a mod to the AWL so that it can store fixed score offsets (as suggested in other comments) or a new AWL-like facility that can store fixed blacklist and whitelist values. I think adding this to the AWL is better. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
