On Thu, 2003-05-29 at 18:40, Matt Kettler wrote:
At 05:51 PM 5/29/2003 -0800, [EMAIL PROTECTED] wrote:
> >         I have been searching the archives but have not found an
answer to my
> >question. I am very new to SA, as in just got it to finally install last
> >night. I am using qmail with vmailmgr and I want to to sitewide
> >filtering and have the subject line tagged with ****SPAM****.
>
>
> >         I have my /etc.mail.spamassassin/local.cf file that I
downloaded from
> >the SA site after I filled in the values I wanted.
>
> What site did you download this local.cf from? clearly not Spamassassin's
> website..
>
> As for why it doesn't work:
>
> 1) have you tried spamassassin --lint?
> 2) are you sure that the local.cf is the _only_ file in
> /etc/mail/spamassassin? (SA will process _all_ files located there)
> 3) if neither 1 nor 2 solves your problem can you post the local.cf, or at
> least excerpt the relevant parts of it?
>
>
> I ran spammassassin --lint and got these errors:
Cannot open /usr/share/spamassassin/user_prefs.template: No such file or
directory
Failed to create default user preference file
/home/dom/destar.net/spamassassin/user_prefs

Is this what is causing it not to write to the subject line?

You were correct when you said the config tool I used did not come from
SAs site. It was a link from their site www.spamassassin.org/doc.html to
www.yrex.com/spam/spamconfig.php.

Here is my local.cf in /etc/mail/spamassassin/
It is the only file in there.
# SpamAssassin config file for version 2.5x
# generated by http://www.yrex.com/spam/spamconfig.php (version 1.01)

# How many hits before a message is considered spam.
required_hits           5.0

# Whether to change the subject of suspected spam
rewrite_subject         1

# Text to prepend to subject if rewrite_subject is used
subject_tag             *****SPAM*****

# Encapsulate spam in an attachment
report_safe             1

# Use terse version of the spam report
use_terse_report        0

# Enable the Bayes system
use_bayes               0

# Enable Bayes auto-learning
auto_learn              0

# Enable or disable network checks
skip_rbl_checks         0
use_razor2              0
use_dcc                 0
use_pyzor               0

# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_languages            all

# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales              all





-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to