RE: Re: [NEWBIE GUIDE] For the benefit of new members

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jay Blanchard wrote:
> [snip]
>> This is interesting, I set up the mail line for the CRON to read
>>
>> mail("php-general@xxxxxxxxxxxxx", "[NEWBIE GUIDE] - For benefit of new
>> list members", $msg, "From: php-general@xxxxxxxxxxxxx\r\n" .
> "Reply-To:
>> php-general@xxxxxxxxxxxxx\r\n" . "X-Mailer: PHP/" . phpversion());
>>
>> And the test mail did not appear on the list. Would php-general not
>> recognize itself as a member?
>
> To be honest: I simply don't know.  I'm guessing John Holmes might know
> the answer to this one? ...
> [/snip]
>
> I just tried with a different From address...mine....and still no
> appearance on the list. Interesting to say the least.

Many spam filters will utilize various tests to eliminate email that
doesn't look like it came from a real person.

The most common thing you can change is to make the From line include a
name using an email formatted like:
"PHP General" <php-general@xxxxxxxxxxxxx>

I suspect PHP General also won't take email from itself anyway, so stick
with your own address.

Start comparing the mail headers you are sending with the ones that make
it through to the list.

You'll be able to fool it eventually...

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux