mhonarc-dev

[bug #17860] incorrect nested HTML Tags for references

2006-09-27 08:28:25

URL:
  <http://savannah.nongnu.org/bugs/?17860>

                 Summary: incorrect nested HTML Tags for references
                 Project: MHonArc
            Submitted by: dauti
            Submitted on: Wednesday 09/27/2006 at 15:28
                Category: None
                Severity: 3 - Normal
              Item Group: Undesired Behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Operating System: All
            Perl Version: 5.8.7
       Component Version: 2.6.16
           Fixed Release: 

    _______________________________________________________

Details:

when generating the links for referenced Messages, Mhonarc generates nested
<a href...> Links. 

Example:

$ cat test1
Message-ID: <testid-no-real-address(_at_)example(_dot_)com>
Date: Wed, 27 Sep 2006 11:15:54 +0200

Testbody

$ cat test2
References: <testid-no-real-address(_at_)example(_dot_)com>
Message-ID: <testid-no-real-address2(_at_)example(_dot_)com>
Date: Wed, 27 Sep 2006 11:15:55 +0200


Testbody2
$

Then "mhonarc -rcfile /dev/null test1 test2" generates a msg00001.html with
nested <a href>-Links - a mailto: and a link to the referenced File:

<li><em>References</em>: &lt;<a
href="mailto:testid-no-real-address%40example.com";><a
href="msg00000.html">testid-no-real-address(_at_)example(_dot_)com</a></a>&gt;</li>







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17860>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>
  • [bug #17860] incorrect nested HTML Tags for references, Wolfgang Dautermann <=