http://bugzilla.spamassassin.org/show_bug.cgi?id=4177
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2005-04-05 17:39 -------
Daniel,
Before answering, let me correct my last post: the error
appears when testing too.
(In reply to comment #3)
> Luis,
>
> what is your configuration? local.cf, user_prefs, any other files
> you've added or changed...
Good!!
I moved all my /etc/mail/spamassassin/*.cf files (I have a lot) and the error
persisted. However, when moving user_prefs it was recreated and the error was
gone. So, I deleted lines of user_prefs, until I found that the offending
command was the one that inhibits SpamAssassin to rewrite the subjects:
rewrite_header subject
The user_prefs even with this single line gives the error. On the other hand,
either removing the line or adding just anything after "subject" makes the error
dissapear.
Thanks,
Luis.
PS: Just for the record, my user_prefs
################ user_prefs
required_score 5.0
rewrite_header Subject
report_safe 1
use_bayes 1
bayes_auto_learn 0
spamcop_to_address [EMAIL PROTECTED]
trusted_networks 147.65.
internal_networks 147.65.
dns_available yes
use_razor2 1
use_dcc 1
use_pyzor 1
pyzor_max 3
pyzor_options --homedir /home/gato/.pyzor
razor_config /home/gato/.razor/razor-agent.conf
ok_languages en fr pt es
ok_locales en
bayes_learn_during_report 0
bayes_expiry_max_db_size 250000
clear_headers
add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTSSCORES_
add_header all Level _STARS(*)_ _YESNO_, by=_BAYES_
clear_report_template
report " ****** SPAM! ****** "
report
report Content analysis details: (_HITS_ points, _REQD_ required)
report
report " pts rule name description"
report ---- ----------------------
--------------------------------------------------
report _SUMMARY_
blacklist_from [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
score BAYES_99 5.1
score BAYES_95 3.5
score BAYES_80 2.5
score BAYES_60 1.0
score BAYES_05 -2.0
score BAYES_00 -3.0
score DCC_CHECK 2.9
score DIGEST_MULTIPLE 3.0
score COM_ATTACH2 5
score HTML_CHARSET_FARAWAY 5.0
score MIME_CHARSET_FARAWAY 5.0
score SUBJ_ILLEGAL_CHARS 0.5
score FORGED_YAHOO_RCVD 1.2
score RCVD_IN_BSP_OTHER -1.0
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.