Re: Why won't imageinfo.pm work with SA 3.17? - access

2006-11-26 Thread Craig Morrison
Michael W Cocke wrote: I can't get the imgeinfo plugin to load with SA 3.17? I put this in v310.pre loadplugin Mail::SpamAssassin::Plugin::ImageInfo Try this: loadplugin Mail::SpamAssassin::Plugin::ImageInfo ImageInfo.pm -- Craig smime.p7s Description: S/MIME Cryptographic Signature

Re: CNHC - stock spam

2006-11-26 Thread David Goldsmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rajkumar S wrote: > Hi, > > I am using the latest SARE stocks rules, and my spamassassin catches > most of the stock spam, but today I received a couple of spam peddling > stocks of CNHC. This spam is so perfect that it's getting negative > scores and

Re: getting "and" operator work

2006-11-26 Thread John Rudd
Matt Kettler wrote: Really in regexes there is no such thing as an AND operation. It's just not something natural to do in a regex. I would argue, at a deeper level of language/grammar theory, that this isn't true. Instead, AND is implied by concatenation. "X.*Y.*Z" says "X and Y and Z all

Re: Why won't imageinfo.pm work with SA 3.17? - access

2006-11-26 Thread Magnus Holmgren
On Monday 27 November 2006 00:04, Michael W Cocke wrote: > I can't get the imgeinfo plugin to load with SA 3.17? > > I put this in v310.pre > > loadplugin Mail::SpamAssassin::Plugin::ImageInfo > > The Imageinfo.pm file is in the same directory as other PM files that > are being correctly found, and

Re: spamd crashing...

2006-11-26 Thread Magnus Holmgren
On Saturday 25 November 2006 21:12, Jeff Funk wrote: > My spamd process is crashing a lot. Sometimes several times an hour. > I've got a monitor that restarts it but I'd really like to figure out > the cause and fix it. Any clues as to where I would look to begin?? Have you read the logs, to beg

RE: would SA benefit from port to Java

2006-11-26 Thread Giampaolo Tomassoni
From: Nix [mailto:[EMAIL PROTECTED] > > On 26 Nov 2006, [EMAIL PROTECTED] told this: > > From: "Nix" <[EMAIL PROTECTED]> > > > >> On 20 Nov 2006, Giampaolo Tomassoni spake thusly: > >> > That's not even mentioning the metaprogramming and higher-order > programming techniques that we use

Why won't imageinfo.pm work with SA 3.17? - access

2006-11-26 Thread Michael W Cocke
I can't get the imgeinfo plugin to load with SA 3.17? I put this in v310.pre loadplugin Mail::SpamAssassin::Plugin::ImageInfo The Imageinfo.pm file is in the same directory as other PM files that are being correctly found, and When I try a spamassassin --lint, I get [5522] warn: plugin: failed

RE: Spamcop reporting? Anon or register?

2006-11-26 Thread Michael Scheidell
> -Original Message- > From: Andrzej Adam Filip [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 26, 2006 1:53 PM > To: users@spamassassin.apache.org > Subject: Re: Spamcop reporting? Anon or register? >It is common for 419 spam to include links to innocent web > site with >"cr

Re: would SA benefit from port to Java

2006-11-26 Thread Nix
On 26 Nov 2006, Tom Allison uttered the following: > I could see doing something in C/C++ but definitely not Java... > Similary, for performance reasons I would stay away from Ruby. The performance that matters for SA is the performance of the regular expression matcher. That's the only part that

Re: would SA benefit from port to Java

2006-11-26 Thread Nix
On 26 Nov 2006, [EMAIL PROTECTED] told this: > From: "Nix" <[EMAIL PROTECTED]> > >> On 20 Nov 2006, Giampaolo Tomassoni spake thusly: >> That's not even mentioning the metaprogramming and higher-order programming techniques that we use extensively in SpamAssassin -- those are basical

Re: optional score in local.cf is not working

2006-11-26 Thread Mark Martinec
On Sunday November 26 2006 20:25, Matt Kettler wrote: > >> Erm.. are you sure? I thought amavisd-new called SA directly at the API > >> layer, not via spamd... > I didn't even realize amavis *could* use spamd, every amavis person I've > talked to on the list isn't using it. amavisd-new can't call

RE: Newbie Question

2006-11-26 Thread Giampaolo Tomassoni
From: Michael W Cocke [mailto:[EMAIL PROTECTED] > > For what it's worth, on the system here I have a special directory on > the server set up, and when the users get a spam message they do a > 'save as ascii text file' to that directory. sa-learn runs thru that > directory every half hour. Just a

RE: BayesStore/SQL.pm

2006-11-26 Thread Giampaolo Tomassoni
From: Michael Parker [mailto:[EMAIL PROTECTED] > > Giampaolo Tomassoni wrote: > > No answer to this? > > > > Is this the wrong list to ask code details? > > I thought I saw an answer to this alreadymaybe I was mistaken. Mmmh, no. I guess yours is the first one. > > > > Thanks, > > > > g

Re: Newbie Question

2006-11-26 Thread Michael W Cocke
For what it's worth, on the system here I have a special directory on the server set up, and when the users get a spam message they do a 'save as ascii text file' to that directory. sa-learn runs thru that directory every half hour. Just a thought. Mike- On Fri, 24 Nov 2006 15:39:35 +, you

Re: optional score in local.cf is not working

2006-11-26 Thread Matt Kettler
Leon Kolchinsky wrote: >>> 1. AFAIK it is not necessary to restart amavisd-new, after a change in >>> local.cf it is enough to restart spamd. >>> >>> >> Erm.. are you sure? I thought amavisd-new called SA directly at the API >> layer, not via spamd... >> > > At least this is how it

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Matt Kettler
Jason Frisvold wrote: > On 11/26/06, Matt Kettler <[EMAIL PROTECTED]> wrote: >> Yes, you can do that.. you can set: bayes_auto_expire 0 and have a >> cronjob call sa-learn --force-expire. > > Is this a recommended thing? I do it. > >> Make sure you run the --force-expire as the proper userid. >> ru

Re: Spamcop reporting? Anon or register?

2006-11-26 Thread Andrzej Adam Filip
Jeff Chan <[EMAIL PROTECTED]> writes: > On Sunday, November 26, 2006, 1:55:48 AM, Andrzej Filip wrote: >> + I spent 2-3s on average to confirm *myself* spamasssassin's verdict >> of "classified as spam" and move message to spam-report folder >> (mostly from spambox folder) >> + *All* remaining

Re: BayesStore/SQL.pm

2006-11-26 Thread Michael Parker
Giampaolo Tomassoni wrote: > No answer to this? > > Is this the wrong list to ask code details? I thought I saw an answer to this alreadymaybe I was mistaken. > > Thanks, > > giampaolo > > From: Giampaolo Tomassoni [mailto:[EMAIL PROTECTED] >> What is $self->_userid in seen_put() and the

Re: How to use --allow-tell?

2006-11-26 Thread Michael Parker
Todd A. Jacobs wrote: > I was perusing the man pages for spamd in spamassassin 3.1.7, and came > across something that seems to imply that I can use spamc to tell spamd > to update a sitewide bayesian database: > > -l, --allow-tell > Allow learning and forgetting (to a local Bayes databa

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Jason Frisvold
On 11/26/06, Matt Kettler <[EMAIL PROTECTED]> wrote: No, you can leave SA running.. however, while it's running sa-learn will have the R/W lock on the bayes database, so no autolearning will happen unless you're using the bayes_learn_to_journal option. (normally only atime updates are journaled.)

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Matt Kettler
Jason Frisvold wrote: > Wow.. that sucked.. Finished message below.. My apologies for the > previous unfinished message. > > On 11/26/06, Jason Frisvold <[EMAIL PROTECTED]> wrote: >> On 11/25/06, Matt Kettler <[EMAIL PROTECTED]> wrote: >> > Bayes_toks should trim itself automatically. >> >> I und

Re: BayesStore/SQL.pm

2006-11-26 Thread Magnus Holmgren
On Sunday 26 November 2006 14:27, Giampaolo Tomassoni wrote: > No answer to this? > > Is this the wrong list to ask code details? You could try [EMAIL PROTECTED] -- Magnus Holmgren[EMAIL PROTECTED] (No Cc of list mail needed, thanks) pgpOPo1eUouFh.pgp Description

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Magnus Holmgren
On Sunday 26 November 2006 16:16, Jason Frisvold wrote: > On 11/26/06, Matt Kettler <[EMAIL PROTECTED]> wrote: > > Make sure you run the --force-expire as the proper userid. > > run sa-learn --dump magic, as I asked. If you need help interpreting it, > > post the output. > > This doesn't look right

RE: optional score in local.cf is not working

2006-11-26 Thread Leon Kolchinsky
>> >> 1. AFAIK it is not necessary to restart amavisd-new, after a change in >> local.cf it is enough to restart spamd. >> >Erm.. are you sure? I thought amavisd-new called SA directly at the API >layer, not via spamd... At least this is how it worked on SLES9 with those versions: amavisd-ne

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Jason Frisvold
On 11/26/06, Matt Kettler <[EMAIL PROTECTED]> wrote: Yes, you can do that.. you can set: bayes_auto_expire 0 and have a cronjob call sa-learn --force-expire. Is this a recommended thing? Make sure you run the --force-expire as the proper userid. run sa-learn --dump magic, as I asked. If you n

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Jason Frisvold
Wow.. that sucked.. Finished message below.. My apologies for the previous unfinished message. On 11/26/06, Jason Frisvold <[EMAIL PROTECTED]> wrote: On 11/25/06, Matt Kettler <[EMAIL PROTECTED]> wrote: > Bayes_toks should trim itself automatically. I understand that, but I was wondering if i

Re: optional score in local.cf is not working

2006-11-26 Thread Matt Kettler
Leon Kolchinsky wrote: > > 1. AFAIK it is not necessary to restart amavisd-new, after a change in > local.cf it is enough to restart spamd. > Erm.. are you sure? I thought amavisd-new called SA directly at the API layer, not via spamd...

RE: optional score in local.cf is not working

2006-11-26 Thread Giampaolo Tomassoni
From: Leon Kolchinsky [mailto:[EMAIL PROTECTED] > > 1. AFAIK it is not necessary to restart amavisd-new, after a > change in local.cf it is enough to restart spamd. Most installations runs SA as an amavisd-new module. Spamd is not required in that cases and a change in local.cf do needs amavisd

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Matt Kettler
Jason Frisvold wrote: > On 11/25/06, Matt Kettler <[EMAIL PROTECTED]> wrote: >> Bayes_toks should trim itself automatically. > > I understand that, but I was wondering if it's possible to halt that > and do a manual expire at specific intervals so I can control the load > on the system. Expiry see

RE: optional score in local.cf is not working

2006-11-26 Thread Leon Kolchinsky
> > I've upgraded to: > amavisd-new-2.4.4-4 > spamassassin-3.1.7-3 > from: > amavisd-new-20030616p9-3.6 > spamassassin-2.64-3.7 > > These are optional scores in my local.cf: > > ## Optional Score > score ROUND_THE_WORLD 0 > score SUBJ_ILLEGAL_CHARS 0 > score HEAD_ILLEGAL_CHARS 0 > score FORGED_HO

Re: Bayes - Autoexpiry, bayes_seen, and bayes_tok

2006-11-26 Thread Jason Frisvold
On 11/25/06, Matt Kettler <[EMAIL PROTECTED]> wrote: Bayes_toks should trim itself automatically. I understand that, but I was wondering if it's possible to halt that and do a manual expire at specific intervals so I can control the load on the system. Expiry seems to take a while... Have yo

Re: Not sure what to do about this...

2006-11-26 Thread Rick Macdougall
Craig Zeigler wrote: it seems over the past couple of weeks, I'm getting 50-80 of these per day into my inbox. From what I can tell, it isn't hitting the bayes filters when other messages do. Anyone have any idea? I have sorted these and trained the bayes filters, but if it isn't hitting them

Re: optional score in local.cf is not working

2006-11-26 Thread Matt Kettler
Leon Kolchinsky wrote: > Hello All, > > I've upgraded to: > amavisd-new-2.4.4-4 > spamassassin-3.1.7-3 > from: > amavisd-new-20030616p9-3.6 > spamassassin-2.64-3.7 > > These are optional scores in my local.cf: > > ## Optional Score > score ROUND_THE_WORLD 0 > score SUBJ_ILLEGAL_CHARS 0 > score HEAD

Re: How to use --allow-tell?

2006-11-26 Thread Craig Morrison
Craig Morrison wrote: Todd A. Jacobs wrote: I was perusing the man pages for spamd in spamassassin 3.1.7, and came across something that seems to imply that I can use spamc to tell spamd to update a sitewide bayesian database: -l, --allow-tell Allow learning and forgetting (to a local B

optional score in local.cf is not working

2006-11-26 Thread Leon Kolchinsky
Hello All, I've upgraded to: amavisd-new-2.4.4-4 spamassassin-3.1.7-3 from: amavisd-new-20030616p9-3.6 spamassassin-2.64-3.7 These are optional scores in my local.cf: ## Optional Score score ROUND_THE_WORLD 0 score SUBJ_ILLEGAL_CHARS 0 score HEAD_ILLEGAL_CHARS 0 score FORGED_HOTMAIL_RCVD2 0 scor

RE: Email Probs

2006-11-26 Thread Ivy
Another approach is to try using callouts. I have my "spam" gateway verify both the recipient (callforward) and the sender (callback). Exim 4 impements caching of checked addresses to reduce load, and random address checks to ensure that a sending MTA doesn't give you bogus answers. It has the a

Re: Spamcop reporting? Anon or register?

2006-11-26 Thread Jeff Chan
On Sunday, November 26, 2006, 1:55:48 AM, Andrzej Filip wrote: > + I spent 2-3s on average to confirm *myself* spamasssassin's verdict of > "classified as spam" and move message to spam-report folder > (mostly from spambox folder) > + *All* remaining actions [classification and reporting] are

RE: BayesStore/SQL.pm

2006-11-26 Thread Giampaolo Tomassoni
No answer to this? Is this the wrong list to ask code details? Thanks, giampaolo From: Giampaolo Tomassoni [mailto:[EMAIL PROTECTED] > > What is $self->_userid in seen_put() and the like? > > The uid of the process running SpamAssassing (i.e.: amavis) or > the message destinating user? > >

Re: How to use --allow-tell?

2006-11-26 Thread Craig Morrison
Todd A. Jacobs wrote: I was perusing the man pages for spamd in spamassassin 3.1.7, and came across something that seems to imply that I can use spamc to tell spamd to update a sitewide bayesian database: -l, --allow-tell Allow learning and forgetting (to a local Bayes database),

Re: Greylisting

2006-11-26 Thread uxbod
PolicyD is very good aswell. http://policyd.sourceforge.net Yet again integrates very well with Postfix, especially when using PCRE to only Greylist dialups/ADSL connections. On Sat, 25 Nov 2006 21:50:32 -0700, [EMAIL PROTECTED] (Bob Proulx) wrote: > [EMAIL PROTECTED] wrote: >> Very interesting

How to use --allow-tell?

2006-11-26 Thread Todd A. Jacobs
I was perusing the man pages for spamd in spamassassin 3.1.7, and came across something that seems to imply that I can use spamc to tell spamd to update a sitewide bayesian database: -l, --allow-tell Allow learning and forgetting (to a local Bayes database), reporting and revok

Re: Spamcop reporting? Anon or register?

2006-11-26 Thread Andrzej Adam Filip
Jeff Chan <[EMAIL PROTECTED]> writes: > On Saturday, November 25, 2006, 8:11:59 AM, Andrzej Filip wrote: >> "Michael Scheidell" <[EMAIL PROTECTED]> writes: >>> Andrzej Adam Filip writes: [...] You may use spamcup or http://anfi.homeunix.net/perl/spamcop-ack.pl to automatically >>>

RE: Percentage of email that is spam after filtering?

2006-11-26 Thread Giampaolo Tomassoni
Ahahah! I saw something like this in the control room of a thermic generator, just labels was something different! :) giampaolo -Original Message- From: Loren Wilton [mailto:[EMAIL PROTECTED] Sent: Sunday, November 26, 2006 4:18 AM To: users@spamassassin.apache.org Subject: Re:

Re: Spamcop reporting? Anon or register?

2006-11-26 Thread Jeff Chan
On Saturday, November 25, 2006, 6:01:58 AM, Michael Scheidell wrote: > According to SA documentation, not registering with spamcop will lessen > the 'weight' of your report to spamcop when you use the manual report > spam features of spamcop. > spamcop_to_address [EMAIL PROTECTED] (default: generi

Re: Spamcop reporting? Anon or register?

2006-11-26 Thread Jeff Chan
On Saturday, November 25, 2006, 7:41:35 AM, Michael Scheidell wrote: >> -Original Message- >> From: Andrzej Adam Filip [mailto:[EMAIL PROTECTED] >> Sent: Saturday, November 25, 2006 10:13 AM >> To: users@spamassassin.apache.org >> Subject: Re: Spamcop reporting? Anon or register? >> You

Re: Spamcop reporting? Anon or register?

2006-11-26 Thread Jeff Chan
On Saturday, November 25, 2006, 8:11:59 AM, Andrzej Filip wrote: > "Michael Scheidell" <[EMAIL PROTECTED]> writes: >> Andrzej Adam Filip writes: >>> [...] >>> You may use spamcup or >>> http://anfi.homeunix.net/perl/spamcop-ack.pl to automatically >>> acknowledge spamcop.net reports submitted by