Page MenuHomePhabricator

MetaMTA - update documentation and make config a tad easier
ClosedPublic

Authored by btrahan on Feb 10 2015, 12:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 1:30 AM
Unknown Object (File)
Sat, Apr 20, 2:22 AM
Unknown Object (File)
Sat, Apr 20, 2:22 AM
Unknown Object (File)
Sat, Apr 20, 2:22 AM
Unknown Object (File)
Sat, Apr 20, 2:16 AM
Unknown Object (File)
Sat, Apr 20, 1:47 AM
Unknown Object (File)
Tue, Apr 16, 6:07 PM
Unknown Object (File)
Fri, Apr 12, 3:49 PM
Subscribers

Details

Summary

Fixes T7088. Mainly this updates the documentation but I also snuck in tweaking how the domain reply handler is built. This does two main things -- makes the behavior consistent as some applications who didn't override this behavior would send out emails with reply tos AND makes it easier for us to deprecate the custom domain thing on a per application basis, which is just silly. On that note, the main documentation doesn't get into how this can be overridden, though I left in that mini blurb on the config setting itself. We could deprecate this harder and LOCK things if you want as well.

Test Plan

read docs, looked good. reasoned through re-factor

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to MetaMTA - update documentation and make config a tad easier.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/docs/user/configuration/configuring_inbound_email.diviner
61–66

Maaaaybe just omit this since we're probably going to forget to update it until the next major change requires us to revise this doc, and I'd guess that use of these features is need-driven ("I want to create tasks via email, let me figure out how") rather than opportunity-driven ("I can create tasks via email, so I'll do that"), although maybe not. I dunno.

Alternatively, we could add an option to Applications to let you filter by applications with email support to make sure this information is always available and accurate.

This revision is now accepted and ready to land.Feb 12 2015, 6:12 PM
btrahan edited edge metadata.

refine documentation by dropping the list
add support for searching for app email support in /applications/

This revision was automatically updated to reflect the committed changes.