Re: X-Spam-Status: No, hits=? required=?

2007-05-15 Thread ip guy

Maybe i wasn't clear. i guess it was the way i asked.

Anyone know why I'd keep seeing this in the mail herders of email scanner
for spam

 X-Spam-Status: No, hits=? required=?

My setup currently uses spamc v2.40 on hostA to forward to spamd v3.1.8 on
hostB

My local.cf on hostB is setup with...

 required_hits   8.0
 rewrite_header Subject  *SPAM*

It's only temporary setup until i can upgrade the primary MX on hostA






On 5/15/07, Matt Kettler [EMAIL PROTECTED] wrote:


ip guy wrote:
 Hi all

 Anyone know why see X-Spam-Status: No, hits=? required=? in the
 email header after delivery and spam scanning ?

 My local.cf http://local.cf file looks like this

 required_score 8.0
 report_safe 1
 rewrite_header Subject *SPAM*

Do you use spamc? Was the message larger than the -s parameter to spamc
(default 500k)?

If yes to both, then spamc skipped scanning the message because it was
too large. There are some large spams out there, but there are
relatively few of them. On the other hand, there are lots of large
nonspam mails (attachments), and scanning large messages consumes a lot
of CPU and memory.

You can raise your -s to make spamc feed larger messages to spamd, but
be aware that this comes at a price of increased resource usage, so
choose a balance that fits your traffic load.



X-Spam-Status: No, hits=? required=?

2007-05-14 Thread ip guy

Hi all

Anyone know why see X-Spam-Status: No, hits=? required=? in the email
header after delivery and spam scanning ?

My local.cf file looks like this

required_score 8.0
report_safe 1
rewrite_header Subject *SPAM*

regards