[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #27 from Mikhail Teterin --- Eugene, I've concluded long ago, you have no real interest in this work -- the points you're raising (with the possible exception of respecting WITHOUT_FILE) amount to bikeshed-painting. You could've

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #26 from Eugene Grosbein --- (In reply to Mikhail Teterin from comment #25) The patch still has multiple issues: - cron.8 part is corrupted, please check it out carefully; - the change for usage() function still has the bug I

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Mikhail Teterin changed: What|Removed |Added Attachment #188784|0 |1 is obsolete|

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2018-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #24 from Eugene Grosbein --- (In reply to Mikhail Teterin from comment #23) While I do not object against the feature and understand if could be useful for some part of user base, I still do not think it is cron's job to check

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2018-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #23 from Mikhail Teterin --- I certainly do. However, I have a feeling, the work would complete faster, if an actual src-committer took it upon himself to finish it to HIS satisfaction. The changes Eugene requested could _easil

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2018-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Kyle Evans changed: What|Removed |Added CC||kev...@freebsd.org --- Comment #22 fr

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2018-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Eitan Adler changed: What|Removed |Added Status|In Progress |Open -- You are receiving this mail

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2018-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #21 from Eitan Adler --- For bugs matching the following conditions: - Status == In Progress - Assignee == "b...@freebsd.org" - Last Modified Year <= 2017 Do - Set Status to "Open" -- You are receiving this mail because: You

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #20 from Eugene Grosbein --- (In reply to Mikhail T. from comment #17) > Ironically, the very uuencode code, which you referred me to has lines like: > >rv = b64_ntop(buf, n, buf2, (sizeof(buf2) / sizeof(buf2[0]))); No, it

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #19 from Eugene Grosbein --- (In reply to Mikhail T. from comment #18) Fine. One more: https://tools.ietf.org/html/rfc2045#section-4 says: Messages composed in accordance with this document MUST include such a header field, w

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #18 from Mikhail T. --- (In reply to Eugene Grosbein from comment #16) > Wouldn't it better to use MAGIC_MIME_ENCODING instead of MAGIC_MIME I still need the mime type to populate the Content-Type header. I do not need the char

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #17 from Mikhail T. --- (In reply to Eugene Grosbein from comment #16) > our libc actually has b64_ntop() function for base64 encoding provided with > I saw that, but it asks for a buffer to fill, whereas -lcrypto's implement

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Eugene Grosbein changed: What|Removed |Added Status|New |In Progress --- Comment #16 from

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-12-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Mikhail T. changed: What|Removed |Added Attachment #184654|0 |1 is obsolete|

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #14 from Eugene Grosbein --- (In reply to Mikhail T. from comment #13) No MTA is obliged to support such extensions. And in most cases local MTA (sendmail or not) would relay locally generated mail to some external MTA that it

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #13 from Mikhail T. --- (In reply to Eugene Grosbein from comment #12) > It is not possible to cite non-existent requirement for a MTA to > accept unencoded binary data. In comment #10 you said: "SMTP does not support unencoded

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #12 from Eugene Grosbein --- (In reply to Mikhail T. from comment #11) >> Because SMTP does not support unencoded arbitrary binary data. > Could you cite the RFC? It is not possible to cite non-existent requirement for a MTA t

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #11 from Mikhail T. --- > They are, as any other shell command. A shell command can output data of any type... > Because SMTP does not support unencoded arbitrary binary data. ? Could you cite the RFC? At any rate, this PR is

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #10 from Eugene Grosbein --- (In reply to Mikhail T. from comment #9) > cron-jobs aren't supposed to spit /anything/ to standard output They are, as any other shell command. > why should the logic be any different, if I switc

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #9 from Mikhail T. --- (In reply to Eugene Grosbein from comment #8) > Cron jobs are not supposed to spit binary data to standard output. One can just as well argue, cron-jobs aren't supposed to spit /anything/ to standard outpu

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #8 from Eugene Grosbein --- (In reply to Mikhail T. from comment #7) Cron jobs are not supposed to spit binary data to standard output. I don't think cron daemon should be responsible for fixing such bugs of user jobs. I also

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Mikhail T. changed: What|Removed |Added CC||m...@aldan.algebra.com --- Comment #7

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #6 from Eugene Grosbein --- Also, file/libmagic is contributed software with CDDL license and we have src.conf(5) knob WITHOUT_FILE to build system without this dependency. It is important for many reasons including embedded fri

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Eugene Grosbein changed: What|Removed |Added CC||eu...@freebsd.org --- Comment #5

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2017-07-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Mikhail Teterin changed: What|Removed |Added Attachment #172959|0 |1 is obsolete|

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2016-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #3 from Mikhail Teterin --- (In reply to Pedro F. Giffuni from comment #2) > the patch doesn't apply cleanly. It does to 10.x :-) -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2016-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Pedro F. Giffuni changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2016-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 --- Comment #1 from Pedro F. Giffuni --- Created attachment 172959 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172959&action=edit cron-mime patch (downloaded JIC it disappears some day) -- You are receiving this mail because

[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2016-06-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537 Bug ID: 210537 Summary: [patch] [feature request] set MIME type in cron-generated e-mails Product: Base System Version: 10.2-STABLE Hardware: Any OS: