You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2015/06/07 22:55:10 UTC

[Bug 7191] TxRep uses username from another user

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7191

Stef Simoens <st...@bgs.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stef@bgs.org

--- Comment #2 from Stef Simoens <st...@bgs.org> ---
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.