On Tue, Oct 19, 2004 at 01:10:39AM +0200, Mattia Martinello wrote:
> Ok, so how I can do if I wish SpamAssassin to change the subject and to
> write SPAM headers when it detects a SPAM message?
As has been previously stated, your issue is qmail-scanner related,
so you need to talk to those folks
>
> Now I am using verbose_spamassassin, but it doesn't work... :-(
>
Did you make the suggested mod to qmail-scanner.pl ?
my $spamc_subject=``;
On 10/19/2004 1:14 AM +0200, Mattia Martinello wrote:
I'll bet your are using fast_spamassassin with qmail-scanner rather
than verbose_spamassassin. fast_spamassassin does NOT add anything to
the email except what qmail-scanner might add. verbose_spamassassin
is what you want to use instead.
I'll bet your are using fast_spamassassin with qmail-scanner rather than
verbose_spamassassin. fast_spamassassin does NOT add anything to the
email except what qmail-scanner might add. verbose_spamassassin is what
you want to use instead.
Now I am using verbose_spamassassin, but it doesn't wor
right, "required_score" doesn't affect your rewriting/markup, they handle
that.
Ok, so how I can do if I wish SpamAssassin to change the subject and to
write SPAM headers when it detects a SPAM message?
Mattia Martinello wrote:
aha. you need to talk to the qmail-scanner people. iirc, they handle
the
markup themselves, so your spamd config is meaningless, at least by
default.
But if I change the "required_score" value, I can see it changed in the
"X-Spam-Status: No, hits=-2.6 required=8.0" h
On Tue, Oct 19, 2004 at 01:02:12AM +0200, Mattia Martinello wrote:
> >aha. you need to talk to the qmail-scanner people. iirc, they handle the
> >markup themselves, so your spamd config is meaningless, at least by
> >default.
>
> But if I change the "required_score" value, I can see it changed
Kevin W. Gagel ha scritto:
What is your MTA and how is your MTA integrated to use SpamAssassin?
My MTA is Qmail, and it is integrated with SpamAssassin with
Qmail-Scanner...
What is your MTA and how is your MTA integrated to use SpamAssassin?
- Original Message Follows -
From: Mattia Martinello <[EMAIL PROTECTED]>
To: users@spamassassin.apache.org
Subject: Re: Doesn't mark spam messages
Date: Tue, 19 Oct 2004 00:37:02 +0200
> > Get rid of
aha. you need to talk to the qmail-scanner people. iirc, they handle the
markup themselves, so your spamd config is meaningless, at least by default.
But if I change the "required_score" value, I can see it changed in the
"X-Spam-Status: No, hits=-2.6 required=8.0" header...
On Tue, Oct 19, 2004 at 12:57:00AM +0200, Mattia Martinello wrote:
> I am calling Spamassassin with Qmail-Scanner.
aha. you need to talk to the qmail-scanner people. iirc, they handle the
markup themselves, so your spamd config is meaningless, at least by default.
--
Randomly Generated Tagline
Hrm. How are you calling spamassassin/spamd? The X-Spam-Status header
you quote is not the standard 3.0 one (it would be "score=", and there'd
be a listing of rules...) Either you're using old modules, or whatever
you use to pass through SA is actually doing the markup.
I am calling Spamassassin
On Tue, Oct 19, 2004 at 12:47:09AM +0200, Mattia Martinello wrote:
> >If you don't get any X-Spam headers, then the mail isn't being fed through
> >spamd. You will always get at least a X-Spam-Checker-Version header.
>
> I get only this header: "X-Spam-Status: No, hits=-2.6 required=8.0".
>
> So
Run a spamassassin --lint I bet it will show you an error. Read the
UPGRADE file, it will tell you that rewrite_header is no longer used.
spamassassin --lint didn't show me any error message.
I carefully read man Mail::SpamAssassin::Conf and I don't think I used
any deprecated conf...
Bye
ma
Andy Jezierski <[EMAIL PROTECTED]> wrote
on 10/18/2004 05:47:32 PM:
>
> Mattia Martinello <[EMAIL PROTECTED]> wrote on 10/18/2004
> 05:37:02 PM:
>
[snip]>
> Run a spamassassin --lint I bet it will show you an error. Read
> the UPGRADE file, it will tell you that rewrite_header is no longer
Mattia Martinello <[EMAIL PROTECTED]>
wrote on 10/18/2004 05:37:02 PM:
> > Get rid of the "terse report" option.
>
> Now this is my /etc/mail/spamassassin/local.cf:
>
> required_score 8
> report_safe 0
> #use_terse_report 0
> use_bayes 1
> bayes_auto_learn 1
> skip_rbl_checks 0
> use_razor2 1
>
If you don't get any X-Spam headers, then the mail isn't being fed through
spamd. You will always get at least a X-Spam-Checker-Version header.
I get only this header: "X-Spam-Status: No, hits=-2.6 required=8.0".
So how I can get all the headers that I can insert in local.cf?
Thank you very much!
On Tue, Oct 19, 2004 at 12:37:02AM +0200, Mattia Martinello wrote:
> I restarted spamd, but I can't solve the problem. Spam messages that
> have a score higher than 8 are not marked with [SPAM] in the
> subject and it never adds any header (Flag, Score, Tests, etc.) in the
> message head
Get rid of the "terse report" option.
Now this is my /etc/mail/spamassassin/local.cf:
required_score 8
report_safe 0
#use_terse_report 0
use_bayes 1
bayes_auto_learn 1
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1
#fold_headers 1
rewrite_header subject [SPAM]
add_header all Flag _YES
On Mon, 18 Oct 2004, Mattia Martinello wrote:
> > Read the UPGRADE document, this is answered there:
>
> Ok, thank you!!
> And why I can't see the complete report in the message haeader?
Get rid of the "terse report" option.
--
Mike Burger
http://www.bubbanfriends.org
Visit the Dog Pound II BB
Read the UPGRADE document, this is answered there:
Ok, thank you!!
And why I can't see the complete report in the message haeader?
Thank you very much
Bye
Mattia.
On Mon, 2004-10-18 at 13:16 +0200, Mattia Martinello wrote:
> Hi,
>
> I installed Spamassassin version 3.0.0 from .tar.gz on a Linux box
> running SuSE 9.1, Qmail and Qmail-scanner.
> Qmail-scanner is correctly configured to use Spamassassin and ClamAV, so
> in the mail header I can see "X-Spam-
Hi,
I installed Spamassassin version 3.0.0 from .tar.gz on a Linux box
running SuSE 9.1, Qmail and Qmail-scanner.
Qmail-scanner is correctly configured to use Spamassassin and ClamAV, so
in the mail header I can see "X-Spam-Status: No, hits=0.6 required=7.5".
This mean that Spamassassin is check
23 matches
Mail list logo