Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2016 22:28:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214934] mail/rss2email2
Message-ID:  <bug-214934-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214934

            Bug ID: 214934
           Summary: mail/rss2email2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jonathan@invertedearth.net
                CC: srg@guglielmo.us
             Flags: maintainer-feedback?(srg@guglielmo.us)
                CC: srg@guglielmo.us

I ran into an (apparently documented, but very old) bug yesterday. Turns out
it's fixed in Debian with a one-line patch, which can be found here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D734327;msg=3D5

The bug is basically triggered by malformed rss feeds. The fix comes down to
filtering out bad tags with a kludge like:

- tagline =3D ",".join(taglist)
+ tagline =3D ",".join(filter(None, taglist))

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214934-13>