Closed
Bug 443906
Opened 17 years ago
Closed 16 years ago
switch to disable email forwarding in filters
Categories
(Thunderbird :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: noel, Unassigned)
Details
Attachments
(1 file)
2.75 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062908 Iceweasel/3.0 (Debian-3.0~rc2-2)
Build Identifier:
In an enterprise enviroment it is sometimes not allowed to forward emails to your private/other account.
In Thunderbird 1.5, 2.0 it is possible to create a filter which forwards emails to another email address.
The request is have an (compile) option, configuration switch which disables "forward to:" in actions.
Reproducible: Always
Steps to Reproduce:
1.email filters
2.actions
3.forward to:
Actual Results:
to action "forward to:" is available
Expected Results:
the "option "forward to:" is not available
Reporter | ||
Updated•17 years ago
|
Version: unspecified → 2.0
Comment 1•17 years ago
|
||
I very much doubt we would do this on a compile-time option. You could probably write an extension to override that menu, another option could be that we provide a pref to disable various options based on the setting of that pref, you would then be able to lock that preference via our current methods for pref locking.
Summary: REQ: switch to disable email forwarding in filters → switch to disable email forwarding in filters
Reporter | ||
Comment 2•17 years ago
|
||
Yes, this is correct. A preference option would be the best.
Comment 3•17 years ago
|
||
This patch adds a new preference 'mail.forward_restricted' of type boolean, which disables the 'Forward Message to' action in the filters edit dialog
if the preference is set to true.
Question to reviewer: Should a better naming be used? If yes, what name is preferred?
Attachment #330582 -
Flags: review?(dmose)
Comment 4•17 years ago
|
||
I have a hard time imagining there is any real demand for this functionality, and suggest to keep (make) it an extension.
Y'know, that's not the first time I've seen "I have a hard time imagining anyone needs this" in a bug comment that was started with an explanation of who needs it, and it's getting pretty tiresome.
I'm not sure we *care* if you can imagine it.
Comment 6•17 years ago
|
||
Well, IMO the use case is invalid. It's just (possibly) satisfying some corporation use case where that corp refuse to trust their employees. Or rather making it appear that way, taking away functionality without a sane reason. We can add corporate features, but we shouldn't when it's pretty clear they could/should handle it by other means by a) informing employees, b) filter outgoing mail on the server side c) make it an extension
Also , the patch doesn't really disable the forwarding functionality, so anyone could still make a filter at home, drop in the filter file in their profile and have it work.
Comment 7•16 years ago
|
||
Ok, after some discussion with the bug reporter we came to the same conclusion.
Can someone with enough rights close the bug report, please?
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Attachment #330582 -
Flags: review?(dmose)
You need to log in
before you can comment on or make changes to this bug.
Description
•