Querying the AWL

2008-09-11 Thread David Allsopp
I've been happily using SpamAssassin with MIMEDefang for nearly a year now. I have a question about controlling and querying the whitelist. The per-user automatic whitelist is enabled and clearly doing something (because it's growing in size) but I can't find much documentation about it. Is there

Re: sa-learn with tagged mail

2008-09-11 Thread Massimiliano Marini
'man Mail::SpamAssassin::Conf' and read about bayes_ignore_header. Very helpfully thanks :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

Capture -D --lint output

2008-09-11 Thread Jack L. Stone
Folks, I'm trying to capture/grep specific given info from the subject output, like this: #spamassassin -D --lint | grep database I KNOW that doesn't work, but describes my issue at hand. I've spent an hour+ searching for others with this same question without success. I remember this being

RE: Querying the AWL

2008-09-11 Thread Giampaolo Tomassoni
-Original Message- From: David Allsopp [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 1:58 PM I've been happily using SpamAssassin with MIMEDefang for nearly a year now. I have a question about controlling and querying the whitelist. The per-user automatic

Re: Capture -D --lint output

2008-09-11 Thread Mariusz Kruk
On czw, 2008-09-11 at 07:53 -0500, Jack L. Stone wrote: Folks, I'm trying to capture/grep specific given info from the subject output, like this: #spamassassin -D --lint | grep database I KNOW that doesn't work, but describes my issue at hand. I've spent an hour+ searching for others with

Re: Capture -D --lint output

2008-09-11 Thread John Wilcock
Mariusz Kruk a écrit : On czw, 2008-09-11 at 07:53 -0500, Jack L. Stone wrote: Folks, I'm trying to capture/grep specific given info from the subject output, like this: #spamassassin -D --lint | grep database I KNOW that doesn't work, but describes my issue at hand. I've spent an hour+

Re: Capture -D --lint output

2008-09-11 Thread Matt Kettler
Jack L. Stone wrote: Folks, I'm trying to capture/grep specific given info from the subject output, like this: #spamassassin -D --lint | grep database I KNOW that doesn't work, but describes my issue at hand. I've spent an hour+ searching for others with this same question without success.

Re: Capture -D --lint output

2008-09-11 Thread ram
On Thu, 2008-09-11 at 07:53 -0500, Jack L. Stone wrote: Folks, I'm trying to capture/grep specific given info from the subject output, like this: #spamassassin -D --lint | grep database spamassassin -D --lint 21 | grep database

Re: Capture -D --lint output

2008-09-11 Thread Mariusz Kruk
On czw, 2008-09-11 at 15:06 +0200, John Wilcock wrote: No need for that attitude, we were all newbies once... Sorry, wasn't meant as an insult or anything like that. Was more like surprised because I really didn't understand the problem. It wouldn't have taken any longer to give the actual

Re: Different Scores

2008-09-11 Thread Matus UHLAR - fantomas
On 10.09.08 11:24, PileOfMush wrote: No, I ran the spamassassin -d -t test as root. I'm not sure which user to run as. I'm using qmail on plesk. I have about 6 different users with the name qmail in them, plus a few mail related users as well as popuser. Here is what's different between

Per-user preferences directory

2008-09-11 Thread Christian Gregoire
Hello, Is there any alternative to the %u, %l or %d options to the virtual-config-dir option ? I have 12 000 mailboxes, that is, as many entries in only one directory ... Thanks. Christian

Re: Querying the AWL

2008-09-11 Thread Jonas Eckerman
David Allsopp wrote: The per-user automatic whitelist is enabled and clearly doing something (because it's growing in size) but I can't find much documentation about it. perldoc Mail::SpamAssassin::Plugin::AWL perldoc Mail::SpamAssassin::AutoWhitelist Is there any way to query the email

Folder Redirection Besides classification

2008-09-11 Thread David Carvalho
Hi ! Is it possible to redirect classified spam to another file, just after classification, instead of appending to the user regular mail file (like /var/mail/usermail) ? Regards David

Re: Folder Redirection Besides classification

2008-09-11 Thread Theo Van Dinter
On Thu, Sep 11, 2008 at 05:03:06PM +0100, David Carvalho wrote: Is it possible to redirect classified spam to another file, just after classification, instead of No. appending to the user regular mail file (like /var/mail/usermail) ? SA isn't doing that either. It's just marking up the

Re: Folder Redirection Besides classification

2008-09-11 Thread mouss
David Carvalho wrote: Hi ! Is it possible to redirect classified spam to another file, just after classification, instead of appending to the user regular mail file (like /var/mail/usermail) ? sure. use maildrop, procmail, dovecot sieve, amavisd-new, postfix, etc. SA is not involved

MagicSpam

2008-09-11 Thread robb
Does anybody have any experience with this product? My company wants to replace SpamAssassin with this product, due to SpamAssassin being not being up to par other products. My argument is that people we give SpamAssassin to have no clue how to use it and what it's designed to do,

RE: MagicSpam

2008-09-11 Thread Martin.Hepworth
Rob Can't say i have, but SA does need someone with a little expertise and a clue (tm) to get it going well. After that it takes very little extra work apart from upgrading every so often and running sa-update every week or so. -- martin -Original Message- From: [EMAIL PROTECTED]

Re: MagicSpam

2008-09-11 Thread Jesse Stroik
Rob, Spamassassin is more difficult to configure because commercial products don't have the luxury of requiring more sysadmin configuration. They have to be easy or no one would buy them. The disadvantage of them being easier is that they have less flexibility, less information and less

Re: MagicSpam

2008-09-11 Thread Aaron Wolfe
On Thu, Sep 11, 2008 at 1:11 PM, [EMAIL PROTECTED] wrote: Does anybody have any experience with this product? It appears *noone* has any experience with it... Google finds only 2 links and they are on the company's own homepage. My company wants to replace SpamAssassin with this product, due

Re: MagicSpam

2008-09-11 Thread fchan
Hi, Sorry I don't have experience with this product. I do have limited experience with Barracuda Networks appliance and I think is a great product for an e-mail filter which I had experienced with my friend to set up on their network email server. It is easy to set up, configure and maintain

Re: Capture -D --lint output

2008-09-11 Thread Jack L. Stone
At 03:16 PM 9.11.2008 +0200, Mariusz Kruk wrote: On czw, 2008-09-11 at 15:06 +0200, John Wilcock wrote: No need for that attitude, we were all newbies once... Sorry, wasn't meant as an insult or anything like that. Was more like surprised because I really didn't understand the problem. It

Problems with 3.2.5

2008-09-11 Thread Micah Anderson
I just upgraded to 3.2.5 and have encountered some regressions. First, I'm getting tons of the following in my logs, literally metric tons: Sep 11 17:11:28 spamd2 spamd[27357]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Mail/SpamAssassin/Plugin/Check.pm line

Re: Problems with 3.2.5

2008-09-11 Thread Sahil Tandon
Micah Anderson [EMAIL PROTECTED] wrote: In order to get it to stop, I had to disable the shortcircuit plugin in v320.pre. I filled a partition with this line in a couple minutes flat. I particularly value the savings I get from this plugin, so I would like to know how I can re-enable it!