Bugs item #1512794, was opened at 2006-06-26 17:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1512794&group_id=61702
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.0.4 Status: Open Resolution: None Priority: 5 Submitted By: Alexandre Fayolle (afayolle) Assigned to: Nobody/Anonymous (nobody) Summary: web interface does not display scores Initial Comment: Hi, I'm the debian maintainer of the spambayes package, and I received the following bug report (available online at http://bugs.debian.org/374496) Package: spambayes Version: 1.0.4-1 Severity: normal The display_score configuration option states that it will show a column in the web interface scoring page, that indicates the score of a message. It also states it has a dependency: "Note that in order to use this option, you must also enable the option to include the score in the message headers." With both of these options enabled, if you access the web interface to score messages, it displays a question mark in the Score column, instead of the score of the message. Examining the message shows that it does get a header containing a score (this is the only spambayes related header I could find): X-Spambayes-Classification: ham; 0.00 The spambayes configuration is as follows: [html_ui] allow_remote_connections:192.168.0.* display_score=True http_authentication:Basic http_password:********* http_user_name:********* display_headers:Subject From spam_discard_level:95.0 default_ham_action:discard default_spam_action:discard [Storage] persistent_storage_file=/home/paul/.spambayes/hammiedb messageinfo_storage_file=/home/paul/.spambayes/spambayes.messageinfo.db [Headers] include_score=True [Tokenizer] mine_received_headers=True ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1512794&group_id=61702 _______________________________________________ Spambayes-bugs mailing list [email protected] http://mail.python.org/mailman/listinfo/spambayes-bugs
