Re: [toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-22 Thread Bill Shupp
Bill Shupp wrote:
 Michael D Schleif wrote:
   
 We did NOT change spamassassin.

 Other than --enable-spam-hits=6 -- which nullifies
 --enable-spam-passthru=y , doesn't it? -- I do NOT find any clues in
 your config.

 What else ought I to investigate?
   
 

 I'm seeing the same problem.  I have not had time yet to track it down,
 but will report back when I do.
   

Ok, I simply had not configured it with spam-hits when I upgraded (look
for unimplemented flag spam_hits = ... when debugging).  I now have
simscan 1.3.1shupp2 compiled thusly:

./configure --enable-user=clamav \
--enable-spam-hits=10 \
--enable-clamav=y \
--enable-spam=y \
--enable-spam-passthru=y \
--enable-per-domain=y \
--enable-ripmime \
--enable-attach=y \
--enable-custom-smtp-reject=y \
--enable-received=y

Debug now shows this:

simscan:[15929]:SPAM REJECT (38.10/10.00):...

Which means 10 is overriding 5 in local.cf.  And a spam_hits=3 override
is working as expected:

simscan:[16535]:SPAM REJECT (23.70/3.00): ...

Regards,

Bill Shupp


Re: [toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-21 Thread Michael D Schleif
Roman =

* Roman Bělonohý [EMAIL PROTECTED] [2007:06:20:21:10:58+0200] scribed:
 Do you have option which tells to include header about spam score to
 every message enabled?

Which option would that be?  Where would it be?  I did the following
exactly as specified at shupp.org:

./configure --enable-user=clamav \
--enable-clamav=y \
--enable-spam=y \
--enable-spam-passthru=y \
--enable-per-domain=y \
--enable-ripmime \
--enable-attach=y \
--enable-received=y


 Roman
 
 
 
 Michael D Schleif napsal(a):
  Last week, we upgraded the toaster, including simscan.
 
  Now, spam_hits=10.1 on a domain basis is NOT passing spamassassin tagged
  messages between 3.5 and 10 -- which several customers want, and WAS
  previously working.
 
  Example:
 
  
  platinumaire.net:clam=yes,spam=yes,spam_hits=10.1,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif
 
  What am I missing?


-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--


signature.asc
Description: Digital signature


Re: [toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-21 Thread Roman Bělonohý
My config:

./configure --enable-user=clamav --enable-clamav=y --enable-spam=y
--enable-spam-passthru=y --enable-per-domain=y --enable-ripmime
--enable-attach=y --enable-received=y
 --enable-custom-smtp-reject=y --enable-spam-hits=6
--enable-quarantinedir=/var/qmail/quarantine

Maybe you should have
report_safe 1
in /etc/mail/spamassassin/local.cf

?

Roman


Michael D Schleif napsal(a):
 Roman =

 * Roman Bělonohý [EMAIL PROTECTED] [2007:06:20:21:10:58+0200] scribed:
   
 Do you have option which tells to include header about spam score to
 every message enabled?
 

 Which option would that be?  Where would it be?  I did the following
 exactly as specified at shupp.org:

 ./configure --enable-user=clamav \
 --enable-clamav=y \
 --enable-spam=y \
 --enable-spam-passthru=y \
 --enable-per-domain=y \
 --enable-ripmime \
 --enable-attach=y \
 --enable-received=y


   
 Roman



 Michael D Schleif napsal(a):
 
 Last week, we upgraded the toaster, including simscan.

 Now, spam_hits=10.1 on a domain basis is NOT passing spamassassin tagged
 messages between 3.5 and 10 -- which several customers want, and WAS
 previously working.

 Example:

 
 platinumaire.net:clam=yes,spam=yes,spam_hits=10.1,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif

 What am I missing?
   


   


Re: [toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-21 Thread Michael D Schleif
We did NOT change spamassassin.

Other than --enable-spam-hits=6 -- which nullifies
--enable-spam-passthru=y , doesn't it? -- I do NOT find any clues in
your config.

What else ought I to investigate?


* Roman Bělonohý [EMAIL PROTECTED] [2007:06:21:15:37:27+0200] scribed:
 My config:
 
 ./configure --enable-user=clamav --enable-clamav=y --enable-spam=y
 --enable-spam-passthru=y --enable-per-domain=y --enable-ripmime
 --enable-attach=y --enable-received=y
  --enable-custom-smtp-reject=y --enable-spam-hits=6
 --enable-quarantinedir=/var/qmail/quarantine
 
 Maybe you should have
 report_safe 1
 in /etc/mail/spamassassin/local.cf
 
 ?
 
 Roman
 
 
 Michael D Schleif napsal(a):
  Roman =
 
  * Roman Bělonohý [EMAIL PROTECTED] [2007:06:20:21:10:58+0200] scribed:

  Do you have option which tells to include header about spam score to
  every message enabled?
  
 
  Which option would that be?  Where would it be?  I did the following
  exactly as specified at shupp.org:
 
  ./configure --enable-user=clamav \
  --enable-clamav=y \
  --enable-spam=y \
  --enable-spam-passthru=y \
  --enable-per-domain=y \
  --enable-ripmime \
  --enable-attach=y \
  --enable-received=y
 
  Michael D Schleif napsal(a):
  
  Last week, we upgraded the toaster, including simscan.
 
  Now, spam_hits=10.1 on a domain basis is NOT passing spamassassin tagged
  messages between 3.5 and 10 -- which several customers want, and WAS
  previously working.
 
  Example:
 
  
  platinumaire.net:clam=yes,spam=yes,spam_hits=10.1,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif
 
  What am I missing?


-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--


signature.asc
Description: Digital signature


Re: [toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-21 Thread Bill Shupp
Michael D Schleif wrote:
 We did NOT change spamassassin.

 Other than --enable-spam-hits=6 -- which nullifies
 --enable-spam-passthru=y , doesn't it? -- I do NOT find any clues in
 your config.

 What else ought I to investigate?
   

I'm seeing the same problem.  I have not had time yet to track it down,
but will report back when I do.

Regards,

Bill


[toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-20 Thread Michael D Schleif
Last week, we upgraded the toaster, including simscan.

Now, spam_hits=10.1 on a domain basis is NOT passing spamassassin tagged
messages between 3.5 and 10 -- which several customers want, and WAS
previously working.

Example:


platinumaire.net:clam=yes,spam=yes,spam_hits=10.1,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif

What am I missing?

-- 
Best Regards,

mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know.  The more I know, the more I know I don't know . . .
--


signature.asc
Description: Digital signature


Re: [toaster] simscan-1.3.1.shupp2: spam_hits NOT working ???

2007-06-20 Thread Roman Bělonohý
Do you have option which tells to include header about spam score to
every message enabled?

Roman



Michael D Schleif napsal(a):
 Last week, we upgraded the toaster, including simscan.

 Now, spam_hits=10.1 on a domain basis is NOT passing spamassassin tagged
 messages between 3.5 and 10 -- which several customers want, and WAS
 previously working.

 Example:

 
 platinumaire.net:clam=yes,spam=yes,spam_hits=10.1,attach=.vbs:.lnk:.scr:.wsh:.hta:.pif

 What am I missing?