[Python-apps-team] Bug#947408: new version broken: extra configuration key: smtp-ssl-protocol

gustavo panizzo gfa at zumbi.com.ar
Mon Jan 13 22:42:48 GMT 2020


Hello

On Thu, Dec 26, 2019 at 10:57:29AM -0400, Joey Hess wrote:
>Package: rss2email
>Version: 1:3.11-1
>Severity: normal
>
>joey at kite:~>r2e run
>2019-12-26 10:45:38,240 [ERROR] extra configuration key: smtp-ssl-protocol
>
>I had not received any feeds at all since Dec 19th,
>which seems consistent with the upgrade to this new version
>getting to my system.
>
>My config file contained:
>
>smtp-ssl-protocol = SSLv3
>

r2e will exit 1 when that option is set


```
$ r2e run
2020-01-13 16:52:09,501 [ERROR] extra configuration key:
smtp-ssl-protocol
$ echo $?
1
```

or any other non-valid option for that matter.

>I didn't set that; an older version of r2e did.

I can only think it was automatically done when the version increased
from 2 to 3 and the config moved from ~/.rss2email/config.py to
~/.config/rss2email.cfg, sometime during 2014


TBH I don't think is worth patching r2e to ignore that option, I will
add an entry in NEWS.Debian for when it reachs stable

>Deleting the line got it working again.
>

:)

thanks for your report (and maintaining rss2email in the past)

-- 
IRC: gfa
GPG: 0x27263FA42553615F904A7EBE2A40A2ECB8DAD8D5
OLD GPG: 0x44BB1BA79F6C6333



More information about the Python-apps-team mailing list