Only mail servers should send bounce email. They know the information needed to send the bounce message. For example, the From address should not receive bounce messages; the SMTP return address should get these. For most email, the from address and the return address. But think about mailing lists where the email is resent to all the members and the return address is changed to mailing list manager.
More importantly, most of the email you are receiving for unused addresses is spam. Spammers will generate mailboxes for domains even when they haven't harvested the address. The bounce messages won't do any good because spammmers forge return and from addresses. The bounces will be going to someone innocent or invalid address. Even if they went to the spammers, the spammers will likely ignore them and not remove the bad addresses from their lists.
The only case where bounces might be useful is if you acquired an old domain, or there used to be separate mailboxes. Then people might be legitimately using old addresses. I would suggest seeing if your ISP can do mail delivery for just the addresses that you use and bounce all the others at their server.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.