Closed
Bug 11769
Opened 25 years ago
Closed 14 years ago
Give filters capability to bounce back e-mail.
Categories
(MailNews Core :: Backend, enhancement, P3)
MailNews Core
Backend
Tracking
(Not tracked)
People
(Reporter: alecf, Unassigned)
References
Details
(Keywords: helpwanted)
from rjhall@earthling.net:
---
I suggest a bounce option in filters
and for individual messages. Ideally this would send the mail
back to the sender showing that it was refused by the recipient.
Of course it would become necessary to then dispose of any
bounced message that comes back as undeliverable to the indicated
sender.
---
We might have to lookup an RFC for how bounced messages are supposed to look, or
we may find that there's no spec for how a CLIENT is supposed to bounce
messages... but it would still be cool.
Updated•25 years ago
|
Target Milestone: M15
Comment 1•25 years ago
|
||
setting M15. BTW, I really wish we had this feature.
Updated•25 years ago
|
Whiteboard: HELP WANTED
Comment 2•25 years ago
|
||
Bulk-resolving requests for enhancement as "later" to get them off the Seamonkey
bug tracking radar. Even though these bugs are not "open" in bugzilla, we
welcome fixes and improvements in these areas at any time. Mail/news RFEs
continue to be tracked on http://www.mozilla.org/mailnews/jobs.html
Comment 3•25 years ago
|
||
Reopen mail/news HELP WANTED bugs and reassign to nobody@mozilla.org
Comment 4•25 years ago
|
||
I don't think this should be implemented if there's the possibility for infinite
bouncing.
Updated•25 years ago
|
Keywords: helpwanted
Updated•25 years ago
|
Summary: [HELP WANTED]Give filters capability to bounce e-mail. → Give filters capability to bounce e-mail.
Whiteboard: HELP WANTED
Target Milestone: M15
OS: Linux → All
QA Contact: lchiang → laurel
Hardware: PC → All
Comment 5•23 years ago
|
||
Maybe a header to indicate that mozilla has bounced it, and then drop it if it
comes back? (just my suggestion)
Comment 6•23 years ago
|
||
KMail, an open source mail client on KDE/Linux has this feature, both as an
action to be taken on specific emails and as a filter action.
Updated•22 years ago
|
Comment 7•22 years ago
|
||
Bug #12916 is not related to this bug. 12916 is about redirecting emails, like
forwarding except that the sender header is unchanged. Bug #109930 is about
forging a server bounce. Updating dependency to reflect...
Comment 8•22 years ago
|
||
Updating summary to indicate more clearly that this is about bouncing back to
original sender. Ther term "bounce" is used in many other clients to redirect
original email to another recipient.
Summary: Give filters capability to bounce e-mail. → Give filters capability to bounce back e-mail.
That would be nice, but the true factor is that 95% of all SPAM mail, if not
more, has a false return path which means the message would never be sendable
back to its original sender. Sad but true.
Comment 10•21 years ago
|
||
You would avoid the bounced mail itself bouncing simply by setting its envelope
sender address to blank (in the SMTP conversation, quite independent of any of
the message headers). This is what MTAs do. If you View Source for a typical
delivery-failure report you will see
Return-Path: <>
From: MAILER-DAEMON@...
Return-Path is added at final delivery (i.e. by the last MTA) and captures the
empty envelope sender address.
Comment 11•21 years ago
|
||
I agree - this would be nice, regardless how possibly ineffective it might be.
Now if only I knew enough about C++ to help (still learning right now). I'll
throw a vote towards this - I haven't used most of the votes I've got anyways.
This feature is also in MailWasher.
Also, seeing as I've switched to Firebird and I'm not going to go back to
Mozilla again, will this bug work for Thunderbird or should I post a
Thunderbird-specific bug? (I checked the TB bugs, and right now this would be a
non-dup.)
Comment 12•21 years ago
|
||
Isn't this a dupe of bug 11034?
Comment 13•21 years ago
|
||
No. See bug 11034 comment 24, if I'm not completely misunderstanding the situation.
Comment 14•21 years ago
|
||
I just tried out MailWasher and this and their learning filters are the things
which I think would be real great enhancements to Mozilla and Firebird.
Can't help in developing as I don't know C++ but would be happy in helping in
the testing.
Updated•20 years ago
|
Severity: normal → enhancement
Updated•20 years ago
|
Product: MailNews → Core
Comment 15•17 years ago
|
||
Bouncing after-the-fact (as opposed to refusing incoming mail) is a bad idea, it contributes more to the spam "problem" than to its solution: see http://www.spamcop.net/fom-serve/cache/329.html for a more detailed explanation.
I move this bug be WONTFIXed.
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 17•14 years ago
|
||
Comment 18•14 years ago
|
||
(In reply to comment #17)
> depends on bug 12916
> dup of bug 11034
I agee.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•