Closed
Bug 693944
Opened 14 years ago
Closed 8 years ago
All mail headers except To (e.g. In-Reply-To) are not passed from mailto: links (linux)
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: federicoleva, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928224103
Expected results:
This is probably a duplicate of bug 260482 but I can't reopen it, see bug bug 260482 comment 25:
> I've verified that it's not a problem in the browser or mailman, because it
> works with Thunderbird on Windows, but fields are not passed on Ubuntu.
> Currently I'm using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23)
> Gecko/20110922 Thunderbird/3.1.15.
>
> By the way, as a workaround I'm using custom headers added by hand, but it's
> not very handy. http://kb.mozillazine.org/Custom_headers
Comment 1•14 years ago
|
||
So your issue is via the command line right ?
Yes; I've verified it in the command line and that's also the command that the OS uses when you click a mailto link in a browser.
Comment 3•8 years ago
|
||
Rolf, can you test this?
from bug 260482 comment 26
$ thunderbird mailto:debian-devel@lists.debian.org?In-Reply-To=<20040901190002.GA28033@quux.local>&Subject=Re:%20Re:
bash: 20040901190002.GA28033@quux.local: File o directory non esistente
(file or directory not found)
$ thunderbird "mailto:debian-devel@lists.debian.org?In-Reply-To=<20040901190002.GA28033@quux.local>&Subject=Re:%20Re:"
WORKS
Flags: needinfo?(bugzilla.mozilla.org)
Summary: All mail headers except To (e.g. In-Reply-To) are not passed from mailto: links → All mail headers except To (e.g. In-Reply-To) are not passed from mailto: links (linux)
Comment 4•8 years ago
|
||
no need to test, the first command line is simply syntactically wrong. The < and > are not escaped and thus function as redirections in bash. The command works as intended when properly escaped by "" in the second example.
disection:
$ thunderbird mailto:debian-devel@lists.debian.org?In-Reply-To=<20040901190002.GA28033@quux.local>&Subject=Re:%20Re:
translates to
"pass the file 20040901190002.GA28033@quux.local into the command-line 'thunderbird mailto:debian-devel@lists.debian.org?In-Reply-To=' and redirect the output as well as any errors to the file 'Subject=Re:%20Re:'"
That's obviously not the intention. Bash correctly responds with the error of file 20040901190002.GA28033@quux.local being inexistent. This is a case of PEBKAC.
Flags: needinfo?(bugzilla.mozilla.org)
Comment 5•8 years ago
|
||
Closing as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Comment 6•8 years ago
|
||
(In reply to Federico from comment #2)
> Yes; I've verified it in the command line and that's also the command that
> the OS uses when you click a mailto link in a browser.
The bug is then in the OS if anything, that it needs to escape the command properly.
Comment 7•8 years ago
|
||
FWIW, I tested the original problem with https://lists.debian.org/debian-devel/2004/09/msg00050.html and it worked fine for me in Ubuntu Trusty.
You need to log in
before you can comment on or make changes to this bug.
Description
•