Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 08:33:07 -0600 (MDT)
From:      Randy Smith <randys@amigo.net>
To:        Chris Cook <ccook@tcworks.net>
Cc:        "freebsd-isp@freebsd.org" <freebsd-isp@freebsd.org>
Subject:   Re: SpamAssassin Rulesets
Message-ID:  <20030502082810.R1406-100000@stalker.amigo.net>
In-Reply-To: <3EB15FB2.ED7EA7D0@tcworks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 May 2003, Chris Cook wrote:

> Date: Thu, 01 May 2003 12:56:02 -0500
> From: Chris Cook <ccook@tcworks.net>
> To: "freebsd-isp@freebsd.org" <freebsd-isp@freebsd.org>
> Subject: SpamAssassin Rulesets
>
> Does anyone have a really good local.cf for their SpamAssassin installs
> that they use in a real-world ISP environment?  I figured this would be
> a good place to ask if people were willing to share their "tweaked"
> config to help the spam fighters.  Of course being in the ISP
> environment the config would have to be somewhat forgiving.
>
> Thanks for any feedback.
>

Below is what I use. I allow users to set their own settings stored in a
mysql db. Note: the 'defang_mime' and 'report_header' went away with SA
2.50-ish. (I just haven't pulled them from my config yet.)

-----

use_dcc                 0
spam_level_stars        0
skip_rbl_checks         0
dcc_add_header          1
allow_user_rules        0
all_spam_to             postmaster@amigo.net abuse@amigo.net

# User configurable via web page.
rewrite_subject         0
report_header           1
defang_mime             0
use_terse_report        0

user_scores_dsn                 DBI:mysql:Accounts:10.1.1.1
user_scores_sql_username        <user>
user_scores_sql_password        <pass>
user_scores_sql_table           SA_userprefs



-- 
Randy Smith
Amigo.Net Systems Administrator
1-719-589-6100 x 4185
http://www.amigo.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030502082810.R1406-100000>