Page MenuHomePhabricator

GPG signed emails confuse phabricator
Closed, WontfixPublic

Description

When sending a GPG signed mail in reply to a phabricator mail, differential creates an attachment: https://reviews.freebsd.org/D3203.

While I don't expect phabricator to verify GPG emails it would be nice if it ignored GPG signatures and didn't create an attachment as a result of each message :\

Event Timeline

eadler raised the priority of this task from to Needs Triage.
eadler updated the task description. (Show Details)
eadler added projects: Mail, Differential.
eadler added a subscriber: eadler.

We are also having this issue at Whonix's phabricator tracker:
https://phabricator.whonix.org/T384#6321

Since this isn't clear from the previous posts: In my case, GPG signed mails ONLY create an attachment. The actual contents of the mail get discarded.

Disregard this. That was a pebkac error. Contents are added as comments, and so it the signature.

epriestley claimed this task.
epriestley added a subscriber: epriestley.

It sounds like behavior here is basically correct/expected (content is treated as content; attachments are treated as attachments) and the original report was a top-posting vs quoting issue perhaps (see also T5181), just not ideal (preferable would be validating the signature, or at least discarding these attachments).

See T13233 for broader discussion of PGP support.