Yahoo Mail includes trailing angle brackets in links

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kenneth Porter

    Yahoo Mail includes trailing angle brackets in links

    If you email your users links and wrap the links in angle brackets, beware
    users using Yahoo Mail. It includes the trailing angle bracket in the link,
    preventing it from working. (This was happening with my site's "forgotten
    password" system, so people couldn't reset their passwords.)

    As a workaround, you can have your code check for a trailing ">" and strip
    it before further processing. I submitted a bug report using Yahoo's
    generic bug form, but couldn't find any Mail-specific place to report bugs
    with their service.
  • R. Rajesh Jeba Anbiah

    #2
    |OT| Re: Yahoo Mail includes trailing angle brackets in links

    Kenneth Porter wrote:
    If you email your users links and wrap the links in angle brackets, beware
    users using Yahoo Mail. It includes the trailing angle bracket in the link,
    preventing it from working. (This was happening with my site's "forgotten
    password" system, so people couldn't reset their passwords.)
    >
    As a workaround, you can have your code check for a trailing ">" and strip
    it before further processing. I submitted a bug report using Yahoo's
    generic bug form, but couldn't find any Mail-specific place to report bugs
    with their service.
    Stay up-to-date with the latest Yahoo press releases and media resources. Explore how Yahoo is shaping the future of digital innovation.


    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    • Kenneth Porter

      #3
      Re: |OT| Re: Yahoo Mail includes trailing angle brackets in links

      "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@r ediffmail.comwr ote in
      news:1155460268 .004619.301850@ p79g2000cwp.goo glegroups.com:
      >As a workaround, you can have your code check for a trailing ">" and
      >strip it before further processing. I submitted a bug report using
      >Yahoo's generic bug form, but couldn't find any Mail-specific place
      >to report bugs with their service.
      >
      http://docs.yahoo.com/info/support/contacts/bugs.html
      Yep, that looks like the "generic" form I used to report it.

      Comment

      Working...