diff options
Diffstat (limited to 'tools/git-notify')
-rwxr-xr-x | tools/git-notify | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/git-notify b/tools/git-notify index faa1785..d852823 100755 --- a/tools/git-notify +++ b/tools/git-notify | |||
@@ -48,7 +48,7 @@ sub get_repos_name(); | |||
48 | my $mailer = "/usr/bin/mail"; | 48 | my $mailer = "/usr/bin/mail"; |
49 | 49 | ||
50 | # CIA notification address | 50 | # CIA notification address |
51 | my $cia_address = "cia\@cia.navi.cx"; | 51 | my $cia_address = "cia\@cia.vc"; |
52 | 52 | ||
53 | # debug mode | 53 | # debug mode |
54 | my $debug = 0; | 54 | my $debug = 0; |
@@ -327,7 +327,7 @@ sub mail_notification($$$@) | |||
327 | { | 327 | { |
328 | my ($name, $subject, $content_type, @text) = @_; | 328 | my ($name, $subject, $content_type, @text) = @_; |
329 | 329 | ||
330 | $subject = "[$repos_name] $subject" if $emit_repo; | 330 | $subject = "[$repos_name] $subject" if ($emit_repo and $name ne $cia_address); |
331 | $subject = encode("MIME-Q",$subject); | 331 | $subject = encode("MIME-Q",$subject); |
332 | 332 | ||
333 | if ($debug) | 333 | if ($debug) |