Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Currently, when I receive notifications from Buddypress, I have to log in the site to post a comment on an event, or a reply to a message.

Is there a way to reply directly in the MUA ? My idea was to generate a UUID that would be used as a reply-to field ,e.g. msg.59326d09-821e-4d32-b77c-096ac7507a02@reply.domain.com , find the related event when the message is received using postfix content filter, parse the email body to extract the reply, and to insert the comment into the database.

Is this secure? Can it be done without having high privileges on the server ?

share|improve this question
Do you know what MTA software is running on your server? This would make a difference to the answer. For example, is it Postfix? – AntonChanning Apr 15 at 18:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.