import message into DB after processing

2007-06-26 Thread Peter Mikeska (MiKi)
Hello All, I would ask you if there is any tool/plugin for importing message into database ? Basically , as plugin for SA which at the end, when its already known if it is spam or not, it will push email and score info into DB. It sound efficient to me, because message is already open, so its not

FuzzyOCR Use of uninitialized value Hashing.pm errors

2007-06-26 Thread Russell Galpin
Hi There I'm running SA 3.2.1 with the latest version of FuzzyOCR (from svn) and I'm receiving the same error over and over again in my mail logs: Jun 25 17:25:56 mta1 spamd[629]: Use of uninitialized value in string eq at /etc/mail/spamassassin/FuzzyOcr/Hashing.pm line 245. Jun 25 17:25:56 mta1

Re: import message into DB after processing

2007-06-26 Thread Duane Hill
On Tue, 26 Jun 2007, Peter Mikeska (MiKi) wrote: Hello All, I would ask you if there is any tool/plugin for importing message into database ? Basically , as plugin for SA which at the end, when its already known if it is spam or not, it will push email and score info into DB. It sound efficien

Re: import message into DB after processing

2007-06-26 Thread Matt Kettler
Peter Mikeska (MiKi) wrote: > Hello All, > > I would ask you if there is any tool/plugin for importing message into > database ? Basically , as plugin for SA which at the end, when its > already known if it is spam or not, it will push email and score info > into DB. It sound efficient to me, beca

Re: FuzzyOCR Use of uninitialized value Hashing.pm errors

2007-06-26 Thread decoder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russell Galpin wrote: > Hi There > > I'm running SA 3.2.1 with the latest version of FuzzyOCR (from svn) and I'm > receiving the same error over and over again in my mail logs: > > Jun 25 17:25:56 mta1 spamd[629]: Use of uninitialized value in string e

Re: Mail not checked for spam in procmailrc

2007-06-26 Thread guenther
On Mon, 2007-06-25 at 16:17 -0700, Jai Rangi wrote: > Two things here, > 1. I have two rule, (from and message_id) they both should match before > we add the tag "X-ALEKS-Spam: none". Right? Yup. > 2. Why I dont have tag in the header? See below for more comments on this. > jdow wrote: > > Lo

howto set bayes to ignore certain patterns?

2007-06-26 Thread Rick van der Zwet (user)
Hi all, The bayes module a spamassassin is a handy one, but I just want to help him/her a bit, by telling what to ignore by default and not. I know which headers to ignore and set those using the bayes_ignore_header tags. But I would also like to ignore certain (pattern of) words. Does a

Re: howto set bayes to ignore certain patterns?

2007-06-26 Thread Matt Kettler
Rick van der Zwet (user) wrote: > Hi all, > > The bayes module a spamassassin is a handy one, but I just want to help > him/her a bit, by telling what to ignore by default and not. > > I know which headers to ignore and set those using the > bayes_ignore_header tags. But I would also like to

Re: howto set bayes to ignore certain patterns?

2007-06-26 Thread Rick van der Zwet
On 6/26/07 3:51 PM, Matt Kettler wrote: >> I know which headers to ignore and set those using the >> bayes_ignore_header tags. But I would also like to ignore certain >> (pattern of) words. >> > Well, if you use SQL, you could have a script find the relevant sha1 > hashes and remove them. > >

RE: howto set bayes to ignore certain patterns?

2007-06-26 Thread Dan Barker
Have you looked at sa-learn? I believe that's what you need. Dan -Original Message- From: Rick van der Zwet [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 10:06 AM To: Matt Kettler Cc: users@spamassassin.apache.org Subject: Re: howto set bayes to ignore certain patterns? On 6/2

Re: howto set bayes to ignore certain patterns?

2007-06-26 Thread Matt Kettler
Rick van der Zwet wrote: >> L, you could have a script find the relevant sha1 >> hashes and remove them. >> >> However, why do you want to do this in the first place? >> >> SA's chi-squared combining is pretty good at ignoring words that appear >> in both spam and nonspam... >> > Cause I know

howto set bayes to ignore certain patterns?

2007-06-26 Thread Rick van der Zwet
Hi all, The bayes module a spamassassin is a handy one, but I just want to help him/her a bit, by telling what to ignore by default and not. I know which headers to ignore and set those using the bayes_ignore_header tags. But I would also like to ignore certain (pattern of) words. Does a

RE: Setup SA to use mysql DB

2007-06-26 Thread Bret Miller
OK, I don't use MySQL, but I do use SQL for Bayes and AWL. Here are my settings (which are working currently in 3.2.1): # auto_whitelist settings auto_whitelist_factory Mail::SpamAssassin::SQLBasedAddrList user_awl_dsn DBI:ODBC:Driver={SQL Server};Server=MAIL;Database=sql-database user_awl_sql_use

Consultant

2007-06-26 Thread Henry Weber
Hello, We are an email hosting provider and are interested in finding sometime who could help tighten the spamassassin setup on our servers. We are willing to pay for services as long as there is a good result. If you are interested, please email [EMAIL PROTECTED] Thanks. Henry Webe

Re: howto set bayes to ignore certain patterns?

2007-06-26 Thread Rick van der Zwet
On 6/26/07 4:28 PM, Matt Kettler wrote: > Rick van der Zwet wrote: >>> L, you could have a script find the relevant sha1 >>> hashes and remove them. >>> >>> However, why do you want to do this in the first place? >>> >>> SA's chi-squared combining is pretty good at ignoring words that appear >>> in

Problem with writing rules based on X-headers

2007-06-26 Thread David Robson
Hi, My site runs spamassassin. Our ISP runs a spam checker, that adds an X-header to our email of the form X-Spam-Bar: ### where the number of hashes indicate the likelihood of spam. I have written a rule for our spamassassin, which makes use of this X-header, so I can make use of

dns problem - spamassassin bug?

2007-06-26 Thread Alex Woick
I have two nameservers in my /etc/resolv.conf: nameserver 10.10.10.11 nameserver 10.10.10.12 Now, the named daemon on 10.10.10.11 was stopped. The one on 10.10.10.12 was still up. SpamAssassin, which is also running on 10.10.10.11, suddenly threw these errors upon every dns request: Jun 26 1

Re: dns problem - spamassassin bug?

2007-06-26 Thread Theo Van Dinter
On Tue, Jun 26, 2007 at 08:26:22PM +0200, Alex Woick wrote: > Isn't SpamAssassin supposed to try the next nameserver from resolv.conf > on such a hard error? I expected that it would transparently fail over > to 10.10.10.12 and use that server. Nothing else in my network > encountered a problem

errors after upgrading from 3.1.8 to 3.2.1

2007-06-26 Thread Irina
Hello all, Could somebody point out how to fix the following errors (getting them when running spamassassin --lint) [12449] warn: config: 'uridnsbl_timeout' is obsolete, use 'rbl_timeout' instead at /usr/lib/perl5/vendor_perl/5.8.5/Mail/SpamAssassin/Plugin

Re: Consultant

2007-06-26 Thread Ralph Seichter
* Henry Weber: > We are willing to pay for services as long as there is a good result. Well, it might be true that some Chinese doctors of ancient times were content with being paid only when their treatment was successful (or so I heard), but I very much doubt that this mode of payment can be ap

Re: Consultant

2007-06-26 Thread Jerry Durand
At 01:33 PM 6/26/2007, Ralph Seichter wrote: * Henry Weber: > We are willing to pay for services as long as there is a good result. Well, it might be true that some Chinese doctors of ancient times were content with being paid only when their treatment was successful (or so I heard), but I very

Re: exposing rules

2007-06-26 Thread OliverScott
Assuming that you have managed to get SA to add headers to messages which is thinks are spam, and are looking to add a header to ALL messages so you can see what rules are firing on your HAM, then you can do the following. This may not be what you are after, but may be of some use! edit your loca

Re: Problem with writing rules based on X-headers

2007-06-26 Thread Matt Kettler
David Robson wrote: > Hi, > > My site runs spamassassin. Our ISP runs a spam checker, that adds an > X-header to our email of the form > > X-Spam-Bar: ### > > where the number of hashes indicate the likelihood of spam. I have > written > a rule for our spamassassin, which makes use of

attempt to manually remove address from AWL failing

2007-06-26 Thread JT DeLys
I'm trying to /remove/ an address from my current AWL. Here's the active whitelist, % cd /usr/local/etc/spamassassin/.spamassassin/ % ls -al auto-whitelist -rw-rw 1 saadmin saadmin 10248192 Jun 26 16:04 auto-whitelist It contains this address, % check_whitelist auto-whitelist | grep car

training SA

2007-06-26 Thread zigniew szalbot
Hello, I tried to learn SA and used the following syntax: sa-learn --spam -f /usr/home/zbyszek/june.txt archive-iterator: unable to open Dear Valued Customer,: No such file or directory june.txt is a spam email message downloaded from squirrelmail for the purpose of feeding to SA. I only go

Re: training SA

2007-06-26 Thread zigniew szalbot
Hi, > I tried to learn SA and used the following syntax: > > sa-learn --spam -f /usr/home/zbyszek/june.txt > I guess I made a mistake with the syntax but how should I change it so > that I can train SA? I already found out: sa-learn --spam --no-sync /usr/home/zbyszek/june.txt Sorry to have bothe

Re: training SA

2007-06-26 Thread Nigel Frankcom
On Wed, 27 Jun 2007 07:35:01 +0200 (CEST), "zigniew szalbot" <[EMAIL PROTECTED]> wrote: >Hello, > >I tried to learn SA and used the following syntax: > >sa-learn --spam -f /usr/home/zbyszek/june.txt >archive-iterator: unable to open Dear Valued Customer,: No such file >or directory > >june.tx

Spam PDF

2007-06-26 Thread Raymond Myren
Hello, Just today I started receiving spam mails with attached .pdf files with a spam image. Any ideas how to stop this spam type? \raymond