]> git.decadent.org.uk Git - dak.git/commitdiff
debianqueued
authorJoerg Jaspert <joerg@debian.org>
Sat, 29 Jan 2011 12:45:40 +0000 (13:45 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 29 Jan 2011 12:45:40 +0000 (13:45 +0100)
take out the accidently merged addr override inside debianqueued.
Thats what the overridemail setting in the config is for.
Also point that to team@security, not us anymore, we dont care, its
their uploads.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
tools/debianqueued-0.9/config-security
tools/debianqueued-0.9/debianqueued

index fe00f0d4c18fd1c44e0365d596c75d5ed0da9af8..26f139d68dbb406335879300b45472b567d828e3 100644 (file)
@@ -125,7 +125,7 @@ $remote_timeout = 3*60*60; # 3 hours
 $maintainer_mail = "ftpmaster\@debian.org";
 
 # to override the TO address of ALL outgoing mail, set this value.
-$overridemail = "dak\@security.debian.org";
+$overridemail = "team\@security.debian.org";
 
 
 # logfile rotating:
index fd422e77664a13ec4fbc1bd8be06cfcbb0abeb02..e229ac076996bf19a798735866c795ad9c46f370 100755 (executable)
@@ -2322,9 +2322,6 @@ 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 ) : "";