> In the windows version of spambayes (current version), which  
> configuration file do I have to check to change the prefix of the  
> spam message's subject. According to the default settings and  
> config, the subject line is prefix with "spam,". I want to change  
> it to something like "{***SPAM***}.

You need to change the header_ham_string/header_spam_string/ 
header_unsure_string values.  In the configuration file, you'd want  
something like:

"""
[Headers]
header_ham_string:{***HAM***}
"""

IIRC, using this in conjunction with the notate subject/to option is  
broken in 1.0.x.  It's fixed in 1.1a1, but sb_server users shouldn't  
use 1.1a1 for other reasons.  That leaves waiting for 1.1a2 (soon,  
hopefully), or using CVS.

=Tony.Meyer

-- 
Please always include the list (spambayes at python.org) in your replies
(reply-all), and please don't send me personal mail about SpamBayes.
http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this.


_______________________________________________
[email protected]
http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html

Reply via email to