https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7191
Stef Simoens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Stef Simoens <[email protected]> --- I think the wrong assumption is that a connection is only needed "on first run". The object created by SQLBasedAddrList->new_checker() uses the username at connection time. Because TxRep caches this connection, a next e-mail (via amavis or via spamd) still uses this connection, and a new user is not used. An option is to uncomment the "return 1 unless (!defined $self->{default_storage});" in TxRep.pm line 1569 (v3.4.1). -- You are receiving this mail because: You are the assignee for the bug.
