FreeBSD Bugzilla – Attachment 189695 Details for
Bug 214934
mail/rss2email2: filter out bad tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-rss2mail2
svn-diff-rss2mail2 (text/plain), 1.33 KB, created by
Walter Schwarzenfeld
on 2018-01-14 00:50:04 UTC
(
hide
)
Description:
svn-diff-rss2mail2
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2018-01-14 00:50:04 UTC
Size:
1.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 458948) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= rss2email > PORTVERSION= 2.71 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail python > MASTER_SITES= http://www.allthingsrss.com/rss2email/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: files/patch-rss2email.py >=================================================================== >--- files/patch-rss2email.py (nonexistent) >+++ files/patch-rss2email.py (working copy) >@@ -0,0 +1,11 @@ >+--- rss2email.py.orig 2018-01-14 00:42:27 UTC >++++ rss2email.py >+@@ -694,7 +694,7 @@ def run(num=None): >+ for tag in tags: >+ taglist.append(tag['term']) >+ if taglist: >+- tagline = ",".join(taglist) >++ tagline = ",".join(filter(None, taglist)) >+ >+ extraheaders = {'Date': datehdr, 'User-Agent': useragenthdr, 'X-RSS-Feed': f.url, 'X-RSS-ID': id, 'X-RSS-URL': link, 'X-RSS-TAGS' : tagline} >+ if BONUS_HEADER != '': > >Property changes on: files/patch-rss2email.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214934
: 189695