Re: bayes table crashed

2010-06-16 Thread Henrik K
On Tue, Jun 15, 2010 at 12:48:37PM -0600, LuKreme wrote: When trying to dump the local MySQL databases I get: mysqldump: Got error: 145: Table './bayes/bayes_token' is marked as crashed and should be repaired when using LOCK TABLES Anything I need to be aware of? Never use MyISAM tables

Re: List of cell phone company hosts

2010-06-16 Thread Matus UHLAR - fantomas
please configure your mailer to wrap lines below 80 characters per line. 72 to 75 is usually OK. On Jun 11, 2010, at 7:23 PM, Marc Perkel wrote: Also - I'd like to make a list of host names where email from celll phones comes from. Does anyone have a list of domain name or host names where

Re: RTF casino spams

2010-06-16 Thread RW
On Wed, 16 Jun 2010 12:11:26 +0200 Marcus li...@localguru.de wrote: Helo, could someone send me a working rule against these empty emails with RTF attchments, which contains links to online casinos? Karsten Bräckelmann posted a useful rule for rtf spams

SpamAssassin Integration

2010-06-16 Thread Gnanam
Hi, I want to integrate SpamAssassin in my web-based application to test spam score of the email content that our application User's wish to send in mail composing page itself - even before sending. When I say mail composing page here, it is not an email client like Outlook, Outlook Express,

Re: RTF casino spams

2010-06-16 Thread Jari Fredriksson
On 16.6.2010 14:54, RW wrote: On Wed, 16 Jun 2010 12:11:26 +0200 Marcus li...@localguru.de wrote: Helo, could someone send me a working rule against these empty emails with RTF attchments, which contains links to online casinos? Karsten Bräckelmann posted a useful rule for rtf spams

Re: SpamAssassin Integration

2010-06-16 Thread Jari Fredriksson
On 16.6.2010 17:18, Gnanam wrote: Hi, I want to integrate SpamAssassin in my web-based application to test spam score of the email content that our application User's wish to send in mail composing page itself - even before sending. When I say mail composing page here, it is not an email

Re: SpamAssassin Integration

2010-06-16 Thread Charles Gregory
On Wed, 16 Jun 2010, Gnanam wrote: I want to integrate SpamAssassin in my web-based application to test spam score of the email content... If this is your own custom web software, then it is as simple as adding a call to spamassassin (or spamc) in the same area of the script that validates

Re: bayes table crashed

2010-06-16 Thread Alex
Hi, mysqldump: Got error: 145: Table './bayes/bayes_token' is marked as crashed and should be repaired when using LOCK TABLES Anything I need to be aware of? Never use MyISAM tables for Bayes. I am working on migrating bayes here to MySQL, and have found this document:

Re: SpamAssassin Integration

2010-06-16 Thread Frank Heydlauf
Hi, On Wed, Jun 16, 2010 at 07:18:57AM -0700, Gnanam wrote: I want to integrate SpamAssassin in my web-based application to test spam score of the email content that our application User's wish to send in mail composing page itself - even before sending. When I say mail composing page

Re: SA not filtering on distribution lists??!

2010-06-16 Thread Ted Mittelstaedt
Well I have a bit more info on this now. The problem goes away IF I put the aliases as usernames into the password file For example: tedm - in password file eatme - not in password file /etc/mail/aliases eatme: tedm problem happens. tedm - in password file eatme - ALSO in password file

Re: SA not filtering on distribution lists??!

2010-06-16 Thread Martin Gregorie
On Wed, 2010-06-16 at 12:14 -0700, Ted Mittelstaedt wrote: Well I have a bit more info on this now. The problem goes away IF I put the aliases as usernames into the password file What you've demonstrated is that this is an MTA problem whose implications depend critically on when and how the

Re: SA not filtering on distribution lists??!

2010-06-16 Thread Ted Mittelstaedt
On 6/16/2010 1:15 PM, Martin Gregorie wrote: On Wed, 2010-06-16 at 12:14 -0700, Ted Mittelstaedt wrote: Well I have a bit more info on this now. The problem goes away IF I put the aliases as usernames into the password file What you've demonstrated is that this is an MTA problem whose

Re: SA not filtering on distribution lists??!

2010-06-16 Thread Martin Gregorie
On Wed, 2010-06-16 at 15:27 -0700, Ted Mittelstaedt wrote: OK after rereading the docs for spamass-milter and your explanation I think the light dawned. Yep, your view looks right. I can't say more because once I got a look at sendmail configuration and saw the huge chunks missing from the

Re: SpamAssassin Integration

2010-06-16 Thread Gnanam
If this is your own custom web software, then it is as simple as adding a call to spamassassin (or spamc) in the same area of the script that validates things like the format of e-mail addresses. I want to do spam score test for only the email content part of the email message. In that