Answer to the first comment (https://bugs.launchpad.net/ubuntu/+source
/unattended-upgrades/+bug/136720/comments/1)

I had defined the mail variable in apt.conf.d/50unattended-upgrades as
 Unattended-Upgrade::Mail {
         "[EMAIL PROTECTED]";
 };

Now I tried the change you suggested:
Unattended-Upgrade::Mail "[EMAIL PROTECTED]";

Still, the python code
>>> import apt_pkg
>>> email = apt_pkg.Config.Find("Unattended-Upgrade::Mail", "")
>>> print email
produces an empty result for me.

-- 
does not send mail despite Unattended-Upgrade::Mail set
https://bugs.launchpad.net/bugs/136720
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to