Closed
Bug 939541
Opened 11 years ago
Closed 11 years ago
puppet-changes emails sometimes have a broken header
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(2 files)
874 bytes,
patch
|
dustin
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
1.61 KB,
patch
|
Details | Diff | Splinter Review |
I suspect buffering.
Attachment #833479 -
Flags: review?(dustin)
Updated•11 years ago
|
Attachment #833479 -
Flags: review?(dustin) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment on attachment 833479 [details] [diff] [review]
disable buffering
https://hg.mozilla.org/build/puppet/rev/5a6b6cbc0714
Attachment #833479 -
Flags: checked-in+
Assignee | ||
Comment 2•11 years ago
|
||
In production
Assignee | ||
Comment 3•11 years ago
|
||
This didn't work because autoflush was set for STDOUT, but I should have set it for $mail. I'll address this in bug 939543.
Depends on: 939543
Assignee | ||
Comment 4•11 years ago
|
||
The previous patch didn't work because it disabled buffering only for stdout, but not for $mail.
Attachment #8338509 -
Flags: review?(dustin)
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8338509 [details] [diff] [review]
autoflush $mail
actually nevermind for now...
Attachment #8338509 -
Flags: review?(dustin)
Assignee | ||
Comment 6•11 years ago
|
||
Looks like this offlineimap messing the messages :/
I checked a couple of "broken" ones with the same messages on the server and they are not the same...
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•