Re: Where does email get bounced to?
- From: "Twayne" <nobody@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 27 Apr 2008 17:23:17 GMT
Using Apache + PHP on linux.
Say I use php to send an email, and that email bounces.
Where does it end up?
Can I force the return address so it would consistently go to a
particular address?
Thanx
To legitimately "bounce", an e-mail must be returned to the sending IP
with a code that says it can't be accepted. That server in turn returns
it to the Sender via the same chain it arrived in.
Accepting an e-mail and THEN bouncing it later is also possible, is
frowned upon, and very often "bounces" the e-mail to an innocent party,
NOT the sender, since it may use the forged envelope information to
determine where to send the bounce TO. This is not a "bounce"; it's a
New Mail being sent out! Since effectively ALL spam has forged headers,
this type of returning mail will always send the bounce to the wrong
person, and innocent party, effectively spamming that person and making
YOU open to spam complaints.
So, when you bounce, to do so correctly, you must do it during the
initial attempt to send you the e-mail and while you are still connected
to the IP; that way the spam/whatever doesn't even traverse the network
when you refuse it.
Feel free to research what I'm telling you with authorative sources; if
you can't find any, let me know and I can set you up but right now I'm
in a hurry.
My 2 ¢
.
- Follow-Ups:
- Re: Where does email get bounced to?
- From: Preventer of Work
- Re: Where does email get bounced to?
- References:
- Where does email get bounced to?
- From: Preventer of Work
- Where does email get bounced to?
- Prev by Date: Re: Where does email get bounced to?
- Next by Date: Re: Where does email get bounced to?
- Previous by thread: Re: Where does email get bounced to?
- Next by thread: Re: Where does email get bounced to?
- Index(es):
Relevant Pages
|