mxstbr/pgp.asc

Check if key is valid and throw visible error

Open

#20 ouverte le 27 juil. 2015

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)HTML (5 forks)github user discovery
Backendbughelp wanted

Métriques du dépôt

Stars
 (56 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur