https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7021

Alex_St <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #34 from Alex_St <[email protected]> ---
Hello. Here is my two questions.

First/Same bug with $msgscore:

Wed Aug  6 11:24:44 2014 [54404] warn: Use of uninitialized value $msgscore in
addition (+) at
/usr/local/lib/perl5/site_perl/5.12.4/Mail/SpamAssassin/Plugin/TxRep.pm line
1414.
Wed Aug  6 11:24:44 2014 [54404] warn: Use of uninitialized value $msgscore in
subtraction (-) at
/usr/local/lib/perl5/site_perl/5.12.4/Mail/SpamAssassin/Plugin/TxRep.pm line
1414.



Second/Adding Tags _TXREP_XXX_Y_:

Just add this line in my local.cf:

user_awl_dsn               DBI:mysql:spamassassin:localhost
user_awl_sql_username      spamassassin
user_awl_sql_password      spamassassin
bayes_store_module         Mail::SpamAssassin::BayesStore::SQL
bayes_sql_dsn              DBI:mysql:spamassassin:localhost
bayes_sql_username         spamassassin
bayes_sql_password         spamassassin
user_scores_dsn            DBI:mysql:spamassassin:localhost
user_scores_sql_username   spamassassin
user_scores_sql_password   spamassassin

use_txrep           1
txrep_factory            Mail::SpamAssassin::SQLBasedAddrList

#Don't understand this line
#auto_whitelist_db_modules  Mail::SpamAssassin::SQLBasedAddrList

txrep_whitelist_out       50
txrep_autolearn           1
txrep_ipv4_mask_len       16

#Tagging
add_header all TxRep _TXREP_IP_


Testing via spamc 
spamc < ./1407163817.H749526P62180.mail.stc\:2\,b

here is part of output:
X-Spam-TxRep: _TXREP_IP_

what i'm doing wrong?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to