On 2010-09-16 15:11 +0200, Malte Forkel wrote: > I think I have to convince anacron to use Content-* headers. But I'm not > sure I can do that with the environment variables that cron uses. Indeed you can't, you would have to write the code to insert the Content-* headers in the first place. Look at the launch_job function in runjob.c in the anacron source. Sven