Re: [PHP] Working with overly aggressive anti-spam measures [SOLVED]

2006-10-12 Thread Richard Lynch
On Wed, October 11, 2006 9:14 pm, Google Kreme wrote: > On 10 Oct 2006, at 19:57 , Dave M G wrote: >> It took me a little while to realize that the Spamassassin always >> says that an email is possible scam if it has any score above zero, >> but it takes a score of 5.0 to actually be deleted as spa

Re: [PHP] Working with overly aggressive anti-spam measures [SOLVED]

2006-10-11 Thread Google Kreme
On 10 Oct 2006, at 19:57 , Dave M G wrote: It took me a little while to realize that the Spamassassin always says that an email is possible scam if it has any score above zero, but it takes a score of 5.0 to actually be deleted as spam. No no no, this is not at all true. First off, Spamassa

Re: [PHP] Working with overly aggressive anti-spam measures [SOLVED]

2006-10-11 Thread Richard Lynch
On Tue, October 10, 2006 8:57 pm, Dave M G wrote: > It took me a little while to realize that the Spamassassin always says > that an email is possible scam if it has any score above zero, but it > takes a score of 5.0 to actually be deleted as spam. I checked through > a > bunch of emails in my inb

Re: [PHP] Working with overly aggressive anti-spam measures [SOLVED]

2006-10-10 Thread Dave M G
Travis, Richard, Chris, Thank you for your helpful advice. I've managed to set the Return-Path correctly now, and Spamassassin is now only giving me the whitelist error, which I don't think I'm going to get rid of. It took me a little while to realize that the Spamassassin always says that

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-10 Thread Travis Doherty
Dave M G wrote: > 1. Spamassassin says: > > Spam detection software, running on the system "homebase", has > identified this incoming email as possible spam. [...] > > Content analysis details: (0.3 points, 5.0 required) > > pts rule name description > -- >

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-10 Thread Richard Lynch
On Tue, October 10, 2006 3:01 am, Dave M G wrote: > Content analysis details: (0.3 points, 5.0 required) > > pts rule name description > -- > -- > 0.3 AWLAWL: From: address is in the auto >

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-10 Thread Richard Lynch
On Mon, October 9, 2006 9:01 pm, Chris wrote: > You can't change that parameter if safe-mode is on for the server or > if > exim doesn't have the webserver user as a 'trusted-user' (I think only > exim is affected by this particular issue). Almost-for-sure sendmail has the same issue. Or maybe yo

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-10 Thread Richard Lynch
On Mon, October 9, 2006 8:55 pm, Dave M G wrote: > If possible, can anyone help me with creating the PHP code that will > make an email as legitimate as it can be? I know I can't totally > prevent > my email from being marked as spam (after all, if it were possible, > all > the spammers would do it

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-10 Thread Chris
Dave M G wrote: Travis, Chris, Thank you for your advice. I've installed spamassassin and I'm using it to monitor how well my PHP generated emails rate as spam. So far, I'm not doing well. I have two main issues so far: 1. Spamassassin says: Spam detection software, running on the system "

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-10 Thread Dave M G
Travis, Chris, Thank you for your advice. I've installed spamassassin and I'm using it to monitor how well my PHP generated emails rate as spam. So far, I'm not doing well. I have two main issues so far: 1. Spamassassin says: Spam detection software, running on the system "homebase", has id

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-09 Thread Travis Doherty
Dave M G wrote: > PHP List, > > I run a few various social groups, and with each one I keep in contact > with members by emailing them short newsletters. > > All my user information is stored in a MySQL database. I use PHP to > get the relevant contact information, and use the mail() command to >

Re: [PHP] Working with overly aggressive anti-spam measures

2006-10-09 Thread Chris
Dave M G wrote: PHP List, I run a few various social groups, and with each one I keep in contact with members by emailing them short newsletters. All my user information is stored in a MySQL database. I use PHP to get the relevant contact information, and use the mail() command to send out

[PHP] Working with overly aggressive anti-spam measures

2006-10-09 Thread Dave M G
PHP List, I run a few various social groups, and with each one I keep in contact with members by emailing them short newsletters. All my user information is stored in a MySQL database. I use PHP to get the relevant contact information, and use the mail() command to send out the emails one by