Re: AWL ?

2015-12-23 Thread Joe Quinn
On 12/23/2015 10:53 AM, Olivier CALVANO wrote: Hi i have installed a new server on Centos with Postfix/Amavisd and SpamAssassin my problems, 90% of mail are tagged spam: X-Spam-Flag: YES X-Spam-Score: 22.876 X-Spam-Level: ** X-Spam-Status: Yes, score=22.876 required=5.0

Latest update kills spamassassin?

2015-12-23 Thread Alex
Hi, I'm having the same problem on two systems where they were running fine, then amavis just stops responding. Restarting it results in it just hanging, just before the point where it spawns the child processes. Could this be related to the most recent update? I've disabled the spam scanning

Re: Latest update kills spamassassin?

2015-12-23 Thread Alex
Hi, It looks like it was the malwarepatrol list with a million rules in it. It was something I added a few days ago, after the cryptolocker and macro viruses, but somehow only failed this morning. I've experienced problems like this in the past, and have eliminated rules until the suspect one

AWL ?

2015-12-23 Thread Olivier CALVANO
Hi i have installed a new server on Centos with Postfix/Amavisd and SpamAssassin my problems, 90% of mail are tagged spam: X-Spam-Flag: YES X-Spam-Score: 22.876 X-Spam-Level: ** X-Spam-Status: Yes, score=22.876 required=5.0 tests=[AWL=20.375, FREEMAIL_FROM=0.001,

Re: Latest update kills spamassassin?

2015-12-23 Thread Kevin A. McGrail
If you look at the url, you should be able to grab several years worth of updates. I am traveling and dont have the tar numbers. Note. We were starved last night and the changes I did are at 7279. I ran full tests and a lint would be the most basic threshold for publishing. Regards, KAM On

Re: Latest update kills spamassassin?

2015-12-23 Thread John Hardin
On Wed, 23 Dec 2015, Alex wrote: How can I pull the previous updates to see if it's related to the changes on the 21st? Here's a Q'n'D script to pull the latest update: #!/bin/bash # $ dig +short TXT 0.4.3.updates.spamassassin.org # 2.3.3.updates.spamassassin.org. # "1714950" # $ wget

Re: AWL ?

2015-12-23 Thread Robert Schetterer
Am 23.12.2015 um 17:41 schrieb Reindl Harald: > > > Am 23.12.2015 um 17:33 schrieb Olivier CALVANO: >> Thanks, i clear the AWL and now it's good >> thanks >> >> for TxRep, do you know where i can find this module and the >> documentation ? > > enter "TxRep" in google leads to >

Re: AWL ?

2015-12-23 Thread Reindl Harald
Am 23.12.2015 um 17:33 schrieb Olivier CALVANO: Thanks, i clear the AWL and now it's good thanks for TxRep, do you know where i can find this module and the documentation ? enter "TxRep" in google leads to https://wiki.apache.org/spamassassin/TxRep [root@localhost:~]$ locate TxRep

Re: AWL ?

2015-12-23 Thread Kevin A. McGrail
What version of spamassassin are you using as it was added to the standard package. You might have better luck with trunk or waiting for 3.4.2. Regards, KAM On December 23, 2015 11:33:21 AM EST, Olivier CALVANO wrote: >Thanks, i clear the AWL and now it's good >thanks >

Re: AWL ?

2015-12-23 Thread Olivier CALVANO
Thanks, i clear the AWL and now it's good thanks for TxRep, do you know where i can find this module and the documentation ? 2015-12-23 16:57 GMT+01:00 Joe Quinn : > On 12/23/2015 10:53 AM, Olivier CALVANO wrote: > >> Hi >> >> i have installed a new server on Centos with

Small help for create a Spamassassin rules

2015-12-23 Thread Olivier CALVANO
Hi i request your help for create a small rules: i have a lot of domains, for two of this domain, i want create a specific "whitelist_from" for this, i: create the domain rules: header CEFSCA001_DOMAIN_72_1 To =~ /mydomain\.com/i header CEFSCA001_DOMAIN_72_2 Cc =~ /mydomain\.com/i header

Re: My error ?

2015-12-23 Thread Olivier CALVANO
Thanks the first error is now good but i have alway: déc. 23 09:47:12.726 [15815] warn: config: error: rule 'VVVSCA001_WHITELIST_242_META((VVVSCA001_WHITELIST_242_1_1' has invalid characters (not Alphanumeric + Underscore + starting with a non-digit) now VVVSCA001_WHITELIST_242_1_1 = header

Re: My error ?

2015-12-23 Thread Axb
Please reply to list ONLY replace double brackets with single bracket at beginning and end metaBLA (BLAH1 || BLAH2) On 12/23/2015 09:52 AM, Olivier CALVANO wrote: Thanks the first error is now good but i have alway: déc. 23 09:47:12.726 [15815] warn: config: error: rule

Re: My error ?

2015-12-23 Thread Olivier CALVANO
Thanks for your help Abx, i find the problems : déc. 23 10:13:43.147 [16981] warn: config: error: rule 'VVVSCA001_WHITELIST_242_META(VVVSCA001_WHITELIST_242_1_1' has invalid characters (not Alphanumeric + Underscore + starting with a non-digit) change : meta

My error ?

2015-12-23 Thread Olivier CALVANO
Hi sorry i am new in regex i have a .cf with: header VVVSCA001_WHITELIST_242_1_1 From =~ /*\@duplopro\.com/i but with a spamassassin --lint i have: déc. 23 08:52:29.636 [13313] warn: config: invalid regexp for rule VVVSCA001_WHITELIST_242_1_1: /*\@duplopro\.com/i: Quantifier follows nothing

Re: My error ?

2015-12-23 Thread Axb
On 12/23/2015 09:05 AM, Olivier CALVANO wrote: Hi sorry i am new in regex i have a .cf with: header VVVSCA001_WHITELIST_242_1_1 From =~ /*\@duplopro\.com/i but with a spamassassin --lint i have: déc. 23 08:52:29.636 [13313] warn: config: invalid regexp for rule VVVSCA001_WHITELIST_242_1_1:

Re: My error ?

2015-12-23 Thread Olivier CALVANO
ok thanks i test 2015-12-23 9:10 GMT+01:00 Axb : > On 12/23/2015 09:05 AM, Olivier CALVANO wrote: > >> Hi >> >> sorry i am new in regex >> >> i have a .cf with: >> >> header VVVSCA001_WHITELIST_242_1_1 From =~ /*\@duplopro\.com/i >> >> but with a spamassassin --lint i have: