Re: why this spam has a negative score?

2006-10-24 Thread Daryl C. W. O'Shea
[EMAIL PROTECTED] wrote to me off list: So, how whitelist the e-mail from users in my domain? I'd be asking myself why there's a need to whitelist my own users. Afterall, if you have to whitelist them to avoid their messages being marked as spam, what do you expect is going to happen when the

Re: SA-Update error messages

2006-10-24 Thread Simone ABATE
You have to install these package via CPAN. John Andersen ha scritto: Everytime my SA-Update runs the output from the cron job shows these lines: Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91. Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91

Re: Scoring PTR's

2006-10-24 Thread List Mail User
>... >On 10/23/2006 7:01 PM, John Rudd wrote: >> Eric A. Hall wrote: >>> http://www.ehsco.com/misc/spamassassin/std_compliance.cf might help or >>> work for what you're doing. >>> >>> Make sure to read the disclaimers and warnings >> >> Those helped a lot. There's only three checks I can't do wit

Re: I'm thinking about suing Microsoft

2006-10-24 Thread Chris Lear
* Marc Perkel wrote (23/10/06 19:34): I'm considering filing a lawsuit against Microsoft to try to get an order to make them make public security updates for Windows to everyone, registered or not. The idea is that their product Windows creates a toxic byproduct (spam,ddos zombies) that inter

Spamassassin not being called.

2006-10-24 Thread Nick Gilbert
Hi, I have a problem whereby spamassassin isn't always processing messages. It is being called by SimScan. I can see from the headers that SimScan IS being called but it doesn't ALWAYS seem to be able to process the messages with SpamAssassin - resulting in 300+ SPAM messages a day going int

Re: Scoring PTR's

2006-10-24 Thread Jo Rhett
David B Funk wrote: Some of us pre-date Sir Timothy & his bright idea, had to make our ones & zeros the hard way by banging two rocks together, had to learn to find and read documentation. (I first ran into sendmail on a VAX-750 running BSD-4.2 in the early 80's). Yeah, I've been doing Sendmail

Re: Scoring PTR's

2006-10-24 Thread Jo Rhett
Eric A. Hall wrote: a) does the hostname in the PTR record point to a CNAME instead of an A record That's not illegal. It's pretty common too, since subnet delegation of in-addr space only works on /8, /16 and /24 subnets due to the way that octets are mapped to domain name labels in that hiera

Re: Wiki page for BLs updated (Was: Concerned with scores for from rfc-ignorant.org)

2006-10-24 Thread Jo Rhett
Matt Kettler wrote: By "All of the free BL services are enabled by default." I believe the original author was not trying to say SA supported all BL services, but that all of the free ones it does support are enabled by default. So... it said that all of a *undefined list* are used? That's a

Re: Scoring PTR's

2006-10-24 Thread John Rudd
John Rudd wrote: Eric A. Hall wrote: On 10/23/2006 7:01 PM, John Rudd wrote: b) does the hostname contain it's IP address in _hex_ form (instead of in decimal form, which I've already got working) I don't recall ever seeing that. If you create a rule for that you might also want to do octal

Re: Scoring PTR's

2006-10-24 Thread John Rudd
John Rudd wrote: http://people.ucsc.edu/~jrudd/spamassassin/jr_rfc1912.cf I had to make an update: The rule for the hostname having keywords for end clients was case sensitive (forgot the /i at the end), and I added one more keyword: dip

Spamassassin and Vpopmail

2006-10-24 Thread Mattia Martinello
Hi. I'm using Spamassassin with Qmail+Vpopmail+Qmail-Scanner on Debian Sarge, and I wish to use the user_prefs. I start spamd with the following options "--create-prefs --max-children 5 --helper-home-dir -v -u vpopmail". Spamassassin is trying to create the user_prefs file, but it can't crea

Re: Does re-learning really work?

2006-10-24 Thread Magnus Holmgren
On Monday 16 October 2006 01:21, Magnus Holmgren took the opportunity to say: > What I'm saying is that > > $ sa-learn --spam < testmessage > > and > > $ sa-learn --spam testmessage > > give different results. I forgot to mention the version, 3.1.4 (Debian > Etch). 3.0.3 (Debian Sarge) doesn't exhi

RE: I'm thinking about suing Microsoft

2006-10-24 Thread Thomas Mullins
Don't worry about all of the security flaws currently in Windows. All security holes are fixed in Vista or Longhorn upgrade. Shane -Original Message- From: Chris Lear [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 5:38 AM To: users@spamassassin.apache.org Subject: Re: I'm th

hotmail false positive on new 'live mail' service

2006-10-24 Thread Igor Ybema
Dear users, I recently discovered soms false positives from hotmail users. This seems to originate from users which already are converted to there new 'live' website (instead of the old hotmail look). What I see in the headers is that they changed there HELO: Received: from BAY115-W3 ([65.54.250

BUG: Re: Does re-learning really work?

2006-10-24 Thread Magnus Holmgren
On Sunday 15 October 2006 20:49, Magnus Holmgren took the opportunity to say: > Apparently, when sa-learn reads a message from stdin, for some reason the > entire header, and possibly even the empty line separating it from the > body, disappears. Or at least $msg->get_header("Date") and > $msg->get

RE: I'm thinking about suing Microsoft

2006-10-24 Thread Chinta, Chaitanya Sai Krishna
I cannot beleive if some one says Windows is free of flaws... neither the reviews of Vista are good In my opinion Vista is not yet ready for the primetime. and with all its Jumbo requirements, I dont think it can please the world. -Chaitu -Original Message- From: Thomas Mulli

Re: Spamassassin not being called.

2006-10-24 Thread Mark Johnson
Nick Gilbert wrote: Hi, I have a problem whereby spamassassin isn't always processing messages. It is being called by SimScan. I can see from the headers that SimScan IS being called but it doesn't ALWAYS seem to be able to process the messages with SpamAssassin - resulting in 300+ SPAM mes

hermes.apache.org listed in Spamcop

2006-10-24 Thread Matt Hampton
Don't know if anyone else has noticed. http://www.spamcop.net/w3m?action=checkblock&ip=140.211.11.2 matt

Re: hermes.apache.org listed in Spamcop

2006-10-24 Thread Justin Mason
Matt Hampton writes: > Don't know if anyone else has noticed. > > http://www.spamcop.net/w3m?action=checkblock&ip=140.211.11.2 I wouldn't worry about it -- spamcop listed a quarter of my incoming ham in August: http://taint.org/2006/08/17/142116a.html --j.

Re: Scoring PTR's

2006-10-24 Thread Eric A. Hall
On 10/23/2006 10:50 PM, John Rudd wrote: > Eric A. Hall wrote: >> On 10/23/2006 7:01 PM, John Rudd wrote: >>> a) does the hostname in the PTR record point to a CNAME instead of an A >>> record >> That's not illegal. It's pretty common too, since subnet delegation of >> in-addr space only works

Re: Scoring PTR's

2006-10-24 Thread Eric A. Hall
On 10/24/2006 7:55 AM, John Rudd wrote: > Here's an example for one I got tonight (I got 3, but trashed the others > before thinking "I should send that as an example"). > > (i577A0BC3.versanet.de [87.122.11.195]) > > 577A0BC3 is the hex encoding of the IP address, with no separators. That ma

RE: Spam using local newspapers

2006-10-24 Thread Chris Santerre
Title: RE: Spam using local newspapers > -Original Message- > From: Maurice Lucas [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 23, 2006 2:54 AM > To: users@spamassassin.apache.org > Subject: Spam using local newspapers > > > Hello, > > I receive some spam today using parts o

Re: finish() method on the status objects

2006-10-24 Thread Theo Van Dinter
On Sun, Oct 22, 2006 at 08:13:35PM -0400, Joe Flowers wrote: > Can I get away with this without any memory or resource leaks? Is this OK? > my $spamtest = Mail::SpamAssassin->new(); > my $status = $spamtest->check($spamtest->parse($message)); [...] > $status->finish(); Hrm. I would normally

Re: SA-Update error messages

2006-10-24 Thread Theo Van Dinter
On Sun, Oct 22, 2006 at 01:19:37AM -0800, John Andersen wrote: > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91. [...] > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95. > > eval { use Net::DNS; }; [...] > eval { use IO::Zlib 1.04; }; Just curi

Re: Max-children setting not high enough causing spamassassin to hang?

2006-10-24 Thread Vincent Li
On Tue, 24 Oct 2006, Daryl C. W. O'Shea wrote: James Lavery wrote: Hi all, Version: 3.1.4 OS - Unslung 6.8 on a Linksys NSLU2 (Slug) Running spamd with fetchmail and postfix How much memory do one of those things have? I think it has 32MB IIRC. I just ordered one for my Asterisk system

Re: finish() method on the status objects

2006-10-24 Thread Justin Mason
Theo Van Dinter writes: > On Sun, Oct 22, 2006 at 08:13:35PM -0400, Joe Flowers wrote: > > Can I get away with this without any memory or resource leaks? Is this OK? > > my $spamtest = Mail::SpamAssassin->new(); > > my $status = $spamtest->check($spamtest->parse($message)); > [...] > > $stat

problem with my queues

2006-10-24 Thread Jonathan Dumaresq
hi all,   I have done a setup with sendmail, procmail, spamassassin to filter spam. When i look into my maillog i see many error like this:   timeout waiting for input from local during Draining Input   I use spamd -d   procmail:   :0fw: formail1.lock* ^X-Priority: 5|\  ^Priority: Non-Urgent

RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Justin Mason
Hey -- just to turn the tables for a bit ;), I've recently been considering a problem and a possible solution, and could do with SpamAssassin users' advice. These days, I've been forced to use SBL/XBL as an upfront anti-spam check, rejecting spam at RCPT TO: time during the SMTP transaction. (Pre

Re: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread mouss
Justin Mason wrote: Hey -- just to turn the tables for a bit ;), I've recently been considering a problem and a possible solution, and could do with SpamAssassin users' advice. These days, I've been forced to use SBL/XBL as an upfront anti-spam check, rejecting spam at RCPT TO: time during the

Re: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Nigel Frankcom
On Tue, 24 Oct 2006 18:42:58 +0100, [EMAIL PROTECTED] (Justin Mason) wrote: >Hey -- > >just to turn the tables for a bit ;), I've recently been considering a >problem and a possible solution, and could do with SpamAssassin users' >advice. > >These days, I've been forced to use SBL/XBL as an upfron

Re: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Justin Mason
mouss writes: > Justin Mason wrote: > > Hey -- > > > > just to turn the tables for a bit ;), I've recently been considering a > > problem and a possible solution, and could do with SpamAssassin users' > > advice. > > > > These days, I've been forced to use SBL/XBL as an upfront anti-spam check, >

Re: Spam using local newspapers

2006-10-24 Thread Clifton Royston
On Tue, Oct 24, 2006 at 12:48:23PM -0400, Chris Santerre wrote: >> From: Maurice Lucas [[1]mailto:[EMAIL PROTECTED] >> Sent: Monday, October 23, 2006 2:54 AM >> To: users@spamassassin.apache.org >> Subject: Spam using local newspapers >> >> Hello, >> >> I receive som

R: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Giampaolo Tomassoni
> CAVEAT: just because the client is listed on sbl-xbl does not mean the > message is spam. In particular: > - a legit user may be sending through a listed server. > - a spammer may "corpus-corrupt" you by sending ham messages (slightly > modified copies from mailing lists) I too like a lot SA s

Re: R: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Justin Mason
Giampaolo Tomassoni writes: > > CAVEAT: just because the client is listed on sbl-xbl does not mean the > > message is spam. In particular: > > - a legit user may be sending through a listed server. > > - a spammer may "corpus-corrupt" you by sending ham messages (slightly > > modified copies fro

Re: Scoring PTR's

2006-10-24 Thread John Rudd
Eric A. Hall wrote: On 10/24/2006 7:55 AM, John Rudd wrote: Here's an example for one I got tonight (I got 3, but trashed the others before thinking "I should send that as an example"). (i577A0BC3.versanet.de [87.122.11.195]) 577A0BC3 is the hex encoding of the IP address, with no separators

R: R: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Giampaolo Tomassoni
> Giampaolo Tomassoni writes: > > > CAVEAT: just because the client is listed on sbl-xbl does not > mean the > > > message is spam. In particular: > > > - a legit user may be sending through a listed server. > > > - a spammer may "corpus-corrupt" you by sending ham messages > (slightly > > > mo

Re: Scoring PTR's

2006-10-24 Thread John Rudd
Eric A. Hall wrote: On 10/23/2006 10:50 PM, John Rudd wrote: Eric A. Hall wrote: On 10/23/2006 7:01 PM, John Rudd wrote: a) does the hostname in the PTR record point to a CNAME instead of an A record That's not illegal. It's pretty common too, since subnet delegation of in-addr space only

RE: I'm thinking about suing Microsoft

2006-10-24 Thread Thomas Mullins
I was being somewhat sarcastic. I am a BSD nut. Shane -Original Message- From: Chinta, Chaitanya Sai Krishna [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 8:56 AM To: users@spamassassin.apache.org Subject: RE: I'm thinking about suing Microsoft I cannot beleive if some one

Change scoring?

2006-10-24 Thread Juan Mas
Im looking to change scoring in my SA setup.  As it stands now, we know mostly what e-mails and from who we will be receiving to our system that SA is monitoring.  Id like to make our scoring a bit more strict.  Right now Ive got spam being flagged at required score 1, and I still have a good 20% c

Re: Change scoring?

2006-10-24 Thread Chris St. Pierre
On Tue, 24 Oct 2006, Juan Mas wrote: > Im looking to change scoring in my SA setup. As it stands now, we know > mostly what e-mails and from who we will be receiving to our system that SA > is monitoring. Id like to make our scoring a bit more strict. Right now > Ive got spam being flagged at r

Re: Scoring PTR's

2006-10-24 Thread mouss
Jo Rhett wrote: Right. Which proves that you weren't reading. I was replying to the comment that someone made that any host with more than one address would have more than one HELO. This isn't true. Now a host with more than one interface might have more than one helo name. But that's no

RE: Max-children setting not high enough causing spamassassin to hang?

2006-10-24 Thread James Lavery
Hi Daryl, Aha - yes I think you've right. The Slug only has (I think) 32MB of memory, and the symptoms are definitely of swap thrashing. So I presume what I should do is reduce the max children, and put up with reduced spamassassin performance when a lot of mails come in. James -Original

Re: Change scoring?

2006-10-24 Thread jdow
From: "Chris St. Pierre" <[EMAIL PROTECTED]> On Tue, 24 Oct 2006, Juan Mas wrote: Im looking to change scoring in my SA setup. As it stands now, we know mostly what e-mails and from who we will be receiving to our system that SA is monitoring. Id like to make our scoring a bit more strict.

can't create bugzilla account

2006-10-24 Thread Kai Bolay
Hi! I'm having trouble signing up at http://issues.apache.org/SpamAssassin/createaccount.cgi - I never receive the email with the randomly-generated password. I've tried with various e-mail accounts - none of them gets any email. Could someone check if this is borken? Thanks, Kai

Re: I'm thinking about suing Microsoft

2006-10-24 Thread jdow
From: "Chris Lear" <[EMAIL PROTECTED]> * Marc Perkel wrote (23/10/06 19:34): I'm considering filing a lawsuit against Microsoft to try to get an order to make them make public security updates for Windows to everyone, registered or not. The idea is that their product Windows creates a toxic

Re: I'm thinking about suing Microsoft

2006-10-24 Thread jdow
Yeah, but that's only effective in the three or four copies they manage to sell {^_-} - Original Message - From: "Thomas Mullins" <[EMAIL PROTECTED]> Don't worry about all of the security flaws currently in Windows. All security holes are fixed in Vista or Longhorn upgrade. Shane

Re: Max-children setting not high enough causing spamassassin to hang?

2006-10-24 Thread jdow
Don't even TRY to run SpamAssassin on such a small machine. I ran a much earlier incarnation on a small machine and decided it was just barely practical at the mail volumes of the time. It took about a minute to scan each message. Moving to a larger machine helped. Moving to a much larger machine

R: I'm thinking about suing Microsoft

2006-10-24 Thread Giampaolo Tomassoni
> > Only in America... > > It might have a better chance of working in Europe where hugely deep > pockets are not as effective a defense against lawsuits as in the US. > In the US not even the government has pockets deep enough to sue MS > over this issue. Oh, comeone: the last fee M$ had to pay

Re: I'm thinking about suing Microsoft

2006-10-24 Thread Mosenior 'Mo' Moses
On Tue, 24 Oct 2006 08:38:23 -0400 "Thomas Mullins" <[EMAIL PROTECTED]> wrote: > Don't worry about all of the security flaws currently in Windows. All > security holes are fixed in Vista or Longhorn upgrade. > > Shane > That is, Until it starts being used. Then all of the issues will be f

Re: Max-children setting not high enough causing spamassassin to hang?

2006-10-24 Thread Daryl C. W. O'Shea
James Lavery wrote: Hi Daryl, Aha - yes I think you've right. The Slug only has (I think) 32MB of memory, and the symptoms are definitely of swap thrashing. So I presume what I should do is reduce the max children, and put up with reduced spamassassin performance when a lot of mails come in.

Re: I'm thinking about suing Microsoft

2006-10-24 Thread jdow
From: "Giampaolo Tomassoni" <[EMAIL PROTECTED]> > Only in America... It might have a better chance of working in Europe where hugely deep pockets are not as effective a defense against lawsuits as in the US. In the US not even the government has pockets deep enough to sue MS over this issue.

Re: can't create bugzilla account

2006-10-24 Thread Daryl C. W. O'Shea
Kai Bolay wrote: Hi! I'm having trouble signing up at http://issues.apache.org/SpamAssassin/createaccount.cgi - I never receive the email with the randomly-generated password. I've tried with various e-mail accounts - none of them gets any email. Could someone check if this is borken? An

R: I'm thinking about suing Microsoft

2006-10-24 Thread Giampaolo Tomassoni
> > > Only in America... > > > > It might have a better chance of working in Europe where hugely deep > > pockets are not as effective a defense against lawsuits as in the US. > > In the US not even the government has pockets deep enough to sue MS > > over this issue. > > Oh, comeone: the last fee

Re: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread Jason Haar
Justin Mason wrote: > However: it's important for SpamAssassin developers and mass-checkers to > get a "representative" feed of spam -- with all kinds of spam included -- > so that the rules are measured against something close to reality. On a related note, we actually *stopped* using front-line

RE: I'm thinking about suing Microsoft

2006-10-24 Thread Christopher Martin
> -Original Message- > From: James Butler [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 24 October 2006 5:42 AM > To: users@spamassassin.apache.org > Subject: Re: I'm thinking about suing Microsoft > > > Holding the position of "most widely-attacked" is no reason > for it to also be "least >

Re: can't create bugzilla account

2006-10-24 Thread Don Drake
I'm having the same problem.  I dropped Spamcop and tried to have it email me my password/token and I don't receive the email.-DonOn 10/24/06, Daryl C. W. O'Shea <[EMAIL PROTECTED]> wrote: Kai Bolay wrote:> Hi!>> I'm having trouble signing up at> http://issues.apache.org/SpamAssassin/createaccount

Re: ixHash Timeout

2006-10-24 Thread Chris
On Tuesday 24 October 2006 1:55 am, Dirk Bonengel wrote: > Chris schrieb: > > I've been seeing this quite a bit lately, is the site down or do the > > timeouts need to be increased? Its currently set for the default 10 > > seconds. > > > > Oct 21 12:28:03 localhost spamd[19162]: ixhash timeout rea

Re: Scoring PTR's

2006-10-24 Thread Jo Rhett
Jo Rhett wrote: Right. Which proves that you weren't reading. I was replying to the comment that someone made that any host with more than one address would have more than one HELO. This isn't true. Now a host with more than one interface might have more than one helo name. But that's n

Re: Wiki page for BLs updated (Was: Concerned with scores for from rfc-ignorant.org)

2006-10-24 Thread Matt Kettler
Jo Rhett wrote: > Matt Kettler wrote: >> By "All of the free BL services are enabled by default." I believe the >> original author was not trying to say SA supported all BL services, but >> that all of the free ones it does support are enabled by default. > > So... it said that all of a *undefined

Re: Change scoring?

2006-10-24 Thread Matt Kettler
Juan Mas wrote: > Im looking to change scoring in my SA setup. As it stands now, we > know mostly what e-mails and from who we will be receiving to our > system that SA is monitoring. Id like to make our scoring a bit more > strict. Right now Ive got spam being flagged at required score 1, and >

score=0.0 tests=none -- how can that be???

2006-10-24 Thread Debbie D
I'm just not getting it.. I have a whole list of custom rules, I use RulesDuJour, I have custom scores to mark stuff higher.. I have reasonable limits set.. the users do not adjust tings here, I do.. I use lint when I add scores and rules.. So tell me.. how in the past week or so I have 11 mai

Re: how to stop these kind of spam

2006-10-24 Thread ankush grover
On 10/23/06, Bret Miller <[EMAIL PROTECTED]> wrote: > I am using Spamassassin 3.1.3 on Fc3 along with Postfix + MailScanner > + Dovecot + Clamav + Squirrelmail + Mailwatch. > > I have already configured rulesdujour for sa and also doing sa-learn > for few mailboxes as only few mailboxes r config

Re: score=0.0 tests=none -- how can that be???

2006-10-24 Thread Matt Kettler
Debbie D wrote: > I'm just not getting it.. I have a whole list of custom rules, I use > RulesDuJour, I have custom scores to mark stuff higher.. I have reasonable > limits set.. the users do not adjust tings here, I do.. I use lint when I > add scores and rules.. > > So tell me.. how in the pa

Re: score=0.0 tests=none -- how can that be???

2006-10-24 Thread Debbie D
"Matt Kettler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Debbie D wrote: >> I'm just not getting it.. I have a whole list of custom rules, I use >> RulesDuJour, I have custom scores to mark stuff higher.. I have >> reasonable >> limits set.. the users do not adjust tings here

Re: how to stop these kind of spam

2006-10-24 Thread ankush grover
On 10/25/06, ankush grover <[EMAIL PROTECTED]> wrote: On 10/23/06, Bret Miller <[EMAIL PROTECTED]> wrote: > > I am using Spamassassin 3.1.3 on Fc3 along with Postfix + MailScanner > > + Dovecot + Clamav + Squirrelmail + Mailwatch. > > > > I have already configured rulesdujour for sa and also doi

Re: score=0.0 tests=none -- how can that be???

2006-10-24 Thread Matt Kettler
Debbie D wrote: > "Matt Kettler" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >> Debbie D wrote: >> >>> I'm just not getting it.. I have a whole list of custom rules, I use >>> RulesDuJour, I have custom scores to mark stuff higher.. I have >>> reasonable >>> limits set

Re: how to stop these kind of spam

2006-10-24 Thread Matt Kettler
ankush grover wrote: > >> >> > If you can't find the code in the list archive, I probably have it >> > somewhere. >> > If you can give me a hint about the software that will help me in > searching in the archives. > http://wiki.apache.org/spamassassin/MailingLists Under the "users" list, there are

Re: I'm thinking about suing Microsoft

2006-10-24 Thread Marc Perkel
Europeans have sued Microsoft many times. Chris Lear wrote: * Marc Perkel wrote (23/10/06 19:34): I'm considering filing a lawsuit against Microsoft to try to get an order to make them make public security updates for Windows to everyone, registered or not. The idea is that their product Win

Statistics and reporting

2006-10-24 Thread Christopher Martin
Anyone have any suggested statistics suites I can use for reporting at the MTA level and from within spamassassin? Would be great to be able to present some metrics on total mail statistics and then compare what portion of that is spam, and how many are being caught/quarantined every day, etc.

Re: SA-Update error messages

2006-10-24 Thread John Andersen
On Tuesday 24 October 2006 08:56, Theo Van Dinter wrote: > On Sun, Oct 22, 2006 at 01:19:37AM -0800, John Andersen wrote: > > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91. > [...] > > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95. > > > > ev

Re: SA-Update error messages

2006-10-24 Thread John Andersen
continuing with the pop-posting They are installed Simone. [1107] dbg: diag: module installed: Digest::SHA1, version 2.11 [1107] dbg: diag: module installed: Net::DNS, version 0.58 [1107] dbg: diag: module installed: MIME::Base64, version 3.07 [1107] dbg: diag: module installed: HTML::Parse

Re: RFC: spam trapping with policyd-weight and DNSBLs?

2006-10-24 Thread John Rudd
Jason Haar wrote: Now if only it could deal with this storm of "VIiiagra"/"VIragra" spam that has been sneaking in... :-) The rules I posted in the "Scoring PTR's" thread seem to be doing a great job of catching those.

Re: score=0.0 tests=none -- how can that be???

2006-10-24 Thread Debbie Doerrlamm
>> Exim 4.52 with SA and ClamAV I use spamc >> >Oh, one other condition that can cause a "tests=none".. if the size of >the message is greater than the -s parameter to spamc.. (default 250k ) Well that theory definitely does not hold water in this case :) the paypal one is 4k and most of the oth

Re: ixHash Timeout

2006-10-24 Thread Dirk Bonengel
Chris schrieb: On Tuesday 24 October 2006 1:55 am, Dirk Bonengel wrote: Chris schrieb: I've been seeing this quite a bit lately, is the site down or do the timeouts need to be increased? Its currently set for the default 10 seconds. Oct 21 12:28:03 localhost spamd[19162]: ixhash timeo

Re: Statistics and reporting

2006-10-24 Thread Christopher Martin
Christopher Martin wrote: Anyone have any suggested statistics suites I can use for reporting at the MTA level and from within spamassassin? Would be great to be able to present some metrics on total mail statistics and then compare what portion of that is spam, and how many are being caught/qu

RE: Statistics and reporting

2006-10-24 Thread Millan, Raul
I use Mailscanner-mrtg, http://mailscannermrtg.sourceforge.net/ Obviously I'm running my spamassassin with Mailscanner http://www.mailscanner.info/ -Original Message- From: Christopher Martin [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 12:04 AM To: Users @ Spam Assassin M

RE: Statistics and reporting

2006-10-24 Thread Brown, Josh
>-Original Message- >From: Christopher Martin [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 24, 2006 9:25 PM >To: Users @ Spam Assassin Mailing List >Subject: Statistics and reporting > > Anyone have any suggested statistics suites I can use for reporting at the MTA level and from with

Re: Statistics and reporting

2006-10-24 Thread Nigel Frankcom
On Wed, 25 Oct 2006 14:24:55 +1000, Christopher Martin <[EMAIL PROTECTED]> wrote: >Anyone have any suggested statistics suites I can use for reporting at >the MTA level and from within spamassassin? Would be great to be able to >present some metrics on total mail statistics and then compare what

unsubscribe

2006-10-24 Thread Dawid Wyngaard
unsubscribe “This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.vodacom.co.za/legal/email.jsp "