Re: GIF stock spams

2006-02-28 Thread Jeremy
I've written a couple of rules for myself which seems to catch the stock GIF spams I receive fairly well. I've attached them here for your perusal. I don't claim to be an expert in regex so they may not be the best way to write such a rule, but they work for me! But you should score them

Spamassassin behavior

2006-02-28 Thread Alan Au
Hi all,In : http://wiki.apache.org/spamassassin/BayesInSpamAssassin, it is stated that : It's OK to feed emails with Spamassassin markup into the sa-learn command -- sa-learn will ignore any standard Spamassassin headers, and if the original email has been encapsulated into an attachment

Re: GIF stock spams

2006-02-28 Thread Loren Wilton
Interesting set of rules, they look like they should do fairly well. I'll run a masscheck on them in a minute. If they are decent I'm sure SARE would be happy to include them in the stock spam ruleset if you give permission. The only thing I see that makes me a little nervous is the unescaped @

Re: GIF stock spams

2006-02-28 Thread Jeremy Fairbrass
Hi Loren, thanks for the feedback and suggestions! I didn't actually realise that the @ symbol had to be escaped - my bad! I'm learning as I go... What a pain that rawbody only does one line at a time; but at least now I know this for sure - previously I wasn't completely sure about that.

Re: GIF stock spams

2006-02-28 Thread Loren Wilton
although I imagine they would be able to find a more efficient or less FP-risky way of writing them. Not necessarily. Other than the things I mentioned, I don't see anything particularly scarey about these rules. We have certainly written rules of this sort to catch other things. By

Re: Spamassassin behavior

2006-02-28 Thread Matt Kettler
Alan Au wrote: Hi all, In : http://wiki.apache.org/spamassassin/BayesInSpamAssassin, it is stated that : It's OK to feed emails with Spamassassin markup into the sa-learn command -- sa-learn will ignore any standard Spamassassin headers, and if the original email has been encapsulated

Re: GIF stock spams

2006-02-28 Thread Jeremy Fairbrass
Could you kindly explain to me about the @ character and why it needs to be escaped, or in what conditions it needs to be escaped? Eg. you seem to imply that it only needs to be escaped if followed by an alphabetic character. Is that the only rule or are there other occasions when it should be

Re: RBL Lists in SA 3.1

2006-02-28 Thread Matt Kettler
Russ B. wrote: I'm using the latest SpamAssassin, and I was wondering if there was a list of all the RBL's that SpamAssassin checks if you have skip_rbl_checks 0 Why? There's no list per-se, but you can quickly derive one from the rules:

Re: RBL Lists in SA 3.1

2006-02-28 Thread Ronan McGlue
Michael Monnerie wrote: On Dienstag, 28. Februar 2006 13:09 Matt Kettler wrote: FYI : My personal-built spamass .cf file is 175k, making my memory-resident perl ram sizes around ~70 megs per child. I've got it trim as much as I can, but boy what a difference my own custom rulesets make and I

Re: GIF stock spams

2006-02-28 Thread Jeremy Fairbrass
Okay I've rewritten the first line of the rule in a way I think is better (mind any line breaks)... full__JF_STOCKSPAM1a/- Original Message -[^\n]*\nFrom:[^\n]+\nTo:[EMAIL PROTECTED]@[^\n]+\nSent:[^\n]+\nSubject:[^\n]+\n{5,20}\w+/i I've exchanged the .* and .+ with [^\n]

Re: RBL Lists in SA 3.1

2006-02-28 Thread Michael Monnerie
On Dienstag, 28. Februar 2006 13:35 Ronan McGlue wrote: Is 70m excessive by list standards?? Really? I have 3.1 running with almost all SARE rules, with RDJ updating them (where appropriate) w/ bayes(MySQL),SURBL,pyzor,DCC,razor. My local.cf is minimal. I barely have any other local RE's of my

Re: RBL Lists in SA 3.1

2006-02-28 Thread Justin Mason
Matt Kettler writes: You can also test how perl interprets a regex and how much memory it will use by feeding it to the regex debugger: perl -Mre=debug -e ' /(a|b)/' perl -Mre=debug -e '/[ab]/' wow, good tip Matt! I didn't know about that one myself ;) by the way regarding memory usage

Re: RBL Lists in SA 3.1

2006-02-28 Thread Matt Kettler
Justin Mason wrote: Matt Kettler writes: You can also test how perl interprets a regex and how much memory it will use by feeding it to the regex debugger: perl -Mre=debug -e ' /(a|b)/' perl -Mre=debug -e '/[ab]/' wow, good tip Matt! I didn't know about that one myself ;)

Spamassassin does not learn

2006-02-28 Thread Egoitz Aurrekoetxea
Hi everybody, I'm using Spamassassin 3.0.3 on a Debian machine running spampd proxy. When I check my receiving mail's headers I see that when talks about autolearn always says no or failed, what could be the reason? Thank you very much, have a nice day

Re: Spamassassin does not learn

2006-02-28 Thread Matt Kettler
Egoitz Aurrekoetxea wrote: Hi everybody, I'm using Spamassassin 3.0.3 on a Debian machine running spampd proxy. When I check my receiving mail's headers I see that when talks about autolearn always says no or failed, what could be the reason? 1) are you using spamd? 2) do you call spamc as

Re: Spamassassin does not learn

2006-02-28 Thread Tyler Nally
On Tuesday 28 February 2006 10:36 am, Egoitz Aurrekoetxea wrote: I'm using Spamassassin 3.0.3 on a Debian machine running spampd proxy. When I check my receiving mail's headers I see that when talks about autolearn always says no or failed, what could be the reason? My server was doing the

Re: question on training spamassassin

2006-02-28 Thread Jeff Portwine
So is there no good way possible to automate learning spam and/or ham from users?It sounds like the only way possible to do this without losing headers and/or encoding formats is if I intercept everybody's email before they pop it off and go through it manually to separate the ham from the

Re: question on training spamassassin

2006-02-28 Thread Kris Deugau
Webmaster wrote: This is unfortunate because many clients are still using this client: Microsoft Outlook Express: It does not appear to have a redirect option Hmm. OE is actually one of the better clients for retrieving a true copy of the original message that was downloaded via POP3.

Re: SA-LEARN HANGING when database over 2000 SPAM messages

2006-02-28 Thread Marc Dufresne
SA-LEARN is still running from my daily cronjob Time: 399:04.25 Here is the ps -ax Output ps -ax | grep sa-learn 24906 ?? R399:04.25 /usr/local/bin/perl -T -w /usr/local/bin/sa-learn --s 37740 p0 RV 0:00.00 grep sa-learn (csh) Output from /root/.spamassassin (BayesDB stored here)

False hits on rules... But Debugging doesn't show them. (SA3.1.0)

2006-02-28 Thread Hamish Marson
I have a problem... Got aload of complaints about emails not coming through. On investigating, I have discovered that we're getting rules such as MISSING_SUBJECT hit, where an email clearly has a subject: line in the headers. Also missing recieved header, no from_or_to etc.. So I can

Re: SORBS unreasonable

2006-02-28 Thread mouss
jdow a écrit : Over here in the US it's spelled extortion, I've used the french version... and indeed it is perhaps over the line just a bit. If some hungry or simple publicity seeking class action lawyer gets wind of it then SORBS may be history. {o.o} this will probably happen someday.

Re: SA-LEARN HANGING when database over 2000 SPAM messages

2006-02-28 Thread Steve Thomas
-rw--- 1 root wheel 549775048704 Feb 28 10:47 bayes_toks I'll leave it to the experts to help you out here, but I would assume that a token db that's apparently half a terrabyte in size is a *slight* indication of a problem somewhere... ;)

RE: SA-LEARN HANGING when database over 2000 SPAM messages

2006-02-28 Thread Matthew.van.Eerde
Steve Thomas wrote: -rw--- 1 root wheel 549775048704 Feb 28 10:47 bayes_toks I'll leave it to the experts to help you out here, but I would assume that a token db that's apparently half a terrabyte in size is a *slight* indication of a problem somewhere... ;) BerkeleyDB uses sparse

Re: False hits on rules... But Debugging doesn't show them. (SA3.1.0)

2006-02-28 Thread Hamish Marson
On Tue, 2006-02-28 at 17:55 +, Hamish Marson wrote: I have a problem... Got aload of complaints about emails not coming through. On investigating, I have discovered that we're getting rules such as MISSING_SUBJECT hit, where an email clearly has a subject: line in the headers. Also

Error while removing / adding to whitelist

2006-02-28 Thread Hans München
Hi, at first I will excuse me for my maybe badly english, but I hope you can understand where my problem ist. I have here installed under Suse 10.0 spamassassin 3.1. Also installed is here perl 5.8.7. When is use spamassassin for example : spamassassin [EMAIL PROTECTED] Spamassassin comes

Re: SORBS unreasonable

2006-02-28 Thread Clay Davis
I don't believe what SORBS is doing fits the legal definition of extortion... no matter how you spell it. :-) There is no threat of either violence or criminal wrong doing and SORBS is operating a legal service... Re, Clay On 2/28/2006 at 1:12:14 pm, in message [EMAIL PROTECTED], mouss [EMAIL

Re: Error while removing / adding to whitelist

2006-02-28 Thread Theo Van Dinter
On Tue, Feb 28, 2006 at 07:20:47PM +0100, Hans München wrote: [8262] warn: Argument 1^I^I^I1 isn't numeric in numeric eq (==) at /usr/lib/perl5/vendor_perl/5.8.7/Mail/SpamAssassin/Conf/Parser.pm line 605. SpamAssassin auto-whitelist: adding address to blacklist: [EMAIL PROTECTED] Does

Re: SORBS unreasonable

2006-02-28 Thread Mike Jackson
I don't believe what SORBS is doing fits the legal definition of extortion... no matter how you spell it. :-) There is no threat of either violence or criminal wrong doing and SORBS is operating a legal service... From dictionary.com: 1. The act or an instance of extorting. 2. Illegal use

Rules using envelope info?

2006-02-28 Thread Philip Prindeville
I'm reading the Wiki: http://wiki.apache.org/spamassassin/WritingRules and don't see any information on matching against envelope information... For instance, I get a lot of spam on alsa-devel@lists.sourceforge.net, and want to bias anything coming with that Envelope-Sender with a score of 4.0,

RE: Rules using envelope info?

2006-02-28 Thread Matthew.van.Eerde
Philip Prindeville wrote: Could we add an example of using envelope info? SpamAssassin doesn't see the envelope. Some MTAs add headers for envelope-header and envelope-recipients (Return-Path:, X-Apparently-To:, etc.) If you're careful about how you call SpamAssassin you can fake envelope

Re: Rules using envelope info?

2006-02-28 Thread Theo Van Dinter
On Tue, Feb 28, 2006 at 10:59:29AM -0800, [EMAIL PROTECTED] wrote: If you're careful about how you call SpamAssassin you can fake envelope rules using these headers. It's worth noting that there's a pseudo-header called EnvelopeFrom which is available to header rules which attempts to figure

Re: Rules using envelope info?

2006-02-28 Thread Matt Kettler
[EMAIL PROTECTED] wrote: Philip Prindeville wrote: Could we add an example of using envelope info? SpamAssassin doesn't see the envelope. Some MTAs add headers for envelope-header and envelope-recipients (Return-Path:, X-Apparently-To:, etc.) If you're careful about how you call

Re: SORBS unreasonable

2006-02-28 Thread Clay Davis
Maybe #3, in a strictly dictionary since of the word, but I doubt it. Never #2; SORBS holds no official position or power. When you make an accusation of extortion, you better be using the legal definition. I'm no lawyer, but I am pretty sure the legal definition involves some force coupled

Re: Rules using envelope info?

2006-02-28 Thread Philip Prindeville
[EMAIL PROTECTED] wrote: Philip Prindeville wrote: Could we add an example of using envelope info? SpamAssassin doesn't see the envelope. Some MTAs add headers for envelope-header and envelope-recipients (Return-Path:, X-Apparently-To:, etc.) If you're careful about how you call

errors in maillog.info

2006-02-28 Thread Gene Hendrickson
I just upgraded from SA 2.63 to 3.1.0 and am running on SuSe 9.1. I'm getting the following error in the log file all the time. Any ideas? Thanks. Feb 28 13:42:01 mail spamd[15013]: Use of uninitialized value in pattern match (m//) at

Re: Rules using envelope info?

2006-02-28 Thread Philip Prindeville
Theo Van Dinter wrote: On Tue, Feb 28, 2006 at 10:59:29AM -0800, [EMAIL PROTECTED] wrote: If you're careful about how you call SpamAssassin you can fake envelope rules using these headers. It's worth noting that there's a pseudo-header called EnvelopeFrom which is available to header

Re: GIF stock spams

2006-02-28 Thread Loren Wilton
Could you kindly explain to me about the @ character and why it needs to be escaped, or in what conditions it needs to be escaped? Eg. you seem to imply that it only needs to be escaped if followed by an alphabetic character. Is It seems to be a Perl thing, if it sees @name in a regex it seems

Re: Rules using envelope info?

2006-02-28 Thread Theo Van Dinter
On Tue, Feb 28, 2006 at 12:28:52PM -0700, Philip Prindeville wrote: What am I missing? Is SA not using the Return-Path: line by default? It will, depending on where it's found in the headers, and if there's a better header found first. debug: all '*From' addrs: [EMAIL PROTECTED] [EMAIL

Re: errors in maillog.info

2006-02-28 Thread Theo Van Dinter
On Tue, Feb 28, 2006 at 02:29:11PM -0500, Gene Hendrickson wrote: I just upgraded from SA 2.63 to 3.1.0 and am running on SuSe 9.1. I'm getting the following error in the log file all the time. Any ideas? Thanks. Feb 28 13:42:04 mail spamd[15008]: Use of uninitialized value in

sa-learn does not learn from any messages

2006-02-28 Thread jeffd
Hello all, I thought that I had spamassassin running well. however, when I run sa-learn on the spam and ham folders I have messages being logged to, every time both folders results in Learned from 0 message(s) (0 message(s) examined). I currently have a very large amount of messages in both

Re: SORBS unreasonable

2006-02-28 Thread Patrick von der Hagen
Clay Davis wrote: Maybe #3, in a strictly dictionary since of the word, but I doubt it. Never #2; SORBS holds no official position or power. When you make an accusation of extortion, you better be using the legal definition. I'm no lawyer, but I am pretty sure the legal definition involves

Re: Rules using envelope info?

2006-02-28 Thread Philip Prindeville
Theo Van Dinter wrote: header EnvelopeFrom =~ /[EMAIL PROTECTED]/ ought to do it. The header is just the address. envfrom= is output from the SPF debug line. Yup. That works. Now... Is anyone going to try to talk me out of this, on the basis of it being unsound? ;-) -Philip

Re: errors in maillog.info

2006-02-28 Thread Matt Kettler
Gene Hendrickson wrote: I just upgraded from SA 2.63 to 3.1.0 and am running on SuSe 9.1. I'm getting the following error in the log file all the time. Any ideas? Your upgrade got massively borked. SA 3.1.0 does not have a NoMailAudit.pm, that file disappeared when SA 3.0.0 was released. So

Re: GIF stock spams

2006-02-28 Thread Theo Van Dinter
On Tue, Feb 28, 2006 at 11:37:46AM -0800, Loren Wilton wrote: I'm not absolutely sure what @name in a regex really means to perl, but it seems to not be what I usually expect. Escaping the @ ends up producing the right results. @name means the array name. Perl isn't sure whether or not you

Re: sa-learn does not learn from any messages

2006-02-28 Thread Theo Van Dinter
On Tue, Feb 28, 2006 at 01:43:23PM -0600, [EMAIL PROTECTED] wrote: Learned from 0 message(s) (0 message(s) examined). I currently have a very large amount of messages in both folders. I have been collecting them for several months on a mailing list that gets a large amount of traffic.

Re: False hits on rules... But Debugging doesn't show them. (SA3.1.0)

2006-02-28 Thread Loren Wilton
The symptoms you describe sound a lot like a completely broken rule someplace that should probably (but not absolutely guaranteed) show up as a lint error. Unfortunately the error will probably be on some completely innocent rule, quite possibly in another file. Look in local.cf or any other

Configuration errors

2006-02-28 Thread Drew Burchett
I am using SpamAssassin 3.1.0 with MailScanner 4.50.15. Everything is running smooth, but when I attempted to install RulesDuJour, it ran spamassassin lint and came back with the following: [12928] warn: config: failed to parse line, skipping: check_mx_attempts 1 [12928] warn: config:

Re: Rules using envelope info?

2006-02-28 Thread Loren Wilton
Now... Is anyone going to try to talk me out of this, on the basis of it being unsound? ;-) The check someone (possibly you) showed about giving 6 points to From @paypal.com appears to be unsound unless you are really sure you will receive no paypal stuff. Which would probably be true of a

Re: Configuration errors

2006-02-28 Thread Matt Kettler
Drew Burchett wrote: I am using SpamAssassin 3.1.0 with MailScanner 4.50.15. Everything is running smooth, but when I attempted to install RulesDuJour, it ran spamassassin –lint and came back with the following: [12928] warn: config: failed to parse line, skipping: check_mx_attempts 1

Re: Rules using envelope info?

2006-02-28 Thread Philip Prindeville
Loren Wilton wrote: Now... Is anyone going to try to talk me out of this, on the basis of it being unsound? ;-) The check someone (possibly you) showed about giving 6 points to From @paypal.com appears to be unsound unless you are really sure you will receive no paypal stuff. Which

Re: SORBS unreasonable

2006-02-28 Thread mouss
Clay Davis a écrit : Maybe #3, in a strictly dictionary since of the word, but I doubt it. Never #2; SORBS holds no official position or power. When you make an accusation of extortion, you better be using the legal definition. I'm no lawyer, but I am pretty sure the legal definition

Re: sa-learn does not learn from any messages

2006-02-28 Thread Matt Kettler
[EMAIL PROTECTED] wrote: Hello all, I thought that I had spamassassin running well. however, when I run sa-learn on the spam and ham folders I have messages being logged to, every time both folders results in Learned from 0 message(s) (0 message(s) examined). Well that right there

Re: sa-learn does not learn from any messages

2006-02-28 Thread jeffd
Quoting Matt Kettler [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Hello all, I thought that I had spamassassin running well. however, when I run sa-learn on the spam and ham folders I have messages being logged to, every time both folders results in Learned from 0 message(s) (0

Re: sa-learn does not learn from any messages

2006-02-28 Thread jeffd
Quoting Theo Van Dinter [EMAIL PROTECTED]: On Tue, Feb 28, 2006 at 01:43:23PM -0600, [EMAIL PROTECTED] wrote: Learned from 0 message(s) (0 message(s) examined). I currently have a very large amount of messages in both folders. I have been collecting them for several months on a mailing

Re: SORBS unreasonable

2006-02-28 Thread Clay Davis
Sorry, I don't agree. Nothing you listed is an illegal practice. Not agreeing with their practices and extortion are very different. (btw - I don't use them either.) C On 2/28/2006 at 4:19:34 pm, in message [EMAIL PROTECTED], mouss [EMAIL PROTECTED] wrote: Clay Davis a écrit : Maybe #3, in

Problem with Bayes learning

2006-02-28 Thread Jonathan Nie
Greetings! I got a problem when I try to feed Bayes with large number of emails (over 1500). It just hang there and I got the the following error messages from maillog file: .bayes: cannot open bayes databases /spamassassin/bayes_* R/W: lock failed: File exists Does anyone know how to

Re: sa-learn does not learn from any messages

2006-02-28 Thread Matt Kettler
[EMAIL PROTECTED] wrote: Quoting Theo Van Dinter [EMAIL PROTECTED]: On Tue, Feb 28, 2006 at 01:43:23PM -0600, [EMAIL PROTECTED] wrote: Learned from 0 message(s) (0 message(s) examined). I currently have a very large amount of messages in both folders. I have been collecting them for

Re: Problem with Bayes learning

2006-02-28 Thread Tyler Nally
On Tuesday 28 February 2006 05:06 pm, Jonathan Nie wrote: Greetings! I got a problem when I try to feed Bayes with large number of emails (over 1500). It just hang there and I got the the following error messages from maillog file: .bayes: cannot open bayes databases

Re: Problem with Bayes learning

2006-02-28 Thread Matt Kettler
Tyler Nally wrote: On Tuesday 28 February 2006 05:06 pm, Jonathan Nie wrote: Greetings! I got a problem when I try to feed Bayes with large number of emails (over 1500). It just hang there and I got the the following error messages from maillog file: .bayes: cannot open bayes databases

Re: Problem with Bayes learning

2006-02-28 Thread Matt Kettler
Jonathan Nie wrote: Greetings! I got a problem when I try to feed Bayes with large number of emails (over 1500). It just hang there and I got the the following error messages from maillog file: .bayes: cannot open bayes databases /spamassassin/bayes_* R/W: lock failed: File exists

Re: Error while removing / adding to whitelist

2006-02-28 Thread Hans München
Am Dienstag, 28. Februar 2006 19:31 schrieb Theo Van Dinter: Look in your config file(s) (I'd start with local.cf) and see if you can find something that looks like: word 11 Thank you that was ist, was a mistake in 10_misc.cf I wrote instead of : Bayes_auto_learn 1 /

Re: Error while removing / adding to whitelist

2006-02-28 Thread Matt Kettler
Hans München wrote: Am Dienstag, 28. Februar 2006 19:31 schrieb Theo Van Dinter: Look in your config file(s) (I'd start with local.cf) and see if you can find something that looks like: word 1 1 Thank you that was ist, was a mistake in 10_misc.cf I wrote instead of :

Re: Error while removing / adding to whitelist

2006-02-28 Thread jdow
Hans, it is best if you do not change the files in the /usr/share/spamassassin directory. Leave them alone. They will get overridden by values you put in the /etc/mail/spamassassin/local.cf file. I found it's even nicer to override the standard local.cf with 999_local.cf, which parses after all

Re: False hits on rules... But Debugging doesn't show them.(SA3.1.0)

2006-02-28 Thread jdow
From: Hamish Marson [EMAIL PROTECTED] On Tue, 2006-02-28 at 17:55 +, Hamish Marson wrote: I have a problem... Got aload of complaints about emails not coming through. On investigating, I have discovered that we're getting rules such as MISSING_SUBJECT hit, where an email clearly has a

Re: question on training spamassassin

2006-02-28 Thread jdow
If you want to automate learning spam and ham with no human interaction at all simply turn on the autolearn process. If you want to have manual intervention in the learning process and are using Outlook Express there is no way that is extremely luser simple to setup. There is a way that is not

Re: RBL Lists in SA 3.1

2006-02-28 Thread jdow
If you are using nearly all the SARE rules I am not surprised at those mem figures. Note that the top printout you quoted does not indicate spamd is using 10 times either 86 megs or 119 megs. Much of that memory is shared. The time to worry is when you see the swap usage above a very small

SARE_LEGIT_PAYPAL scores -0.0?

2006-02-28 Thread Dave Pooser
One of my users received a message today that landed in the spambucket. Upon further review, it's a legit message from Paypal. In fact, SA even recognized that it appeared to be a legit Paypal message, but since the adjustment was a whopping -0.0 points, it wasn't enough to bring it back below

Re: SORBS unreasonable

2006-02-28 Thread jdow
Extortion means extracting funds by some form of criminal means. Extortion in the form of, pay or we block access to your business, is as wrong as pay or we'll break your legs. {^_^} - Original Message - From: Clay Davis [EMAIL PROTECTED] I don't believe what SORBS is doing fits the

RE: SORBS unreasonable

2006-02-28 Thread Matthew.van.Eerde
jdow wrote: Extortion means extracting funds by some form of criminal means. Extortion in the form of, pay or we block access to your business, is as wrong as pay or we'll break your legs. {^_^} SORBS isn't blocking access to anybody's business. The worst they could be accused of is

Re: SORBS unreasonable

2006-02-28 Thread Matt Kettler
[EMAIL PROTECTED] wrote: jdow wrote: Extortion means extracting funds by some form of criminal means. Extortion in the form of, pay or we block access to your business, is as wrong as pay or we'll break your legs. {^_^} SORBS isn't blocking access to anybody's business. The worst they

Re: SORBS unreasonable

2006-02-28 Thread Matt Kettler
Matt Kettler wrote: [EMAIL PROTECTED] wrote: jdow wrote: Extortion means extracting funds by some form of criminal means. Extortion in the form of, pay or we block access to your business, is as wrong as pay or we'll break your legs. {^_^} SORBS isn't blocking access to anybody's business.

Re: Problem with Bayes learning

2006-02-28 Thread Jonathan Nie
Hi Matt, I am new to spamassassin. Thank you so much for your help and Tyler too. Bayes autolearn is enabled when I feed Bayes with the 1500 emails manually using the sa-learn command. Does it cause the problem? I also checked the Bayes database directory and found two stale lock files

Re: Problem with Bayes learning

2006-02-28 Thread Tyler Nally
On Tuesday 28 February 2006 10:46 pm, you wrote: I am new to spamassassin. Thank you so much for your help and Tyler too. Thanks.. I'm not the expert.. I just use it! Bayes autolearn is enabled when I feed Bayes with the 1500 emails manually using the sa-learn command. Does it cause the

Re: Rules using envelope info?

2006-02-28 Thread Loren Wilton
What better checks are you referring to? Something I need to pull down from SARE? sare_spoof or something like that, as best I recall. Loren

Re: SARE_LEGIT_PAYPAL scores -0.0?

2006-02-28 Thread Loren Wilton
One of my users received a message today that landed in the spambucket. Upon further review, it's a legit message from Paypal. In fact, SA even recognized that it appeared to be a legit Paypal message, but since the adjustment was a whopping -0.0 points, it wasn't enough to bring it back

Re: Spamassassin does not learn

2006-02-28 Thread Chris Purves
Matt Kettler wrote: Egoitz Aurrekoetxea wrote: Hi everybody, I'm using Spamassassin 3.0.3 on a Debian machine running spampd proxy. When I check my receiving mail's headers I see that when talks about autolearn always says no or failed, what could be the reason? 1) are you using spamd? 2)

Re: Problem with Bayes learning

2006-02-28 Thread jdow
Stop receiving emails. Stop the SpamAssassin service once the incoming mail spool is empty. Then kill all vestiges of spamd or spamassassin that might still be running from previously improperly terminated sessions. Then run sa-learn. If it STILL hangs with this lock you'd a problem somewhere fer

Re: Spamassassin behavior

2006-02-28 Thread Alan Au
Hi Mr. Matt,Thanks a lot for replying me. I have some thing to clarify. Please see below :We forward a wrongly classifed email as attachement (RFC822) . Will it be OK for SpamAssassin to learn?Regards,Alan Matt Kettler [EMAIL PROTECTED] wrote:Alan Au wrote: Hi all, In :