mxstbr/pgp.asc

Check if key is valid and throw visible error

Open

#20 geöffnet am 27. Juli 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (5 Forks)github user discovery
Backendbughelp wanted

Repository-Metriken

Stars
 (56 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Currently, in person.rb, if there is a file at domain.tld/pgp.asc which is not a valid PGP key, it still gets imported by GPGME, but the mail fails to send and Heroku throws an error. This could be handled better with a visible error on the webpage, I haven't found a way to check for the validity of a PGP key yet though.

Contributor Guide