Hi,
I have read this thread,
http://www.nabble.com/forum/ViewPost.jtp?post=819176&framed=yThis is also what I am searching for to do. Make SpamAssassin score against both a AWL/Bayes by the user and a AWL/Bayes by the system.
What I was thinking on was to make a new set of rules for SA that checks agains the AWL and Bayes again, but this time as a specific user, like <default>.
I copied the /usr/share/spamassassin/60_awl.cf and 23_bayes.cf to /etc/mail/spamassassin and renamed all BAYES_* and AWL to GLOBAL_BAYES_* and GLOBAL_AWL.
Then I added "user_awl_sql_override_username" and "user_bayes_sql_override_username" to the new rules.
This however made CGPSA, that I use against CommuniGate Pro, to run AWL saves against the MySQL table as <default> to.
It also wrote output like "Merging duplicate GLOBAL_AWL and AWL".
Is this not possible at all, has someone made this work?