Page MenuHomePhabricator

MetaMTA - make test mail implementation support message id headers by default
ClosedPublic

Authored by btrahan on Oct 27 2014, 7:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 31, 5:44 AM
Unknown Object (File)
Tue, Dec 31, 5:44 AM
Unknown Object (File)
Tue, Dec 31, 5:43 AM
Unknown Object (File)
Tue, Dec 31, 4:52 AM
Unknown Object (File)
Nov 30 2024, 2:32 AM
Unknown Object (File)
Nov 29 2024, 5:07 AM
Unknown Object (File)
Nov 27 2024, 7:31 PM
Unknown Object (File)
Nov 19 2024, 10:27 PM
Subscribers

Details

Summary

Fixes T6372. Apparently ye olde error logs get some crazy spam action as is... Looking around at call sites, we do not specify $config (which could specify the supportage of message id header) so it seems correct to default this to something. I went with "true" as the spot we use this seems like pretty easy stuff that will always work.

Test Plan

lots of thinking

Diff Detail

Repository
rP Phabricator
Branch
T6372
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2892
Build 2896: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to MetaMTA - make test mail implementation support message id headers by default.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

This looks like the correct fix to me.

This revision is now accepted and ready to land.Oct 27 2014, 8:06 PM
This revision was automatically updated to reflect the committed changes.