package rss2email tag 526124 = patch thanks Here is a patch fixing this issue.
-- Etienne Millon
>From c9f8083415e42420f31986fd6510de630df73f93 Mon Sep 17 00:00:00 2001 From: Etienne Millon <[email protected]> Date: Thu, 5 Jan 2012 16:47:50 +0100 Subject: [PATCH] r2e.1 : mention how to use authenticated feeds --- debian/changelog | 3 ++- debian/r2e.1 | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index 140601b..528d34e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ rss2email (1:2.71-0.2) unstable; urgency=low * Non-maintainer upload. * New patch : convert tabs to spaces (Closes: #520911). + * r2e.1 : mention how to use authenticated feeds (Closes: #526124). - -- Etienne Millon <[email protected]> Thu, 13 Oct 2011 12:56:15 +0200 + -- Etienne Millon <[email protected]> Thu, 05 Jan 2012 16:47:07 +0100 rss2email (1:2.71-0.1) unstable; urgency=low diff --git a/debian/r2e.1 b/debian/r2e.1 index e3507c7..c1453a2 100644 --- a/debian/r2e.1 +++ b/debian/r2e.1 @@ -24,6 +24,13 @@ For a quick start with r2e, try these steps: .P The last command should eventually be put into your crontab, if you want things be sent you automatically. +.P +It is possible to use authenticated feeds using the following syntax: +.P +.RS +.nf +.BI "r2e add " http://user:[email protected]/feed +.RE .SH ACTIONS .TP .B new [youremail] -- 1.7.7.3

