https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7269
--- Comment #3 from Kevin A. McGrail <[email protected]> --- According to the docs, auto_whitelist_distinguish_signed was added solely for 3.3.0 database compatibility: auto_whitelist_distinguish_signed (default: 1 - enabled) Used by the SQLBasedAddrList storage implementation. If this option is set the SQLBasedAddrList module will keep separate database entries for DKIM-validated e-mail addresses and for non-validated ones. A pre-requisite when setting this option is that a field awl.signedby exists in a SQL table, otherwise SQL operations will fail (which is why we need this option at all - for compatibility with pre-3.3.0 database schema). A plugin DKIM should also be enabled, as otherwise there is no benefit from turning on this option. So if you are using 3.4.X, I'm expecting this option to be off and perhaps the database key on email is incorrect which explains the duplicate SQL errors as well. So yes, I think the whitelisting of outbound only with this feature disabled makes sense. It was a transitional option from what I gather. -- You are receiving this mail because: You are the assignee for the bug.
