22 Feb
2022
22 Feb
'22
11:28 p.m.
Hi there,
I was just reading https://pigeonhole.dovecot.org/ and noticed that all the links to the RFCs are broken. I fixed them via regexp search & replace
curl https://pigeonhole.dovecot.org/ | sed -e 's|https\?://tools.ietf.org/html/rfc\([0-9]\{4\}\)/\?|https://www.ietf.org/rfc/rfc\1.html|g' >Pigeonhole_fixed_rfc_links.html
and attached the resulting page.
Cheers, Patrick.