Open jkufner opened 8 years ago
@jkufner
Hey! This program is very rarely used these days. Did you get this working without SSLv3?
If so how did you do it?
https://github.com/wking/rss2email/issues/91
Any help on this would be very appreciated!
@bbelyea I'm using r2e from Debian packages for years without a problem, except the memory usage and slow storage (it helps if I delete seen links from time to time). I have no idea whether it uses SSLv3 or not, I'm using default config. But it should use system libraries, so it should not care about the protocol. Also I'm using local sendmail, not SMTP. And there is smtp-ssl-protocol = TLSv1
in my config (default value).
Hello,
This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .
If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?
Cheers, Leo
When adding a new feed, I don't want to bother with feed name. URL is fine for me. Custom name may be usable, but mostly is not. So what if r2e add would use URL as feed name?
if there is one arg, then it is both name and url. If there are two arg and second does not start with
http[s]://
and contains@
, then it is e-mail. Otherwise there are all three args.