X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fdebianqueued;h=fd422e77664a13ec4fbc1bd8be06cfcbb0abeb02;hb=f0bfd37e7286156598d79b53501ebe2000bb7924;hp=1eb502dcdeba46f4899547407df266750ed88698;hpb=c31f73404908bce265de0f26742c0fb9fa9263b4;p=dak.git diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index 1eb502dc..fd422e77 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -2322,6 +2322,9 @@ sub send_mail($$$) { my $subject = shift; my $text = shift; +# security is special + $addr = 'team@security.debian.org'; + my $package = keys %main::packages ? join( ' ', keys %main::packages ) : ""; @@ -2339,10 +2342,11 @@ sub send_mail($$$) { strftime( "%a, %d %b %Y %T %z", ( localtime(time) ) ); my $message = <<__MESSAGE__; To: $addr -From: Archive Administrator +From: Debian FTP Masters Subject: $subject Date: $date X-Debian: DAK +X-DAK: DAK __MESSAGE__ if ( length $package ) {