On Fri, Feb 27, 2026 at 05:03:33PM +0100, Pontus Goffe via Dng wrote:
>
> At 2026-02-27 14:42 Haines Brown wrote:
> > I suspect the the indent for the ssl line was done with a tab,
> > and when I replaced it the four spaces (same length as the tab)
> > the problem disappeared.
> >
> I can mix tabs and spaces so its not generic anyway.
> See i "fetchmail --version" brings better luck.
>
> Whats in your ssl line? Excluding eventual secrets I mean.
> //PG
Here is a paste of the stanza that does not work:
# poll mail.historicalMaterialism.info
# service 110
# proto POP3
# user "brown@???
# password "..."
# sslproto ''
And here is the working stanza:
poll mail.historicalMaterialism.info
service 110
proto POP3
user "brownh@???"
password "..."
sslproto ''
Do you see any difference?
Haines