Dan,
> You could do the wrapper, or you could install nullmailer, which
> is an extremely simple MTA that always hands off mail to a
> relayhost (i.e. somebody else's problem).
I ended up with a following wrapper:
$ cat /usr/sbin/sendmail
#!/usr/bin/env bash
# As header fields are at the top of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
On 3/6/19 5:40 am, Martin T wrote:
> What could be the most elegant workaround in this situation? Create
> a /usr/sbin/sendmail wrapper script which processes the
> "/usr/sbin/sendmail -oi -t" command called by apt_listchanges.py
> and sends th
Martin T wrote:
> Hi,
>
> I have apt-listchanges installed and registered in apt system:
>
> # apt-config dump | grep apt-listchanges
> DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -lt 10";
> DPkg::Tools::Options::/usr/bin/apt-listchanges "";
> DPkg::Tools::Options::/usr/b
Hi,
I have apt-listchanges installed and registered in apt system:
# apt-config dump | grep apt-listchanges
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -lt 10";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
4 matches
Mail list logo