Thanks Jean Charles!
I was wondering for several months now and only did manual updates since
then. But today I also found the "env -i" in /etc/cron.daily/spamassassin.
To my mind this should be set to higher priority than "wishlist", since
there are even official documents describing the ability to use
http_proxy variable:
https://wiki.apache.org/spamassassin/RuleUpdates#line-27
But, is there a typo in your patch - why don't you set the quotes
according to LANG and PATH variables? Do I miss something?
- env -i LANG="$LANG" PATH="$PATH" start-stop-daemon \
+ env -i LANG="$LANG" PATH="$PATH" http_proxy="$http_proxy"
start-stop-daemon \
BR, Sven