Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

mail-handler.pl needs to not enforce PGP requirements as early in the process as it does. #31

Open
morrowc opened this issue Dec 2, 2014 · 0 comments

Comments

@morrowc
Copy link
Contributor

morrowc commented Dec 2, 2014

In working through BSG's issues it seems that:

https://github.com/ops-trust/portal/blob/master/library/mail-handler.pl#L264

should probably not test for:
'! hostmaster' && members_only && not-from-self && (undefined-member || ( !member-pgp but tg-gpg-required))

paul's suggesting that checking for GPG here is too early, and that it would be safer to check:
'! hostmaster' && members_only && not-from-self && undefined-member

and fail out as 'not valid sender' in that case instead...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant