Re: bayes_auto_learn_threshold_nonspam vector

2007-05-12 Thread Maciej Friedel
On 05/12/07 Abba wrote:

 Is anyone using numbers higher than 1 ?

bayes_auto_learn_threshold_nonspam   3.0
bayes_auto_learn_threshold_spam  6.0

maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


problem with Mail::SpamAssassin::PerMsgStatus - SA 3.2.0

2007-05-04 Thread Maciej Friedel
I can't make sa-compile because

[EMAIL PROTECTED]:~# spamassassin --lint
[23577] warn: Couldn't get Connecting IP header X-SA-Exim-Connect-IP for
message [EMAIL PROTECTED], skipping greylisting call 
[23577] warn: rules: failed to run CG_FUJI_JPG test, skipping:
[23577] warn:  (Can't locate object method image_name_regex via
package Mail::SpamAssassin::PerMsgStatus at (eval 2376) line 765.
[23577] warn: )
[23577] warn: rules: failed to run CG_DOUBLEDOT_GIF test, skipping:
[23577] warn:  (Can't locate object method image_name_regex via
package Mail::SpamAssassin::PerMsgStatus at (eval 2376) line 892.
[23577] warn: )
[23577] warn: rules: failed to run CG_SONY_JPG test, skipping:
[23577] warn:  (Can't locate object method image_name_regex via
package Mail::SpamAssassin::PerMsgStatus at (eval 2376) line 1327.
[23577] warn: )
[23577] warn: rules: failed to run CG_CANON_JPG test, skipping:
[23577] warn:  (Can't locate object method image_name_regex via
package Mail::SpamAssassin::PerMsgStatus at (eval 2376) line 2224.
[23577] warn: )
[23577] warn: lint: 4 issues detected, please rerun with debug enabled
for more information

cpan[1] m /Mail::SpamAssassin::PerMsgStatus/
CPAN: Storable loaded ok (v2.16)
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 04 May 2007 03:10:10 GMT
Module id = Mail::SpamAssassin::PerMsgStatus
CPAN_USERID  JMASON (Justin Mason [EMAIL PROTECTED])
CPAN_VERSION undef
CPAN_FILEJ/JM/JMASON/Mail-SpamAssassin-3.2.0.tar.gz
UPLOAD_DATE  2007-05-02
MANPAGE  Mail::SpamAssassin::PerMsgStatus - per-message status
(spam or not-spam)INST_FILE   
/usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/PerMsgStatus.pm   
INST_VERSION undef

i using FuzzyOCR and sa-exim for greylisting 

Maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: Upgraded from 3.1.7 to 3.1.8... Not as good filtering?

2007-03-07 Thread Maciej Friedel
On 03/07/07 Don wrote:

 No, all I did is download the package and build/install it.
 I tried running sa-update just now and got this:
 error: gpg required but not found!

try this

sa-update -D --nogpg


-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: sa-update doesn't exist on my system

2007-02-26 Thread Maciej Friedel

 BUT... the sa-update command doesn't seem to exist on my system...
any
 ideas?

You need upgrade to 3.1.x if You neet tu use sa-update

maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: New nigerian getting through almost clean

2007-02-22 Thread Maciej Friedel
On 02/22/07 Andy wrote:

 I put a clean copy of this up at:
 http://2chronicles36.org/spam/nigeria.txt

Content analysis details:   (18.4 points, 5.0 required)

-0.0 SPF_PASS   SPF: sender matches SPF record
 4.0 BAYES_99   BODY: Bayesian spam probability is 99 to 100%
[score: 0.9933]
 1.7 SARE_FRAUD_8   Matches 2 phrases commonly used in fraud spam
 1.7 SARE_FRAUD_10  Matches 2 phrases commonly used in fraud spam
 1.7 SARE_FRAUD_X5  Matches 5+ phrases commonly used in fraud spam
 1.7 SARE_FRAUD_X6  Matches 6+ phrases commonly used in fraud spam
 1.7 SARE_FRAUD_X3  Matches 3+ phrases commonly used in fraud spam
 1.7 SARE_FRAUD_X4  Matches 4+ phrases commonly used in fraud spam
 0.1 TO_CC_NONE No To: or Cc: header
 1.7 SARE_FRAUD_3   Matches 2 phrases commonly used in fraud spam
 1.7 SARE_FRAUD_2   Matches 2 phrases commonly used in fraud spam
 0.9 SARE_FRAUD_9   Matches 2 phrases commonly used in fraud spam


-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: mysql errors after 3.1.8 upgrade

2007-02-22 Thread Maciej Friedel
On 02/22/07 Bowie wrote:


 spamd[16137]: Can't locate DBD/mysql.pm in @INC ...
 spamd[16137]: Can't locate Tie/Cache.pm in @INC ...
 spamd[16137]: Can't locate Tie/Cache.pm in @INC ...
 spamd[16137]: BEGIN failed--compilation aborted at (eval 759) line 1.

root# perl -MCPAN -e shell

cpan[1] install DBD::mysql Tie::Cache

maciek


-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: [2] How can I configure spamassassin to filter spam jpgs?

2007-02-15 Thread Maciej Friedel
On 02/15/07 NIbbLLe wrote:

 suggestions on how I can install the plugin on the Windows machine? 

FuzzyOCR i s write in perl. So it will work on windows too

maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


spamassasin -t ... [error]

2007-02-15 Thread Maciej Friedel
SpamAssassin 1.3.8
Karmasphere 2.06

[4376] warn: Use of uninitialized value in string eq at
/usr/lib/perl5/site_perl/5.8.8/Mail/Karmasphere/Client.pm line 206.
[4376] warn: Use of uninitialized value in hash element at
/usr/lib/perl5/site_perl/5.8.8/Mail/Karmasphere/Client.pm line 210.


-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: New stock spam (2/14/07)

2007-02-14 Thread Maciej Friedel
On 02/14/07 Jonathan wrote:

 http://www.pbp.net/~jnichols/spam2.txt

0.0 BOTNET_NORDNS IP address has no PTR record
0.1 HTML_50_60 BODY: Message is 50% to 60% HTML  
0.0 HTML_MESSAGE BODY: HTML included in message
1.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60% 
[score: 0.5002]
5.0 BOTNET The submitting mail server looks like part of a Botnet

i think botnet is a good idea

maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: question about image spam

2007-02-09 Thread Maciej Friedel
On 02/09/07 Ivan wrote:

Hi

 First time posting here, we are running SA version 3.0.6 on centos
4.4, we
 have a lot of image spam and I would like to know if somebody can give
me an
 idea about how to deal with it?

http://www200.pair.com/mecham/spam/image_spam2.html
here is the best help to install FuzuOCR
FuzyOCR rekognize animated graphics

maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www


Re: To create a cf file: notepad and youfile.cf enough?

2007-02-01 Thread Maciej Friedel
On 02/01/07 z3r0 wrote:


  Depending on the level of access you have to your Linux box I'd
  suggest writing them in joe or vi from the command line. linux can
get
  very picky about line breaks in files created in windows.

 I can't lint anything, I just have a CPanel access and my wordpad.
This is
 not meant for users like me I guess...

Change Your wordpad with this vim for windows

http://www.vim.org/download.php#pc

maciek

-- 
|_|0|_| Maciej Friedel [EMAIL PROTECTED]
|_|_|0| http://wwv.pl - usługi hostingowe
|0|0|0| http://eprogram.pl - projektowanie stron www