Re: Bayes and mysql Was: [Q] Writing rule for career opportunity type messages

2011-06-30 Thread JKL
On 06/30/2011 09:03 PM, Axb wrote: > On 2011-06-30 20:51, JKL wrote: >> I finally sorted out the database so that it really had the rights it >> needed. ( /me coughs and hides in the corner. ) > > no worries.. we've all been there, at one time or another > >&g

Re: Bayes and mysql Was: [Q] Writing rule for career opportunity type messages

2011-06-30 Thread JKL
On 06/30/2011 06:29 PM, Axb wrote: > Your debug data sez: > > On 2011-06-30 18:19, J4K wrote: >> Learned tokens from 0 message(s) (1 message(s) examined) > > permissions? > > -D will usually give you a good pointer on what's going on. > (thanks JM for beating that into my single cell brain) Hi,

Re: [Q] Writing rule for career opportunity type messages

2011-06-29 Thread JKL
On 06/29/2011 09:15 PM, John Hardin wrote: > On Wed, 29 Jun 2011, JKL wrote: > >> mysql> select count(spam_count) from bayes_vars; >> +---+ >> | count(spam_count) | >> +---+ >> | 185 | >> +-

Re: [Q] Writing rule for career opportunity type messages

2011-06-29 Thread JKL
On 06/29/2011 08:50 PM, Lawrence @ Rogers wrote: > On 29/06/2011 3:59 PM, JKL wrote: >> On 06/29/2011 04:59 PM, John Hardin wrote: >>> On Wed, 29 Jun 2011, J4K wrote: >>> >>>> Over the past few months I noticed an increase in 'Start New >>>>

Re: [Q] Writing rule for career opportunity type messages

2011-06-29 Thread JKL
On 06/29/2011 04:59 PM, John Hardin wrote: > On Wed, 29 Jun 2011, J4K wrote: > >> Over the past few months I noticed an increase in 'Start New Employment >> Today | Career Opportunity' style email. The rules I use, that are >> pretty much stock rules, correctly tag the email as spam. Usually the >>

[Q] Best practice : spamass-milter headers for SA post-processing

2011-03-22 Thread JKL
Hi, I have spamass-milter as an SMTP milter on the front end of postfix. Spamc for post-processing. For quite a while, I had the spamass-milter on the front-end, and then postfix passes it to spamc for processing, and then the result is passed to Dovecot for delivery. I see that the milter

Re: Spamd hits 100% and times out - Started today

2011-03-20 Thread JKL
On 03/20/2011 10:04 PM, Karsten Bräckelmann wrote: > On Sun, 2011-03-20 at 21:37 +0100, JKL wrote: >> I noticed a problem that started this morning, where postfix was >> timing out whilst talking with the spamass-milter. Looking further into >> this, I see that sometime

Re: Spamd hits 100% and times out - Started today

2011-03-20 Thread JKL
On 03/20/2011 09:53 PM, Robert Schetterer wrote: > Am 20.03.2011 21:37, schrieb JKL: >> --max-children 3 > perhaps high this one > > I thought 3 was the default. Opps. > check for timeouts in > dns related stuff like rbls > and/or thing like razor,pyzor,dcc local.cf h

Spamd hits 100% and times out - Started today

2011-03-20 Thread JKL
Happy weekend everybody, I noticed a problem that started this morning, where postfix was timing out whilst talking with the spamass-milter. Looking further into this, I see that sometimes spamd PIDs still at 100%. Its been running the milter on it for many months. PID USER PR NI VI

[SOLVED] Re: Accidentally misread a message into sa-learn. (Solution: Use sa-learn --forget)

2011-03-19 Thread JKL
On 03/19/2011 10:48 PM, JKL wrote: > Good evening, and good weekend, > > I made a silly mistake in the dB. > > *** What happened > Whilst experimenting with some Logwatch options, I increased the > granularity. This meant the Email report to me contained content that &

Accidentally misread a message into sa-learn.

2011-03-19 Thread JKL
Good evening, and good weekend, I made a silly mistake in the dB. *** What happened Whilst experimenting with some Logwatch options, I increased the granularity. This meant the Email report to me contained content that correctly tripped SA. ). Sadly, this tripped me over & I though SA needed

Re: Fwd: RE: alert: New event: ET EXPLOIT Possible SpamAssassin Milter Plugin Remote Arbitrary Command Injection Attempt

2011-02-10 Thread JKL
Hi, Seems ok with postfix unless I missed something, which is possible. $ telnet klunky.co.uk 25 Trying 62.58.61.184... Connected to logout.klunky.co.uk. Escape character is '^]'. 220 klunky.co.uk ESMTP Postfix ehlo klunky.co.uk 250-klunky.co.uk 250-PIPELINING 250-SIZE 2048 250-ETRN 250-START

Re: spamass-milter - mailing list

2011-01-25 Thread JKL
On 01/25/2011 08:33 PM, Joe Sniderman wrote: > On 01/25/2011 02:29 PM, JKL wrote: >> Hi there, >> >> Is there a mailing list specifically for problems arising from >> spamass-milter? > There is a spamass-milter mailing list, yes: > http://lists.nongnu.org/m

spamass-milter - mailing list

2011-01-25 Thread JKL
Hi there, Is there a mailing list specifically for problems arising from spamass-milter? I did not see one from my Google search. Regards, S

Fwd: Re: Q about short-circuit over ruling blacklisting rule

2011-01-17 Thread JKL
On 01/17/2011 09:29 PM, Michael Scheidell wrote: > On 1/17/11 3:27 PM, JKL wrote: >> Hi there, >> >> Why would this be delivered into the user mailbox when the Sender >> address is blacklisted by the user? Did I misunderstand the >> short-

Q about short-circuit over ruling blacklisting rule

2011-01-17 Thread JKL
Hi there, Why would this be delivered into the user mailbox when the Sender address is blacklisted by the user? Did I misunderstand the short-circuit effect? Best wishes. ---

SUMMARY Re: config: SQL error: Access denied for user 'spamassassin'@'localhost' (using password: YES)

2011-01-08 Thread JKL
Thank-you goes to Gary V and Jari Frediksson for spotting the obvious that I could not. On 01/08/2011 02:30 PM, Jari Fredriksson wrote: > On 8.1.2011 13:44, JKL wrote: > >> user_scores_sql_password A()xxx!!*-44 >> user_scores_sql_username spamassassin &g

config: SQL error: Access denied for user 'spamassassin'@'localhost' (using password: YES)

2011-01-08 Thread JKL
Dear List, Many thanks for SpamAssassin. Quick question: I used this guide to configure SA to connect to mysql:- http://wiki.apache.org/spamassassin/UsingSQL ...And also read this about the mysql connector: http://svn.apache.org/repos/asf/spamassassin/tags/spamassassin_current_release