[Bug 1750051] Re: cron doesn't support MAILFROM

2021-02-27 Thread Bug Watch Updater
** Changed in: cron (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't support MAILFROM To manage notifications about this bug go

[Bug 1750051] Re: cron doesn't support MAILFROM

2021-01-06 Thread Kermina Awad
I also just ran into a case where this would make my life much easier. Any idea on when we can expect this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't support

[Bug 1750051] Re: cron doesn't support MAILFROM

2020-07-02 Thread niconil
a bug report with a patch submitted and no news since one year ... what can we do to make it accepted more quickly ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't

[Bug 1750051] Re: cron doesn't support MAILFROM

2019-06-14 Thread elatllat
CentOS 8 is not out yet so Ubuntu 18.04 is the best LTS for servers at the moment ... except for bugs like this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't support

[Bug 1750051] Re: cron doesn't support MAILFROM

2019-01-24 Thread Mario Splivalo
** Changed in: cron (Ubuntu) Status: Fix Released => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't support MAILFROM To manage notifications about this

[Bug 1750051] Re: cron doesn't support MAILFROM

2019-01-18 Thread niconil
to answer #7 if you set an improper value to MAILFROM ok but if you give to From field a correct value there is no reason to not be forwarded locally i've patched my cron deamon and there is no particular problem -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1750051] Re: cron doesn't support MAILFROM

2019-01-15 Thread Gordan Krešić
It looks I accidentally changed status of this bug from "Triaged" to "Fix Released" (I clicked "fix released" in hope it will take me to the version in which it was fixed, but that wasn't a link, but an update action). I'm not sure how I even could change status, since I'm not maintainer. I've

[Bug 1750051] Re: cron doesn't support MAILFROM

2019-01-04 Thread crash
Another issue with this is that setting the "From:" header to "root (Cron daemon)" makes it difficult to forward this mail outside of the system. Many servers (like gmail) will bounce emails with an improper "From:" header. -- You received this bug notification because you are a member of

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-08 Thread Bug Watch Updater
** Changed in: cron (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't support MAILFROM To manage notifications about this bug go to:

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-08 Thread niconil
** Bug watch added: Debian Bug tracker #898177 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898177 ** Changed in: cron (Debian) Importance: Undecided => Unknown ** Changed in: cron (Debian) Status: New => Unknown ** Changed in: cron (Debian) Remote watch: None => Debian Bug

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-08 Thread niconil
you're right only adding 6 lines and one bug inside :-( new patch with the corrected line ** Attachment added: "patch_v2.txt" https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1750051/+attachment/5135958/+files/patch_v2.txt -- You received this bug notification because you are a member

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-07 Thread Simon Déziel
I looked at the patch (didn't test it) and I think the fprintf call is missing an argument to format as a string. It should read like this IMHO: - fprintf(mail, "From: root (Cron Daemon)\n"); + fprintf(mail, "From: %s\n", mailfrom); -- You received this bug notification because you

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "patch.txt" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-05 Thread niconil
submit a patch to add the feature. Heavily inspired from cronie project : https://github.com/cronie-crond/cronie/blob/master/src/do_command.c ** Attachment added: "patch.txt" https://bugs.launchpad.net/debian/+source/cron/+bug/1750051/+attachment/5134394/+files/patch.txt -- You received

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-05-05 Thread niconil
** Also affects: cron (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron doesn't support MAILFROM To manage notifications about

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-04-03 Thread Brian Murray
** Tags added: bionic ** Changed in: cron (Ubuntu) Status: Confirmed => Triaged ** Changed in: cron (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1750051] Re: cron doesn't support MAILFROM

2018-04-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: cron (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1750051 Title: cron