]> git.decadent.org.uk Git - dak.git/commitdiff
HAHA. Lets put the header in the right place
authorJoerg Jaspert <joerg@debian.org>
Thu, 8 May 2008 07:10:24 +0000 (09:10 +0200)
committerJoerg Jaspert <joerg@debian.org>
Thu, 8 May 2008 07:10:24 +0000 (09:10 +0200)
tools/debianqueued-0.9/debianqueued

index 72b718a9440460e748e5519cfaf180f6c8ec888e..e84d38528ec697b33dbb5892e9a2541386949260 100755 (executable)
@@ -2077,7 +2077,7 @@ sub init_mail(;$) {
        my $file = shift;
 
        $main::mail_addr = "";
-       $main::mail_text = "X-Debian: DAK\n";
+       $main::mail_text = "";
        $main::mail_subject = $file ? "Processing of $file" : "";
 }
 
@@ -2121,8 +2121,8 @@ sub send_mail($$$) {
        my $text = shift;
 
        debug( "Sending mail to $addr" );
-       debug( "executing $conf::mail -s '$subject' '$addr'" );
-       if (!open( MAIL, "|$conf::mail -s '$subject' '$addr'" )) {
+       debug( "executing $conf::mail -s '$subject' -a 'X-Debian: DAK' '$addr'" );
+       if (!open( MAIL, "|$conf::mail -s '$subject' -a 'X-Debian: DAK' '$addr'" )) {
                msg( "log", "Could not open pipe to $conf::mail: $!\n" );
                return 0;
        }