Rules Sample ?

2009-04-25 Thread Phibee Network Operation Center
Hi anyone have a small rules sample for this: header FROM_TEST_NOC_1 To =~ /\...@mydomain\.org/ header FROM_TEST_NOC_2 From =~ /\t...@sender\.org/ header FROM_TEST_NOC_3 Reply-To =~ /\t...@sender\.org/ and if in one Email, we have : FROM_TEST_NOC_1 + (FROM_TEST_NOC_2 or/and FR

SpamAssassin 3.2.5 and Barracuda RBL ?

2009-04-25 Thread Phibee Network Operation Center
Hi Barracuda RBL Test are included into SpamAssassin 3.2.5 or only when we have into local.cf: header IN_BCUDA_RBL rbleval:check_rbl('bcuda', 'bb.barracudacentral.org') describe IN_BCUDA_RBL Received via a relay listed by Barracuda BRBL tflags IN_BCUDA_RBL net header RCVD_IN_BCUDA_RELAY rbleval

what is "netset: cannot include 127.0.0.1/32 as it has already been included"

2009-04-24 Thread Phibee Network Operation Center
Hi my logs of spamassassin put: netset: cannot include 127.0.0.1/32 as it has already been included anyone know what is this ? thanks jerome

Re: spamassassin -D don't start ?

2009-04-24 Thread Phibee Network Operation Center
Phibee Network Operation Center a écrit : Hi when i start a spamassassin -D, he stop at Net::DNS ... after 1 hours, no change .. CTRL-C for stop it [r...@spam spamassassin]# spamassassin -D [6451] dbg: logger: adding facilities: all [6451] dbg: logger: logging level is DBG [6451] dbg

spamassassin -D don't start ?

2009-04-24 Thread Phibee Network Operation Center
Hi when i start a spamassassin -D, he stop at Net::DNS ... after 1 hours, no change .. CTRL-C for stop it [r...@spam spamassassin]# spamassassin -D [6451] dbg: logger: adding facilities: all [6451] dbg: logger: logging level is DBG [6451] dbg: generic: SpamAssassin version 3.2.5 [6451] dbg: c

Sa-update ==> List of best channel ?

2009-04-24 Thread Phibee Network Operation Center
Hi actually, i use SA-Update with: Sare with: http://daryl.dostech.ca/sa-update/sare And classic Spamassassin .. they have other channel with good result of detection ? Thanks jerome

Bayes and MySQL ? performance ...

2009-04-24 Thread Phibee Network Operation Center
Hi Actually, i have a small lot of SpamAssassin server in 3.2.5 (new install in beta), Each server have a Baye database ... Do you think's that the best solution are a Mutual Bayes Database on one MySQL serveur ? For best performance and HA, what is the best configuration ? One MySQL General

Pyzor ?

2009-04-21 Thread Phibee Network Operation Center
Hi since a small time, my spamassassin server said me : Apr 21 18:56:53 spam-1 spamd[523]: pyzor: check failed: internal error i don't know why ;=) anyone know what is the process for resolv this probleme with my spamassassin ? bye jerome

Specific .CF based on the "to:" header ?

2009-03-12 Thread Phibee Network Operation Center
Hi i am not very specialized in rules for spamassassin .. ;=) i want appli a rule specific1.cf at one destination domain and specific2.cf to domain2 It's possible ? specific.cf include only "whitelist_from *...@xxx" thanks for your help jerome

add a score for same "From:" and "To:"

2009-01-07 Thread Phibee Network Operation Center
Hi anyone have a rules for increase the score when the from: are same that to: ? Thanks jerome

Rules ?

2008-08-29 Thread Phibee Network Operation Center
Hi if i want not use From: or Subject for my rules but another choice into the header Sample: List-Id: List-Unsubscribe: header CHOICE_1 List-Id =~ /mailinglisttest.domaine.fr/ score CHOICE_1 -2.5 header CHOICE_2 List-Unsubscribe =~ /domaine.fr/ score CHOICE_2

Exact Synthax for "To:" scoring ?

2008-03-25 Thread Phibee Network Operation Center
Hi i am search the exact synthaxe for say : header SPEC_DOMAIN To =~ /[EMAIL PROTECTED]/ describe SPEC_DOMAIN Reduc score for domain specific-domain.com score SPEC_DOMAIN -1.3 Apply only one tine -1.3 at all emails that have in To:, Cc: or Bcc: destination to a specif

Spamassassin 3.0.3 and no scan for a domain ?

2005-06-09 Thread Phibee Network operation Center
Hi i use SpamAssassin 3.0.3 with qmail-scanner 1.25st for relaying emails to another server after scan and check ... I want know if it's possible that say at spamassasin don't scan a email for the destination [EMAIL PROTECTED] ? or put into the local.cf a whitelist_for (this option exist ?) [EMA

Re: Disable user verification into spamassassin

2005-06-07 Thread Phibee Network operation Center
Matt Kettler a écrit : At 04:13 AM 6/7/2005, Phibee Network operation Center wrote: Hi i small question on SPamAssassin 3.0.3: Jun 7 10:07:07 gw spamd[3329]: connection from gw.srv2.schevingt.org [127.0.0.1] at port 45929 Jun 7 10:07:07 gw spamd[3329]: handle_user: unable to find user

Disable user verification into spamassassin

2005-06-07 Thread Phibee Network operation Center
Hi i small question on SPamAssassin 3.0.3: Jun 7 10:07:07 gw spamd[3329]: connection from gw.srv2.schevingt.org [127.0.0.1] at port 45929 Jun 7 10:07:07 gw spamd[3329]: handle_user: unable to find user '[EMAIL PROTECTED]'! Jun 7 10:07:07 gw spamd[3329]: Still running as root: user not spec

Problemes => not the same score into spamassassin 3.0.3

2005-05-19 Thread Phibee Network operation Center
Hi i have a small problems and dont see where is my errors .. On my first spamassassin, a email sort: May 19 10:15:49 gw spamd[16048]: connection from srv1.ophelys.org [127.0.0.1] at port 45692 May 19 10:15:49 gw spamd[16048]: info: setuid to root succeeded May 19 10:15:49 gw spamd[16048]: Still r

Relaying Server and sa-learn --spam

2005-05-16 Thread Phibee Network operation Center
Hi i use a Linux Server with Qmail/SpamAssassin 3.0.3/Qmail-Scanner-1.25st ... this server are the first mx contact, receive the email, scan it for AntiSpams and AntiVirus an sent the email to another qmail server on my network. On this server, i don't have mailbox ... i want know what is the pro

Re: SpamAssassin 3.0 and test/check a .cf file ?

2005-05-16 Thread Phibee Network operation Center
ng tests for priority: 0 debug: running header regexp tests; score so far=0 = why he failed to parse line ? Thanks Christoph Petersen a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Phibee Network operation Center schrieb:

SpamAssassin 3.0 and test/check a .cf file ?

2005-05-16 Thread Phibee Network operation Center
Hi i am new into SPamAssassin and i want know if they have a tools for check a personnal .cf files for see if he don't have a error. Thanks for your help smime.p7s Description: S/MIME Cryptographic Signature

SpamAssassin don't see my body instruction ?

2005-05-09 Thread Phibee Network operation Center
Hi i use SpamAssassin 3.0.1 on a qmail/qmail-scanner 1.25st. i have my list into personnal.cf my problems that is SpamAssassin see my instruction: header PERSO_SUJET_18 Subject =~ /New! Vìagra soft/i score PERSO_SUJET_18 3.0 but don't see: body PERSO_CORPS_88 /\C_I_A_