]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-security/cron.unchecked
Restore the correct From address by adding additional headers.
[dak.git] / config / debian-security / cron.unchecked
index 64169a344edf295c626379fa7eec7dd6f384e400..dcf26f43df55cb8a1ed405bb0155f34aebf1ee4c 100755 (executable)
@@ -46,7 +46,7 @@ fi
 
 for queue in embargoed unembargoed; do
     echo "$timestamp: processing ${queue}" >> ${report}
-    dak process-policy ${queue} | mail -a "X-Debian: DAK" -e -s "Automatically accepted from ${queue}" team@security.debian.org
+    dak process-policy ${queue} | mail -a "X-Debian: DAK" -e -s "Automatically accepted from ${queue}" -a "From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>" team@security.debian.org
 done
 accepted=$(find ${queuedir}/accepted -type f -name "*.changes")
 if [ -n "${accepted}" ]; then