Re: [PHP] Re: mail() and Verizon

2004-10-01 Thread Sam Smith
 Hello,
 
 On 10/01/2004 12:47 AM, Sam Smith wrote:
 Can anyone tell why the mail (see below) is not being relayed to
 [EMAIL PROTECTED]:
 
 #Note: There were 2 To: addresses. Below is the header from the successful
 mail to the second address.
 
 Each address will receive different message copies.

I wish.

The problem is the first address is not receiving the message. I suspect the
verizon mail server is rejecting it thinking it's spam because of something
missing in the header.

I put the Note in so no one would be confused by the fact the example mail
*was* delivered successfully.

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



Re: [PHP] Re: mail() and Verizon

2004-10-01 Thread Sam Smith
 have you tried sending the same message, via the same path (i.e.,
 smtp server), but not generated via php, to this recipient?  by
 same that includes the same rfc821 from/return-path.

I logged on to the web server where php is running and did telnet localhost
25
hello ...

The mail was reported to have not been received.

 
 do make certain that your correspondent doesn't have some funky spam
 filtering of their own.

Excellent idea.

 
 the bottom line, however, is that this isn't a php issue. you're
 successfully getting the message, so your script is working fine.

Yes, thanks.

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



Re: [PHP] Re: mail() and Verizon

2004-10-01 Thread Mark

--- Sam Smith [EMAIL PROTECTED] wrote:

  have you tried sending the same message, via the same path (i.e.,
  smtp server), but not generated via php, to this recipient?  by
  same that includes the same rfc821 from/return-path.
 
 I logged on to the web server where php is running and did telnet
 localhost
 25
 hello ...
 
 The mail was reported to have not been received.
 
  
  do make certain that your correspondent doesn't have some funky
 spam
  filtering of their own.
 
 Excellent idea.
 
  
  the bottom line, however, is that this isn't a php issue. you're
  successfully getting the message, so your script is working fine.
 
 Yes, thanks.

I  believe the problem is that Verizon checks the MAIL FROM address
during the SMTP session against the domain portion of the From
header. If they don't match, the mail is rejected (or dropped). This
was an issue for a webboard I use...

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


=
Mark Weinstock
[EMAIL PROTECTED]
***
You can't demand something as a right unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

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



[PHP] Re: mail() and Verizon

2004-09-30 Thread Manuel Lemos
Hello,
On 10/01/2004 12:47 AM, Sam Smith wrote:
Can anyone tell why the mail (see below) is not being relayed to
[EMAIL PROTECTED]:
#Note: There were 2 To: addresses. Below is the header from the successful
mail to the second address.
Each address will receive different message copies.
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php