Closed chocolatechipcats closed 3 years ago
There's already special code for Content-Base.
From what I've read, Content-Base
is only for resolving relative URIs in the part(RFC2076). The message part then doesn't contain any relative story URLs, so it shouldn't matter for our purposes--it looks to me like the header is actually being misused.
Consequently, I'm disinclined to give it priority over the content of the message proper.
FYI, the Content-Base
code only executes for a .eml
file when the 'dragged' data type is also 'text/uri-list'
--and then you should get both story URLs, if I read it correctly.
If its 'dragged' data type is 'text/uri-list'
, only the HTML is used--headers are ignored because FFF isn't aware it's a message vs an HTML block.
I am not sure what happened, but when I tested again i couldn't replicate this—it instead pasted in both URLs, which is probably what would happen if it was also an email notification with standard hyperlinks. So I will close this.
I dragged and dropped this message onto FFF:
I expected the URL fetcher to grab 31504985. Instead, it grabbed 22057702 linked in the message body. Is there a way to add priority to the content-base?
Thank you.