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>
$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:
my $subject = shift;
my $text = shift;
-# security is special
- $addr = 'team@security.debian.org';
-
my $package =
keys %main::packages ? join( ' ', keys %main::packages ) : "";