I have been using FreeBSD in a production environment for almost 10
years now (since version 2.2.5!) and have absolutely NO complaints about
it. I've regularly had servers with uptimes in excess of 6 months, and
even those were just rebooted for kernel updates and the like.
The ports tree is exce
> Rule No.1: If a rule is likely to hit more
> ham then spam due to certain circumstances,
> it is not a rule to consider implementing unless
> you know you'll never meet the circumstances -
> but then it's up to YOU to modify your local.cf
> and implement the rule ;)
You say to-may-to, I say to-m
> And how would you deal with messages in other languages? Over here 99%
> of messages in English are spam! AFAIK there's no language indicator
in
> email messages.
I wouldn't deal with messages in other languages. My clients are all
english speaking Americans, and we already block all foreign
> 1) FPs on highly technical mail due to words not known to the spell
> checker.
I hadn't thought of that, but people who are dealing with highly
technical e-mails would probably also be able to customize their
local.cf file to effectively turn off the rule.
> 2) FPs on email sent by folks of the
Hello
One thing I've noticed about almost ALL spam that gets through at this
point is that they have a LOT of misspelled (and obfuscated) words.
Could SpamAssassin benefit from a filter that would actually check the
spelling of the text parts of the message, and if misspelled words
exceeds, for e
Got it, thanks!
Tim Gustafson
MEI Technology Consulting, Inc
[EMAIL PROTECTED]
(516) 379-0001 Office
(516) 908-4185 Fax
http://www.meitech.com/
-Original Message-
From: Matt Kettler [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 09, 2006 2:24 PM
To: Gustafson, Tim
Cc: users
Hey all!
I have the following in my local.cf:
loadplugin Mail::SpamAssassin::Plugin::TextCat
ok_languages en
ok_locales en
However, several russian (and other language) SPAM messages are getting
through. Here is the header from one of these:
http://pastebin.com/593012
Shouldn't this SPAM be g
In my local.cf, I have the following:
whitelist_from_rcvd [EMAIL PROTECTED] mail.someplace.com
However, when messages arrive at my server from mydomain.com through
mail.someplace.com, they are still being tagged as SPAM:
sm-mta: k23G6r86071146: from=<[EMAIL PROTECTED]>, size=38180, class=0,
nrcp
Hello
I know that this is a persistent issue, and I can't seem to get a good
resolution to it. I am running SpamAssassin 2.64 on FreeBSD 4.11. I
cannot upgrade to SpamAssassin 3.0.
My sa-learn --dump magic looks like this:
0.000 0 2 0 non-token data: bayes db versio
> I can't comment on the effectiveness of SA without Bayes, but I can
> suggest a couple of things. First, try just lowering the scores
given
> to Bayes a bit so that emails won't be marked as spam solely because
of
> Bayes.Secondly, try using per-user Bayes instead of global. It
is
> a
Hi Everyone!
I know that Bayes is "the" defacto best way to fight SPAM right now, but
I wonder if anyone out there is running SA without Bayes turned on and
what their experience with it is?
I run SA with Bayes enabled right now site-wide for more than 500 e-mail
accounts, and my problem is that
I'm sticking with 2.6 for now too, because I can't just upgrade to Perl
5.8 because FreeBSD 4.10 doesn't have Perl 5.8 in the base system, and
my system is too fragile to just upgrade Perl without days worth of
headaches. :\
Tim Gustafson
MEI Technology Consulting, Inc
[EMAIL PROTECTED]
(516) 379
obile/Emergencies
(516) 908-4185 Fax
http://www.meitech.com/
-Original Message-
From: David B Funk [mailto:[EMAIL PROTECTED]
Sent: Monday, January 03, 2005 5:20 PM
To: Gustafson, Tim
Cc: users@spamassassin.apache.org
Subject: RE: Any way to block really bad SPAMs?
On Mon, 3 Jan 2005, Gustafson
Thanks for all the help everyone. I guess the real question for me is
"how do I make spamass-milter block e-mails of a certain score", because
that's how I integrate SpamAssassin into Sendmail.
Thanks again!
Tim Gustafson
MEI Technology Consulting, Inc
[EMAIL PROTECTED]
(516) 379-0001 Office
(51
Hello
I know that it's generally frowned upon to actually "block" SPAMs (as
opposed to marking them as SPAM and letting the user decide) but my
company has some instances where we get things that are blatantly,
absolutely, unequivocally SPAM (think scores in excess of 100 points
without BAYES or a
Hello - You may all remember me from my post last week about my Bayes
database not expiring tokens.
I am running SA version 2.64 on FreeBSD 4.10-RELEASE-p4 with Perl
5.005_03.
One person sent me a Perl script that was supposed to "adjust" all the
newest "ATIME" values, but that didn't seem to wor
) 379-0001 Office
(516) 480-1870 Mobile/Emergencies
(516) 908-4185 Fax
http://www.meitech.com/
-Original Message-
From: Gray, Richard [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 25, 2004 11:45 AM
To: Gustafson, Tim; users@spamassassin.apache.org
Subject: RE: sa-learn ham
We had
5 Fax
http://www.meitech.com/
-Original Message-
From: Bill Landry [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 25, 2004 11:09 AM
To: users@spamassassin.apache.org
Subject: Re: sa-learn ham
- Original Message -
From: "Gustafson, Tim" <[EMAIL PROTECTED]>
ED]
(516) 379-0001 Office
(516) 480-1870 Mobile/Emergencies
(516) 908-4185 Fax
http://www.meitech.com/
-Original Message-
From: David B Funk [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 25, 2004 1:01 AM
To: Gustafson, Tim
Cc: SA Users List
Subject: RE: sa-learn ham
Note that
How do you keep your ntokens so low?
Mine averages ((nspam + nham) * 10). Yours is basically (nspam + nham).
Do you run some job that expires tokens or something? I'm running
sa-learn --force-expire once a day (and it takes about 2-3 minutes to
run) but the ntokens never seems to go down. :\
T
> ahh yeah hit reply instead of reply-all.
>
> anyone out there see anything major or minorly wrong with the output
below??
For what it's worth, here's my output:
[EMAIL PROTECTED] sa-learn --dump magic
0.000 0 2 0 non-token data: bayes db version
0.000 0
Autolearn fails a lot of the time because your sendmail and/or
SpamAssassin process doesn't have write access to the bayes_* files.
Make sure that you chown and chmod these files accordingly. :)
I had a big problem with this originally, and file permissions fixed it
for me.
Tim Gustafson
MEI Te
upino [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 19, 2004 10:44 AM
To: Gustafson, Tim
Cc: users@spamassassin.apache.org
Subject: Re: Duplicate Subject Headers
This happends with the spamass-milter, and its a known bug, no fix yet,
are you using this milter ?
Marco.
Unfortunately, the message attachment would be in Microsoft Outlook .MSG
format, and I don't know if that would help anyone. I'm sure I can find
another legitimate UNIX one though. I'll see what I can dig up.
Tim
Tim Gustafson
MEI Technology Consulting, Inc
[EMAIL PROTECTED]
(516) 379-0001 Of
Hello
I'm getting a lot of messages that are actually marked as SPAM, but "appear" to
not have the subject header rewritten. Further investigation reveals that
these messages have two subject headers, for example:
Reply-To: "Pauline Chang" <[EMAIL PROTECTED]>
From: "Pauline Chang" <[EMAIL PROT
Hello
My Bayes filter has been learning beautifully. There is just one problem:
more than 70% of my e-mail, on average, gets tagged as SPAM. In just 13
days of Bayes auto-learning, I have amassed the following SPAM/HAM messages
(via the sa-learn --dump magic command):
0.000 0
26 matches
Mail list logo