Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Using OS EL Caption 10.11.4, thundebird 38.7.2. attaching signature in HTML with web address, email attaching the contend of webpage. how to stop this?

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 Zenos

more options

HTML format signature with web address in the format http://www.a-pactrade.com/ attaching the content of the web to the out going mails

HTML format signature with web address in the format http://www.a-pactrade.com/ attaching the content of the web to the out going mails

被采纳的解决方案

There are several things going on in your email that make me uneasy.

But, the main thing is that where the link to your site has been entered, you have this:

moz-do-not-send="false"

and if you changed this "false" to "true", it should no longer include the contents of the link. (This is in the link attached to the image.)

Now, you have this:

<div class="moz-signature">
         <meta http-equiv="content-type" content="text/html;
           charset=iso-8859-15">
         <br>
         <div class="moz-signature"><br>
           <div class="moz-signature"><br>
             <div class="moz-signature">
               <div class="moz-signature">
                 <div class="moz-signature"> <br>
                   <div class="moz-signature">
                     <div class="moz-signature">
                       <div class="moz-signature">
                         <div class="moz-signature"><br>
                         …
                          </div>
                       </div>
                     </div>
                   </div>
                 </div>
               </div>
             </div>
           </div>
         </div>
       </div>
     </div>
   </div>

I don't know how that has happened; possibly successive re-editings of your message or the signature. Most of these <div>…</div> pairs are empty so could safely be removed without doing any harm at all.

You have used Word to generate some or all of your signature. There are almost 400 lines of stuff like this:

<w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>JA</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
  <w:BreakWrappedTables/>
  <w:SnapToGridInCell/>
  <w:WrapTextWithPunct/>
  <w:UseAsianBreakRules/>
  <w:DontGrowAutofit/>
  <w:SplitPgBreakAndParaMark/>
  <w:EnableOpenTypeKerning/>
  <w:DontFlipMirrorIndents/>
  <w:OverrideTableStyleHps/>
  <w:UseFELayout/>
  </w:Compatibility>
  …

which is pretty much worthless and redundant.

定位到答案原位置 👍 0

所有回复 (2)

more options

Could you send me a message so I can see what arrives?

xenos at gmx dot co dot uk

Is there anything else in the signature other than the link? Is it bare text, or a fancy link like this?

more options

选择的解决方案

There are several things going on in your email that make me uneasy.

But, the main thing is that where the link to your site has been entered, you have this:

moz-do-not-send="false"

and if you changed this "false" to "true", it should no longer include the contents of the link. (This is in the link attached to the image.)

Now, you have this:

<div class="moz-signature">
         <meta http-equiv="content-type" content="text/html;
           charset=iso-8859-15">
         <br>
         <div class="moz-signature"><br>
           <div class="moz-signature"><br>
             <div class="moz-signature">
               <div class="moz-signature">
                 <div class="moz-signature"> <br>
                   <div class="moz-signature">
                     <div class="moz-signature">
                       <div class="moz-signature">
                         <div class="moz-signature"><br>
                         …
                          </div>
                       </div>
                     </div>
                   </div>
                 </div>
               </div>
             </div>
           </div>
         </div>
       </div>
     </div>
   </div>

I don't know how that has happened; possibly successive re-editings of your message or the signature. Most of these <div>…</div> pairs are empty so could safely be removed without doing any harm at all.

You have used Word to generate some or all of your signature. There are almost 400 lines of stuff like this:

<w:WordDocument>
 <w:View>Normal</w:View>
 <w:Zoom>0</w:Zoom>
 <w:TrackMoves/>
 <w:TrackFormatting/>
 <w:PunctuationKerning/>
 <w:ValidateAgainstSchemas/>
 <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
 <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
 <w:DoNotPromoteQF/>
 <w:LidThemeOther>EN-US</w:LidThemeOther>
 <w:LidThemeAsian>JA</w:LidThemeAsian>
 <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
 <w:Compatibility>
  <w:BreakWrappedTables/>
  <w:SnapToGridInCell/>
  <w:WrapTextWithPunct/>
  <w:UseAsianBreakRules/>
  <w:DontGrowAutofit/>
  <w:SplitPgBreakAndParaMark/>
  <w:EnableOpenTypeKerning/>
  <w:DontFlipMirrorIndents/>
  <w:OverrideTableStyleHps/>
  <w:UseFELayout/>
  </w:Compatibility>
  …

which is pretty much worthless and redundant.

由Zenos于修改