Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
Thank you all for your advices. I have checked the Maia DB (table awl) and I have a lot of records mailer-daemon%.ru with a negative scores. In conclusion, I have a lot of spam scoring between 0..5 (2.5, 2.8, etc) but not been considered spam. So, I think that deleting this records from the DB coul

Re: Yet another thread about AWL

2012-02-22 Thread Benny Pedersen
Den 2012-02-22 09:46, Antonio Gutiérrez Mayoral skrev: What do you think about that? i dont think

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
2012/2/21 Bowie Bailey > > > $ spamassassin --remove-addr-from-whitelist u...@example.com > > -- > Bowie > Seems that it's not working for me. I have called spamassassin --remove-addr-from-whitelist but row is still on the MySQL database... cmsa1:/tmp # spamassassin --remove-addr-from-whitelist

Re: Yet another thread about AWL

2012-02-22 Thread Benny Pedersen
Den 2012-02-22 10:17, Antonio Gutiérrez Mayoral skrev: 2012/2/21 Bowie Bailey $ spamassassin --remove-addr-from-whitelist u...@example.com cmsa1:/tmp # spamassassin --remove-addr-from-whitelist spamassassin -R spammsg.file sa-learn --spam --showdots spammsg.file do this for every bounce ema

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
Im afraid that it doesnt anything :-( cmsa1:/tmp # spamassassin -R foo.dat SpamAssassin auto-whitelist: removing address: xx...@zz.es SpamAssassin auto-whitelist: removing address: mailer-dae...@relay.hostingconsult.ru SpamAssassin auto-whitelist: removing address: m...@checklicense.ru SpamAssass

Re: Yet another thread about AWL

2012-02-22 Thread Michael Scheidell
On 2/22/12 5:14 AM, Antonio Gutiérrez Mayoral wrote: But in the MySQL shows up the record... usernameemailipcount totscore vscan mailer-dae...@relay.hostingconsult.ru 194.587 -2.393 disable AWL. it is depraca

HOW to setup an URIBL?

2012-02-22 Thread Michelle Konzack
Hi Experts (Mark?), I was some days in hostpital and in the meantime I was hit be several million spams which where not detected by spamassassin. My secondary stage of spamfilter (procmail based) has found nearly all without any False-Positives, but this mean, I have to filter AFTER my M

Re: HOW to setup an URIBL?

2012-02-22 Thread Axb
On 02/22/2012 12:59 PM, Michelle Konzack wrote: Hi Experts (Mark?), I was some days in hostpital and in the meantime I was hit be several million spams which where not detected by spamassassin. My secondary stage of spamfilter (procmail based) has found nearly all without any False-Pos

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
Now, Im very confused. I have configured to NOT Use AWL. # Auto-Whitelist configuration # Deshabilitar Auto-whitelist use_auto_whitelist 0 in /etc/mail/spamassassin/local.cf I have checked with spamassassin --lint the config and restart spamd. I am still seeing AWL triggered on the amavis

Re: Yet another thread about AWL

2012-02-22 Thread Duane Hill
On Wednesday, February 22, 2012 at 12:36:31 UTC, aguti...@gmail.com confabulated: > Now, Im very confused. I have configured to NOT Use AWL. > # Auto-Whitelist configuration > # Deshabilitar Auto-whitelist > use_auto_whitelist 0 > in /etc/mail/spamassassin/local.cf > I have checked with s

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
I have tried in two ways: 1) commenting out AWL loadplugin line in v310.pre, restarting spamd. Amavis log is showing that AWL rules are still triggered. 2) commenting out AWL loadplugin line in v310.pre, and including "use_auto_whitelist 0" in local.cf. spamassassin --lint produces an error.

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
I have just discovered that I have a .spamassassin directory under /var/spool/amavis/, the home directory of the vscan user (who is running amavis and call SA). Under this directory are two files, auto-whitelist and user_prefs. Maybe user_prefs file are overriding local.cf ? All settings in user_p

Re: Yet another thread about AWL

2012-02-22 Thread Michael Scheidell
On 2/22/12 7:36 AM, Antonio Gutiérrez Mayoral wrote: I have checked with spamassassin --lint the config and restart spamd. I am still seeing AWL triggered on the amavis log: and, you don't use spamd with amavisd-new. -- Michael Scheidell, CTO o: 561-999-5000 d: 561-948-2259 >*| *SECNAP Netw

Re: Yet another thread about AWL

2012-02-22 Thread Duane Hill
On Wednesday, February 22, 2012 at 13:04:31 UTC, aguti...@gmail.com confabulated: > I have tried in two ways: > 1) commenting out AWL loadplugin line in v310.pre, restarting spamd. Amavis > log is showing that AWL rules are still triggered. > 2) commenting out AWL loadplugin line in v310.pre, an

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
Oh, thank you! I though that restarting spamd was sufficient. 2012/2/22 Duane Hill > On Wednesday, February 22, 2012 at 13:04:31 UTC, > agutierr@gmail.comconfabulated: > > > I have tried in two ways: > > > 1) commenting out AWL loadplugin line in v310.pre, restarting spamd. > Amavis > > log is

Re: Yet another thread about AWL

2012-02-22 Thread Michael Scheidell
On 2/22/12 8:17 AM, Antonio Gutiérrez Mayoral wrote: Oh, thank you! I though that restarting spamd was sufficient. you don't run spamd at all with amavisd-new. just wasting ram/cpu/swap. -- Michael Scheidell, CTO o: 561-999-5000 d: 561-948-2259 >*| *SECNAP Network Security Corporation * B

Re: Yet another thread about AWL

2012-02-22 Thread Antonio Gutiérrez Mayoral
Ok, after restarting amavisd-new its working without AWL plugin. Thank you all for your replies. Im going to try a while without AWL to see results. Thank you so much. Antonio. 2012/2/22 Michael Scheidell > On 2/22/12 8:17 AM, Antonio Gutiérrez Mayoral wrote: > >> Oh, thank you! I though that

Re: HOW to setup an URIBL?

2012-02-22 Thread Michelle Konzack
Hello Axb, Am 2012-02-22 13:33:11, hacktest Du folgendes herunter: > This is a pretty good guide to start off with: > http://www.surbl.org/surbl-nameserver-setup Sorry, but this is not what I need, because the list is to slow with updates... It takes 6-8 hourt to get new URIs ito the zone...

Re: HOW to setup an URIBL?

2012-02-22 Thread Axb
On 02/22/2012 10:26 PM, Michelle Konzack wrote: Hello Axb, Am 2012-02-22 13:33:11, hacktest Du folgendes herunter: This is a pretty good guide to start off with: http://www.surbl.org/surbl-nameserver-setup Sorry, but this is not what I need, because the list is to slow with updates... It

Re: HOW to setup an URIBL?

2012-02-22 Thread Plant It Web Hosting Administrator
I created this a while back. Not sure this is what you want, but it works with Spamassassin. http://www.my-webz.net/MyLocalURIBLInstall.html Gene -Original Message- From: Michelle Konzack Sent: Wednesday, February 22, 2012 3:26 PM To: users@spamassassin.apache.org Subject: Re: HOW to

Re: HOW to setup an URIBL?

2012-02-22 Thread Axb
On 02/22/2012 10:59 PM, Plant It Web Hosting Administrator wrote: I created this a while back. Not sure this is what you want, but it works with Spamassassin. http://www.my-webz.net/MyLocalURIBLInstall.html FTR, rbldnsd is VERY lighweight and optimized for BL serving - doesn't need zone reload

Re: HOW to setup an URIBL?

2012-02-22 Thread David B Funk
On Wed, 22 Feb 2012, Michelle Konzack wrote: Hello Axb, Am 2012-02-22 13:33:11, hacktest Du folgendes herunter: This is a pretty good guide to start off with: http://www.surbl.org/surbl-nameserver-setup Sorry, but this is not what I need, because the list is to slow with updates... It t

Re: HOW to setup an URIBL?

2012-02-22 Thread Benny Pedersen
Den 2012-02-22 22:26, Michelle Konzack skrev: I need my own independant working URIBL server where I can add my own captured URIs. install rbldnsd, make domains urla listed there, next step is: a: dump zone into bind zone file, uses more ram, but is more performance b: run rbldnsd binded

Re: HOW to setup an URIBL?

2012-02-22 Thread Per Jessen
Michelle Konzack wrote: > Hello Axb, > > Am 2012-02-22 13:33:11, hacktest Du folgendes herunter: >> This is a pretty good guide to start off with: >> http://www.surbl.org/surbl-nameserver-setup > > Sorry, but this is not what I need, because the list is to slow > with updates... It takes 6-

fired rules count ..rule

2012-02-22 Thread Amedeo Rinaldo
Is there a way/rule to count the fired ruled number ? I've google a lot with no results (surely my fault ..wrong keywords) ..thanks for any help ── Amedeo Rinaldo * Relax, Take It Easy.. *